Package org.springframework.security.saml2.provider.service.web
-
Interface Summary Interface Description RelyingPartyRegistrationResolver A contract for resolving aRelyingPartyRegistrationfrom the HTTP requestSaml2AuthenticationRequestContextResolver Deprecated. UseSaml2AuthenticationRequestResolverinsteadSaml2AuthenticationRequestRepository<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 Deprecated. UseSaml2AuthenticationRequestResolverinsteadHttpSessionSaml2AuthenticationRequestRepository 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 PartySaml2WebSsoAuthenticationRequestFilter ThisFilterformulates a SAML 2.0 AuthnRequest (line 1968) and redirects to a configured asserting party.