Package org.springframework.security.saml2.provider.service.web
package org.springframework.security.saml2.provider.service.web
-
ClassDescriptionA
Converter
that resolves aRelyingPartyRegistration
by extracting the registration id from the request, querying aRelyingPartyRegistrationRepository
, and resolving any template values.Deprecated.ASaml2AuthenticationRequestRepository
implementation that usesHttpSession
to store and retrieve theAbstractSaml2AuthenticationRequest
A contract for resolving aRelyingPartyRegistration
from the HTTP requestDeprecated.UseSaml2AuthenticationRequestResolver
insteadA repository forAbstractSaml2AuthenticationRequest
AnAuthenticationConverter
that generates aSaml2AuthenticationToken
appropriate for authenticated a SAML 2.0 Assertion against anAuthenticationManager
.AFilter
that returns the metadata for a Relying Party
Saml2AuthenticationRequestResolver
instead