Package org.springframework.security.saml2.provider.service.authentication
-
Interface Summary Interface Description Saml2AuthenticatedPrincipal Saml2 representation of anAuthenticatedPrincipal.Saml2AuthenticationRequestFactory Component that generates AuthenticationRequest,samlp:AuthnRequestTypeXML, and accompanying signature data.Saml2ErrorCodes Deprecated. UseSaml2ErrorCodesinstead -
Class Summary Class Description AbstractSaml2AuthenticationRequest Data holder forAuthNRequestparameters to be sent using either theSaml2MessageBinding.POSTorSaml2MessageBinding.REDIRECTbinding.AbstractSaml2AuthenticationRequest.Builder<T extends AbstractSaml2AuthenticationRequest.Builder<T>> A builder forAbstractSaml2AuthenticationRequestand its subclasses.DefaultSaml2AuthenticatedPrincipal Default implementation of aSaml2AuthenticatedPrincipal.Saml2Authentication An implementation of anAbstractAuthenticationTokenthat represents an authenticated SAML 2.0Authentication.Saml2AuthenticationRequest Deprecated. Saml2AuthenticationRequest.Builder A builder forSaml2AuthenticationRequest.Saml2AuthenticationRequestContext Data holder for information required to create anAuthNRequestto be sent from the service provider to the identity provider Assertions and Protocols for SAML 2 (line 2031)Saml2AuthenticationRequestContext.Builder A builder forSaml2AuthenticationRequestContext.Saml2AuthenticationToken Represents an incoming SAML 2.0 response containing an assertion that has not been validated.Saml2Error Deprecated. UseSaml2ErrorinsteadSaml2PostAuthenticationRequest Data holder for information required to send anAuthNRequestover 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 aSaml2PostAuthenticationRequestobject.Saml2RedirectAuthenticationRequest Data holder for information required to send anAuthNRequestover 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 aSaml2RedirectAuthenticationRequestobject. -
Exception Summary Exception Description Saml2AuthenticationException This exception is thrown for all SAML 2.0 relatedAuthenticationerrors.