Modifier and Type | Method and Description |
---|---|
AuditServiceBuilder |
AuditServiceBuilder.withAuditEventHandler(Class<? extends AuditEventHandler> clazz,
EventHandlerConfiguration configuration)
Register an AuditEventHandler.
|
Modifier and Type | Class and Description |
---|---|
class |
FileBasedEventHandlerConfiguration
Configures time based or size based log file rotation.
|
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 | Class and Description |
---|---|
class |
CsvAuditEventHandlerConfiguration
A configuration for CSV audit event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchAuditEventHandlerConfiguration
A configuration for Elasticsearch audit event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
JdbcAuditEventHandlerConfiguration
Configures the JDBC mapping and connection pool.
|
Modifier and Type | Class and Description |
---|---|
class |
JmsAuditEventHandlerConfiguration
Configuration object for the
JmsAuditEventHandler . |
Modifier and Type | Class and Description |
---|---|
class |
JsonAuditEventHandlerConfiguration
Configuration for
JsonAuditEventHandler . |
class |
JsonStdoutAuditEventHandlerConfiguration
Configuration for
JsonAuditEventHandler . |
Modifier and Type | Class and Description |
---|---|
class |
SplunkAuditEventHandlerConfiguration
Configuration for the splunk audit event handler.
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogAuditEventHandlerConfiguration
Configuration object for the
SyslogAuditEventHandler . |
Modifier and Type | Method and Description |
---|---|
static <C extends EventHandlerConfiguration> |
AuditJsonConfig.parseAuditEventHandlerConfiguration(Class<C> clazz,
JsonValue jsonConfig)
Returns the audit event handler configuration from the provided JSON string.
|
Copyright © 2025 Open Identity Platform Community. All rights reserved.