Package org.saidone.audit
Class AuditWebFilter
java.lang.Object
org.saidone.component.BaseComponent
org.saidone.audit.AuditWebFilter
- All Implemented Interfaces:
org.springframework.beans.factory.Aware
,org.springframework.context.ApplicationContextAware
,org.springframework.web.server.WebFilter
@Component
@ConditionalOnProperty(name="application.service.vault.audit.enabled",
havingValue="true")
public class AuditWebFilter
extends BaseComponent
implements org.springframework.web.server.WebFilter
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.saidone.component.BaseComponent
init, setApplicationContext, shutDown, stop
-
Constructor Details
-
AuditWebFilter
public AuditWebFilter()
-
-
Method Details
-
filter
public reactor.core.publisher.Mono<Void> filter(org.springframework.web.server.ServerWebExchange exchange, org.springframework.web.server.WebFilterChain chain) - Specified by:
filter
in interfaceorg.springframework.web.server.WebFilter
-