Package org.forgerock.audit
Class AuditHttpApplication
- java.lang.Object
-
- org.forgerock.audit.AuditHttpApplication
-
- All Implemented Interfaces:
org.forgerock.http.HttpApplication
public final class AuditHttpApplication extends Object implements org.forgerock.http.HttpApplication
Crest Application that instantiates the AuditService on the crest router.
-
-
Field Summary
Fields Modifier and Type Field Description static StringAUDIT_EVENT_HANDLERS_CONFIGAudit event handlers config location.static StringAUDIT_ROOT_PATHRoot path for audit endpoints.static StringEVENT_HANDLERSEvent handlers key.
-
Constructor Summary
Constructors Constructor Description AuditHttpApplication()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.forgerock.util.Factory<org.forgerock.http.io.Buffer>getBufferFactory()org.forgerock.http.Handlerstart()voidstop()
-
-
-
Field Detail
-
AUDIT_EVENT_HANDLERS_CONFIG
public static final String AUDIT_EVENT_HANDLERS_CONFIG
Audit event handlers config location.- See Also:
- Constant Field Values
-
EVENT_HANDLERS
public static final String EVENT_HANDLERS
Event handlers key.- See Also:
- Constant Field Values
-
AUDIT_ROOT_PATH
public static final String AUDIT_ROOT_PATH
Root path for audit endpoints.- See Also:
- Constant Field Values
-
-
Method Detail
-
start
public org.forgerock.http.Handler start() throws org.forgerock.http.HttpApplicationException- Specified by:
startin interfaceorg.forgerock.http.HttpApplication- Throws:
org.forgerock.http.HttpApplicationException
-
getBufferFactory
public org.forgerock.util.Factory<org.forgerock.http.io.Buffer> getBufferFactory()
- Specified by:
getBufferFactoryin interfaceorg.forgerock.http.HttpApplication
-
stop
public void stop()
- Specified by:
stopin interfaceorg.forgerock.http.HttpApplication
-
-