Package org.opends.server.loggers
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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getLogTopic()
Returns the log topic associated to this HTTP logger.RequestHandler
getRequestHandler()
Returns the request handler which can be used for logging 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
-
-