Index
All Classes and Interfaces|All Packages
A
- AuditJsonConfig - Class in org.forgerock.audit.json
-
Utility class to facilitate creation and configuration of audit service and audit event handlers through JSON.
G
- getAuditEventHandlerConfigurationSchema(String, ClassLoader) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Gets the configuration schema for an audit event handler as json schema.
- getJson(InputStream) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns a JSON value from the provided input stream.
O
- org.forgerock.audit.json - package org.forgerock.audit.json
-
This package contains utilities to build and configure audit service and handlers from JSON configuration.
P
- parseAuditEventHandlerConfiguration(Class<C>, JsonValue) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns the audit event handler configuration from the provided JSON string.
- parseAuditServiceConfiguration(InputStream) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns the audit service configuration from the provided input stream.
- parseAuditServiceConfiguration(String) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns the audit service configuration from the provided JSON string.
- parseAuditServiceConfiguration(JsonValue) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Returns the audit service configuration from the provided JSON value.
R
- registerHandlerToService(JsonValue, AuditServiceBuilder) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Configures and registers the audit event handler corresponding to the provided JSON configuration to the provided audit service.
- registerHandlerToService(JsonValue, AuditServiceBuilder, ClassLoader) - Static method in class org.forgerock.audit.json.AuditJsonConfig
-
Configures and registers the audit event handler corresponding to the provided JSON configuration to the provided audit service, using a specific class loader.
All Classes and Interfaces|All Packages