Interface | Description |
---|---|
Saml2AuthenticatedPrincipal |
Saml2 representation of an
AuthenticatedPrincipal . |
Saml2AuthenticationRequestFactory |
Component that generates AuthenticationRequest,
samlp:AuthnRequestType
XML, and accompanying signature data. |
Saml2ErrorCodes | Deprecated
Use
Saml2ErrorCodes instead |
Class | Description |
---|---|
AbstractSaml2AuthenticationRequest |
Data holder for
AuthNRequest parameters to be sent using either the
Saml2MessageBinding.POST or Saml2MessageBinding.REDIRECT binding. |
AbstractSaml2AuthenticationRequest.Builder<T extends AbstractSaml2AuthenticationRequest.Builder<T>> |
A builder for
AbstractSaml2AuthenticationRequest and its subclasses. |
DefaultSaml2AuthenticatedPrincipal |
Default implementation of a
Saml2AuthenticatedPrincipal . |
OpenSamlAuthenticationProvider |
Implementation of
AuthenticationProvider for SAML authentications when
receiving a Response object containing an Assertion . |
OpenSamlAuthenticationProvider.AssertionToken |
A tuple containing an OpenSAML
Assertion and its associated authentication
token. |
OpenSamlAuthenticationProvider.ResponseToken |
A tuple containing an OpenSAML
Response and its associated authentication
token. |
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 | Deprecated
Use
Saml2Error instead |
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. |