Interface CommonAudit.HttpLogger

  • Enclosing class:
    CommonAudit

    public static interface CommonAudit.HttpLogger
    Represents a ForgeRock common audit based logger which can be used to log HTTP access audit events.
    • Method Detail

      • getLogTopic

        String getLogTopic()
        Returns the log topic associated to this HTTP logger.
        Returns:
        A string representing the log topic associated to this HTTP logger
      • getRequestHandler

        RequestHandler getRequestHandler()
        Returns the request handler which can be used for logging HTTP access audit events.
        Returns:
        A request handler which can be used for logging HTTP access audit events