Package org.springframework.security.saml2.provider.service.web
-
Interface Summary Interface Description RelyingPartyRegistrationResolver A contract for resolving aRelyingPartyRegistrationfrom the HTTP requestSaml2AuthenticationRequestContextResolver ThisSaml2AuthenticationRequestContextResolverformulates a SAML 2.0 AuthnRequest (line 1968)Saml2AuthenticationRequestRepository<T extends AbstractSaml2AuthenticationRequest> A repository forAbstractSaml2AuthenticationRequest -
Class Summary Class Description DefaultRelyingPartyRegistrationResolver AConverterthat resolves aRelyingPartyRegistrationby extracting the registration id from the request, querying aRelyingPartyRegistrationRepository, and resolving any template values.DefaultSaml2AuthenticationRequestContextResolver The default implementation forSaml2AuthenticationRequestContextResolverwhich uses the current request and given relying party to formulate aSaml2AuthenticationRequestContextHttpSessionSaml2AuthenticationRequestRepository ASaml2AuthenticationRequestRepositoryimplementation that usesHttpSessionto store and retrieve theAbstractSaml2AuthenticationRequestSaml2AuthenticationTokenConverter AnAuthenticationConverterthat generates aSaml2AuthenticationTokenappropriate for authenticated a SAML 2.0 Assertion against anAuthenticationManager.Saml2MetadataFilter AFilterthat returns the metadata for a Relying Party