Class 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 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 interface org.forgerock.http.Filter