| Interface | Description |
|---|---|
| Saml2AuthenticatedPrincipal |
Saml2 representation of an
AuthenticatedPrincipal. |
| Saml2AuthenticationRequestFactory |
Component that generates AuthenticationRequest,
samlp:AuthnRequestType XML, and accompanying
signature data. |
| Saml2ErrorCodes |
A list of SAML known 2 error codes used during SAML authentication.
|
| Class | Description |
|---|---|
| OpenSamlAuthenticationProvider |
Implementation of
AuthenticationProvider for SAML authentications when receiving a
Response object containing an Assertion. |
| OpenSamlAuthenticationRequestFactory | |
| Saml2Authentication |
An implementation of an
AbstractAuthenticationToken
that represents an authenticated SAML 2.0 Authentication. |
| Saml2AuthenticationRequest | Deprecated |
| Saml2AuthenticationRequest.Builder |
A builder for
Saml2AuthenticationRequest. |
| Saml2AuthenticationRequestContext |
Data holder for information required to create an
AuthNRequest
to be sent from the service provider to the identity provider
Assertions and Protocols for SAML 2 (line 2031) |
| Saml2AuthenticationRequestContext.Builder |
A builder for
Saml2AuthenticationRequestContext. |
| Saml2AuthenticationToken |
Represents an incoming SAML 2.0 response containing an assertion that has not been validated.
|
| Saml2Error |
A representation of an SAML 2.0 Error.
|
| Saml2PostAuthenticationRequest |
Data holder for information required to send an
AuthNRequest over a POST binding
from the service provider to the identity provider
https://www.oasis-open.org/committees/download.php/35711/sstc-saml-core-errata-2.0-wd-06-diff.pdf (line 2031) |
| Saml2PostAuthenticationRequest.Builder |
Builder class for a
Saml2PostAuthenticationRequest object. |
| Saml2RedirectAuthenticationRequest |
Data holder for information required to send an
AuthNRequest over a REDIRECT binding
from the service provider to the identity provider
https://www.oasis-open.org/committees/download.php/35711/sstc-saml-core-errata-2.0-wd-06-diff.pdf (line 2031) |
| Saml2RedirectAuthenticationRequest.Builder |
Builder class for a
Saml2RedirectAuthenticationRequest object. |
| Exception | Description |
|---|---|
| Saml2AuthenticationException |
This exception is thrown for all SAML 2.0 related
Authentication errors. |