Package | Description |
---|---|
org.forgerock.audit |
Package contains the AuditService.
|
org.forgerock.audit.events.handlers |
This package contains the default
AuditEventHandlers . |
org.forgerock.audit.filter |
Contains the classes for filtering audit events.
|
org.forgerock.audit.json |
This package contains utilities to build and configure audit service and handlers from JSON configuration.
|
Modifier and Type | Method and Description |
---|---|
AuditServiceBuilder |
AuditServiceBuilder.withAuditEventHandler(AuditEventHandler auditEventHandler)
Register an AuditEventHandler.
|
AuditServiceBuilder |
AuditServiceBuilder.withAuditEventHandler(Class<? extends AuditEventHandler> clazz,
EventHandlerConfiguration configuration)
Register an AuditEventHandler.
|
Modifier and Type | Method and Description |
---|---|
<T extends AuditEventHandler> |
DependencyProviderAuditEventHandlerFactory.create(String name,
Class<T> clazz,
EventHandlerConfiguration configuration,
EventTopicsMetaData eventTopicsMetaData) |
<T extends AuditEventHandler> |
AuditEventHandlerFactory.create(String name,
Class<T> clazz,
EventHandlerConfiguration configuration,
EventTopicsMetaData eventTopicsMetaData)
Create a new AuditEventHandler instance.
|
Modifier and Type | Method and Description |
---|---|
static org.forgerock.audit.filter.ValueOrFieldFilter |
Filters.newFilter(String name,
List<String> auditTopics,
FilterPolicy policy)
Create a new filter for of the type specified.
|
Modifier and Type | Method and Description |
---|---|
static 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> |
AuditJsonConfig.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(JsonValue json)
Returns the audit service configuration from the provided JSON value.
|
static AuditServiceConfiguration |
AuditJsonConfig.parseAuditServiceConfiguration(String json)
Returns the audit service configuration from the provided JSON string.
|
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.
|
Copyright 2010-2022 ForgeRock AS.