Package org.springframework.security.saml2.provider.service.authentication
package org.springframework.security.saml2.provider.service.authentication
-
ClassDescriptionData holder for
AuthNRequestparameters to be sent using either theSaml2MessageBinding.POSTorSaml2MessageBinding.REDIRECTbinding.A builder forAbstractSaml2AuthenticationRequestand its subclasses.Deprecated.Implementation ofAuthenticationProviderfor SAML authentications when receiving aResponseobject containing anAssertion.A tuple containing an OpenSAMLAssertionand its associated authentication token.A default implementation ofOpenSaml5AuthenticationProvider's assertion validator.A response validator that compares theDestinationvalue to the configuredRelyingPartyRegistration.getAssertionConsumerServiceLocation()A response validator that checks theInResponseTovalue against the correlatingAbstractSaml2AuthenticationRequestA response validator that compares theIssuervalue to the configuredAssertingPartyMetadata.getEntityId()A default implementation ofOpenSaml5AuthenticationProvider's response authentication converter.A tuple containing an OpenSAMLResponseand its associated authentication token.A composite response validator that confirms aSUCCESSstatus, that there is at least one assertion, and any other configured convertersAn authentication based off of a SAML 2.0 AssertionA builder ofSaml2AssertionAuthenticationinstancesDeprecated.Please useSaml2AssertionAuthentication.getRelyingPartyRegistrationId()andSaml2ResponseAssertionAccessorinsteadAn implementation of anAbstractAuthenticationTokenthat represents an authenticated SAML 2.0Authentication.This exception is thrown for all SAML 2.0 relatedAuthenticationerrors.Represents an incoming SAML 2.0 response containing an assertion that has not been validated.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)Builder class for aSaml2PostAuthenticationRequestobject.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)Builder class for aSaml2RedirectAuthenticationRequestobject.An OpenSAML-based implementation ofSaml2ResponseAssertionAccessorAn interface that represents key details from a SAML 2.0 Assertion
Saml2ResponseAssertionAccessor