Class Saml2WebSsoAuthenticationRequestFilter
- java.lang.Object
-
- org.springframework.web.filter.GenericFilterBean
-
- org.springframework.web.filter.OncePerRequestFilter
-
- org.springframework.security.saml2.provider.service.web.Saml2WebSsoAuthenticationRequestFilter
-
- org.springframework.security.saml2.provider.service.servlet.filter.Saml2WebSsoAuthenticationRequestFilter
-
- All Implemented Interfaces:
javax.servlet.Filter,org.springframework.beans.factory.Aware,org.springframework.beans.factory.BeanNameAware,org.springframework.beans.factory.DisposableBean,org.springframework.beans.factory.InitializingBean,org.springframework.context.EnvironmentAware,org.springframework.core.env.EnvironmentCapable,org.springframework.web.context.ServletContextAware
@Deprecated public class Saml2WebSsoAuthenticationRequestFilter extends Saml2WebSsoAuthenticationRequestFilter
Deprecated.UseSaml2WebSsoAuthenticationRequestFilterinsteadThisFilterformulates a SAML 2.0 AuthnRequest (line 1968) and redirects to a configured asserting party.It supports the HTTP-Redirect (line 520) and HTTP-POST (line 753) bindings.
By default, this
Filterresponds to authentication requests at theURI/saml2/authenticate/{registrationId}. TheURItemplate variable{registrationId}represents theregistration identifierof the relying party that is used for initiating the authentication request.- Since:
- 5.2
-
-
Constructor Summary
Constructors Constructor Description Saml2WebSsoAuthenticationRequestFilter(RelyingPartyRegistrationRepository relyingPartyRegistrationRepository)Deprecated.Saml2WebSsoAuthenticationRequestFilter(Saml2AuthenticationRequestResolver authenticationRequestResolver)Deprecated.Saml2WebSsoAuthenticationRequestFilter(Saml2AuthenticationRequestContextResolver authenticationRequestContextResolver, Saml2AuthenticationRequestFactory authenticationRequestFactory)Deprecated.
-
Method Summary
-
Methods inherited from class org.springframework.security.saml2.provider.service.web.Saml2WebSsoAuthenticationRequestFilter
doFilterInternal, setAuthenticationRequestFactory, setAuthenticationRequestRepository, setRedirectMatcher
-
Methods inherited from class org.springframework.web.filter.OncePerRequestFilter
doFilter, doFilterNestedErrorDispatch, getAlreadyFilteredAttributeName, isAsyncDispatch, isAsyncStarted, shouldNotFilter, shouldNotFilterAsyncDispatch, shouldNotFilterErrorDispatch
-
-
-
-
Constructor Detail
-
Saml2WebSsoAuthenticationRequestFilter
public Saml2WebSsoAuthenticationRequestFilter(RelyingPartyRegistrationRepository relyingPartyRegistrationRepository)
Deprecated.
-
Saml2WebSsoAuthenticationRequestFilter
public Saml2WebSsoAuthenticationRequestFilter(Saml2AuthenticationRequestContextResolver authenticationRequestContextResolver, Saml2AuthenticationRequestFactory authenticationRequestFactory)
Deprecated.
-
Saml2WebSsoAuthenticationRequestFilter
public Saml2WebSsoAuthenticationRequestFilter(Saml2AuthenticationRequestResolver authenticationRequestResolver)
Deprecated.
-
-