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.ASaml2AuthenticationRequestRepository
implementation that usesHttpSession
to store and retrieve theAbstractSaml2AuthenticationRequest
A factory for creating placeholder resolvers forRelyingPartyRegistration
templates.A class for resolvingRelyingPartyRegistration
URIsA contract for resolving aRelyingPartyRegistration
from the HTTP requestA repository forAbstractSaml2AuthenticationRequest
AnAuthenticationConverter
that generates aSaml2AuthenticationToken
appropriate for authenticated a SAML 2.0 Assertion against anAuthenticationManager
.AFilter
that returns the metadata for a Relying PartyThisFilter
formulates a SAML 2.0 AuthnRequest (line 1968) and redirects to a configured asserting party.