Package org.opends.server.loggers
Interface CommonAudit.HttpLogger
-
- Enclosing class:
- CommonAudit
public static interface CommonAudit.HttpLoggerRepresents 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 StringgetLogTopic()Returns the log topic associated to this HTTP logger.RequestHandlergetRequestHandler()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 handlerwhich can be used for logging HTTP access audit events
-
-