| 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  | FileBasedEventHandlerConfigurationConfigures 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  | CsvAuditEventHandlerConfigurationA configuration for CSV audit event handler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | ElasticsearchAuditEventHandlerConfigurationA configuration for Elasticsearch audit event handler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JdbcAuditEventHandlerConfigurationConfigures the JDBC mapping and connection pool. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JmsAuditEventHandlerConfigurationConfiguration object for the  JmsAuditEventHandler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | JsonAuditEventHandlerConfigurationConfiguration for  JsonAuditEventHandler. | 
| class  | JsonStdoutAuditEventHandlerConfigurationConfiguration for  JsonAuditEventHandler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SplunkAuditEventHandlerConfigurationConfiguration for the splunk audit event handler. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | SyslogAuditEventHandlerConfigurationConfiguration 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.