Class Saml2WebSsoAuthenticationFilter

  • 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.ApplicationEventPublisherAware, org.springframework.context.EnvironmentAware, org.springframework.context.MessageSourceAware, org.springframework.core.env.EnvironmentCapable, org.springframework.web.context.ServletContextAware

    @Deprecated
    public class Saml2WebSsoAuthenticationFilter
    extends Saml2WebSsoAuthenticationFilter
    Deprecated.
    Since:
    5.2
    • Constructor Detail

      • Saml2WebSsoAuthenticationFilter

        public Saml2WebSsoAuthenticationFilter​(RelyingPartyRegistrationRepository relyingPartyRegistrationRepository,
                                               java.lang.String filterProcessesUrl)
        Deprecated.
      • Saml2WebSsoAuthenticationFilter

        public Saml2WebSsoAuthenticationFilter​(AuthenticationConverter authenticationConverter,
                                               java.lang.String filterProcessesUrl)
        Deprecated.