Class SAML2AnonymousWebFilter

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

    public class SAML2AnonymousWebFilter
    extends Object
    implements org.springframework.web.server.WebFilter
    • Constructor Detail

      • SAML2AnonymousWebFilter

        public SAML2AnonymousWebFilter​(PublicRouteMatcher publicRouteMatcher)
    • 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