Modifier and Type | Method and Description |
---|---|
AuditEventHandler |
AuditServiceProxy.getRegisteredHandler(String handlerName) |
AuditEventHandler |
AuditService.getRegisteredHandler(String handlerName)
Returns the registered handler corresponding to provided name.
|
Modifier and Type | Method and Description |
---|---|
Collection<AuditEventHandler> |
AuditServiceProxy.getRegisteredHandlers() |
Collection<AuditEventHandler> |
AuditService.getRegisteredHandlers()
Returns the registered handlers.
|
Modifier and Type | Method and Description |
---|---|
AuditServiceBuilder |
AuditServiceBuilder.withAuditEventHandler(AuditEventHandler auditEventHandler)
Register an AuditEventHandler.
|
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 |
AuditEventHandlerBase
Abstract AuditEventHandler class.
|
class |
NoOpAuditEventHandler
An event handler that does nothing.
|
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 |
CsvAuditEventHandler
Handles AuditEvents by writing them to a CSV file.
|
Modifier and Type | Class and Description |
---|---|
class |
ElasticsearchAuditEventHandler
AuditEventHandler for Elasticsearch. |
Modifier and Type | Class and Description |
---|---|
class |
JdbcAuditEventHandler
Implements a
AuditEventHandler to write AuditEvent s to a JDBC repository. |
Modifier and Type | Class and Description |
---|---|
class |
JmsAuditEventHandler
Publishes Audit events on a JMS Topic.
|
Modifier and Type | Class and Description |
---|---|
class |
JsonAuditEventHandler
AuditEventHandler for persisting raw JSON events to a file. |
class |
JsonStdoutAuditEventHandler
AuditEventHandler for persisting raw JSON events to a file. |
Modifier and Type | Class and Description |
---|---|
class |
SplunkAuditEventHandler
Audit event handler that writes out to Splunk's HTTP event collector RAW endpoint.
|
Modifier and Type | Class and Description |
---|---|
class |
SyslogAuditEventHandler
The handler publishes audit events formatted using
SyslogFormatter to a syslog daemon using
the configured SyslogPublisher . |
Copyright © 2025 Open Identity Platform Community. All rights reserved.