Class SAML2AnonymousWebFilter
- java.lang.Object
-
- org.apache.syncope.sra.security.saml2.SAML2AnonymousWebFilter
-
- All Implemented Interfaces:
org.springframework.web.server.WebFilter
public class SAML2AnonymousWebFilter extends Object implements org.springframework.web.server.WebFilter
-
-
Constructor Summary
Constructors Constructor Description SAML2AnonymousWebFilter(PublicRouteMatcher publicRouteMatcher)
-
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)
-
-
-
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:
filterin interfaceorg.springframework.web.server.WebFilter
-
-