Package org.springframework.security.saml2.provider.service.authentication
package org.springframework.security.saml2.provider.service.authentication
-
ClassDescriptionData holder for
AuthNRequest
parameters to be sent using either theSaml2MessageBinding.POST
orSaml2MessageBinding.REDIRECT
binding.A builder forAbstractSaml2AuthenticationRequest
and its subclasses.Default implementation of aSaml2AuthenticatedPrincipal
.Implementation ofAuthenticationProvider
for SAML authentications when receiving aResponse
object containing anAssertion
.A tuple containing an OpenSAMLAssertion
and its associated authentication token.A tuple containing an OpenSAMLResponse
and its associated authentication token.Saml2 representation of anAuthenticatedPrincipal
.An implementation of anAbstractAuthenticationToken
that represents an authenticated SAML 2.0Authentication
.This exception is thrown for all SAML 2.0 relatedAuthentication
errors.Represents an incoming SAML 2.0 response containing an assertion that has not been validated.Data holder for information required to send anAuthNRequest
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)Builder class for aSaml2PostAuthenticationRequest
object.Data holder for information required to send anAuthNRequest
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)Builder class for aSaml2RedirectAuthenticationRequest
object.