Uses of Class
org.forgerock.audit.AuditException
Package
Description
Package contains the AuditService.
This package contains the default
AuditEventHandlers
.This package contains utilities to build and configure audit service and handlers from JSON configuration.
-
Uses of AuditException in org.forgerock.audit
Modifier and TypeMethodDescriptionAuditServiceBuilder.withAuditEventHandler
(Class<? extends AuditEventHandler> clazz, EventHandlerConfiguration configuration) Register an AuditEventHandler.AuditServiceBuilder.withAuditEventHandler
(AuditEventHandler auditEventHandler) Register an AuditEventHandler. -
Uses of AuditException in org.forgerock.audit.events.handlers
Modifier and TypeMethodDescription<T extends AuditEventHandler>
TAuditEventHandlerFactory.create
(String name, Class<T> clazz, EventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData) Create a new AuditEventHandler instance.<T extends AuditEventHandler>
TDependencyProviderAuditEventHandlerFactory.create
(String name, Class<T> clazz, EventHandlerConfiguration configuration, EventTopicsMetaData eventTopicsMetaData) -
Uses of AuditException in org.forgerock.audit.json
Modifier and TypeMethodDescriptionstatic JsonValue
AuditJsonConfig.getAuditEventHandlerConfigurationSchema
(String className, ClassLoader classLoader) Gets the configuration schema for an audit event handler as json schema.static JsonValue
AuditJsonConfig.getJson
(InputStream input) Returns a JSON value from the provided input stream.static <C extends EventHandlerConfiguration>
CAuditJsonConfig.parseAuditEventHandlerConfiguration
(Class<C> clazz, JsonValue jsonConfig) Returns the audit event handler configuration from the provided JSON string.static AuditServiceConfiguration
AuditJsonConfig.parseAuditServiceConfiguration
(InputStream input) Returns the audit service configuration from the provided input stream.static AuditServiceConfiguration
AuditJsonConfig.parseAuditServiceConfiguration
(String json) Returns the audit service configuration from the provided JSON string.static AuditServiceConfiguration
AuditJsonConfig.parseAuditServiceConfiguration
(JsonValue json) Returns the audit service configuration from the provided JSON value.static void
AuditJsonConfig.registerHandlerToService
(JsonValue jsonConfig, AuditServiceBuilder auditServiceBuilder) Configures and registers the audit event handler corresponding to the provided JSON configuration to the provided audit service.static void
AuditJsonConfig.registerHandlerToService
(JsonValue jsonConfig, AuditServiceBuilder auditServiceBuilder, ClassLoader classLoader) Configures and registers the audit event handler corresponding to the provided JSON configuration to the provided audit service, using a specific class loader.