Class DefaultSaml2AuthenticationRequestContextResolver
java.lang.Object
org.springframework.security.saml2.provider.service.web.DefaultSaml2AuthenticationRequestContextResolver
- All Implemented Interfaces:
Saml2AuthenticationRequestContextResolver
@Deprecated
public final class DefaultSaml2AuthenticationRequestContextResolver
extends Object
implements Saml2AuthenticationRequestContextResolver
Deprecated.
The default implementation for
Saml2AuthenticationRequestContextResolver which
uses the current request and given relying party to formulate a
Saml2AuthenticationRequestContext- Since:
- 5.4
-
Constructor Summary
ConstructorsConstructorDescriptionDefaultSaml2AuthenticationRequestContextResolver(org.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest, RelyingPartyRegistration> relyingPartyRegistrationResolver) Deprecated.DefaultSaml2AuthenticationRequestContextResolver(RelyingPartyRegistrationResolver relyingPartyRegistrationResolver) Deprecated. -
Method Summary
Modifier and TypeMethodDescriptionresolve(javax.servlet.http.HttpServletRequest request) Deprecated.Thisresolvemethod is defined to create aSaml2AuthenticationRequestContext
-
Constructor Details
-
DefaultSaml2AuthenticationRequestContextResolver
@Deprecated public DefaultSaml2AuthenticationRequestContextResolver(org.springframework.core.convert.converter.Converter<javax.servlet.http.HttpServletRequest, RelyingPartyRegistration> relyingPartyRegistrationResolver) Deprecated.Construct aDefaultSaml2AuthenticationRequestContextResolver- Parameters:
relyingPartyRegistrationResolver-
-
DefaultSaml2AuthenticationRequestContextResolver
public DefaultSaml2AuthenticationRequestContextResolver(RelyingPartyRegistrationResolver relyingPartyRegistrationResolver) Deprecated.
-
-
Method Details
-
resolve
Deprecated.Description copied from interface:Saml2AuthenticationRequestContextResolverThisresolvemethod is defined to create aSaml2AuthenticationRequestContext- Specified by:
resolvein interfaceSaml2AuthenticationRequestContextResolver- Parameters:
request- the current request- Returns:
- the created
Saml2AuthenticationRequestContextfor the request
-
Saml2AuthenticationRequestResolverinstead