Uses of Class
org.forgerock.audit.AuditException
Packages that use 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
Methods in org.forgerock.audit that throw AuditExceptionModifier 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
Methods in org.forgerock.audit.events.handlers that throw AuditExceptionModifier 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
Methods in org.forgerock.audit.json that throw AuditExceptionModifier and TypeMethodDescriptionstatic JsonValueAuditJsonConfig.getAuditEventHandlerConfigurationSchema(String className, ClassLoader classLoader) Gets the configuration schema for an audit event handler as json schema.static JsonValueAuditJsonConfig.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 AuditServiceConfigurationAuditJsonConfig.parseAuditServiceConfiguration(InputStream input) Returns the audit service configuration from the provided input stream.static AuditServiceConfigurationAuditJsonConfig.parseAuditServiceConfiguration(String json) Returns the audit service configuration from the provided JSON string.static AuditServiceConfigurationAuditJsonConfig.parseAuditServiceConfiguration(JsonValue json) Returns the audit service configuration from the provided JSON value.static voidAuditJsonConfig.registerHandlerToService(JsonValue jsonConfig, AuditServiceBuilder auditServiceBuilder) Configures and registers the audit event handler corresponding to the provided JSON configuration to the provided audit service.static voidAuditJsonConfig.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.