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 Summary

    Modifier and Type
    Method
    Description
    Returns the request handler which can be used for logging HTTP access audit events.
    Returns the log topic associated to this HTTP logger.
  • Method Details

    • logTopic

      String logTopic()
      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