Class SAML2WebSsoAuthenticationWebFilter

  • All Implemented Interfaces:
    org.springframework.web.server.WebFilter

    public class SAML2WebSsoAuthenticationWebFilter
    extends org.springframework.security.web.server.authentication.AuthenticationWebFilter
    • Constructor Summary

      Constructors 
      Constructor Description
      SAML2WebSsoAuthenticationWebFilter​(org.springframework.security.authentication.ReactiveAuthenticationManager authenticationManager, org.pac4j.saml.client.SAML2Client saml2Client)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      reactor.core.publisher.Mono<Void> filter​(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain)  
      • Methods inherited from class org.springframework.security.web.server.authentication.AuthenticationWebFilter

        onAuthenticationSuccess, setAuthenticationConverter, setAuthenticationFailureHandler, setAuthenticationSuccessHandler, setRequiresAuthenticationMatcher, setSecurityContextRepository, setServerAuthenticationConverter
    • Constructor Detail

      • SAML2WebSsoAuthenticationWebFilter

        public SAML2WebSsoAuthenticationWebFilter​(org.springframework.security.authentication.ReactiveAuthenticationManager authenticationManager,
                                                  org.pac4j.saml.client.SAML2Client saml2Client)
    • Method Detail

      • filter

        public reactor.core.publisher.Mono<Void> filter​(org.springframework.web.server.ServerWebExchange exchange,
                                                        org.springframework.web.server.WebFilterChain chain)
        Specified by:
        filter in interface org.springframework.web.server.WebFilter
        Overrides:
        filter in class org.springframework.security.web.server.authentication.AuthenticationWebFilter