public final class AuditHttpApplication extends Object implements HttpApplication
| Modifier and Type | Field and Description |
|---|---|
static String |
AUDIT_EVENT_HANDLERS_CONFIG
Audit event handlers config location.
|
static String |
AUDIT_ROOT_PATH
Root path for audit endpoints.
|
static String |
EVENT_HANDLERS
Event handlers key.
|
| Constructor and Description |
|---|
AuditHttpApplication() |
| Modifier and Type | Method and Description |
|---|---|
Factory<Buffer> |
getBufferFactory()
|
Handler |
start()
Gets the root
Handler that will handle all HTTP requests. |
void |
stop()
Called when HTTP application is shutdown.
|
public static final String AUDIT_EVENT_HANDLERS_CONFIG
public static final String EVENT_HANDLERS
public static final String AUDIT_ROOT_PATH
public Handler start() throws HttpApplicationException
HttpApplicationHandler that will handle all HTTP requests.
The Handler returned from this method MUST be a singleton.
start in interface HttpApplicationHandler to handle HTTP requests.HttpApplicationException - If there is a problem constructing the
root application Handler.public Factory<Buffer> getBufferFactory()
HttpApplicationFactory that will create temporary storage
Buffers to handle the processing of requests.
May return null indicating that the container should provide
a default buffer factory.
getBufferFactory in interface HttpApplicationBuffer Factory or null.public void stop()
HttpApplicationImplementation should use this method to clear up all remaining resources.
stop in interface HttpApplicationCopyright © 2025 Open Identity Platform Community. All rights reserved.