Package org.opends.server.protocols.http
Class CommonAuditHttpAccessAuditFilter
- java.lang.Object
-
- org.opends.server.protocols.http.CommonAuditHttpAccessAuditFilter
-
- All Implemented Interfaces:
org.forgerock.http.Filter
public class CommonAuditHttpAccessAuditFilter extends Object implements org.forgerock.http.Filter
This filter aims to send some access audit events to the AuditService managed as a CREST handler.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Promise<org.forgerock.http.protocol.Response,NeverThrowsException>
filter(org.forgerock.services.context.Context context, org.forgerock.http.protocol.Request request, org.forgerock.http.Handler next)
-
-
-
Method Detail
-
filter
public Promise<org.forgerock.http.protocol.Response,NeverThrowsException> filter(org.forgerock.services.context.Context context, org.forgerock.http.protocol.Request request, org.forgerock.http.Handler next)
- Specified by:
filter
in interfaceorg.forgerock.http.Filter
-
-