Index

E F G H I J O P Q R S 
All Classes and Interfaces|All Packages|Constant Field Values

E

EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
 

F

FLUSH_FILE_ACTION_NAME - Static variable in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
Name of action to force flushing of file-buffer, which is not the same as flushing buffered audit events, and is primarily used for testing purposes.

G

getBuffering() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Gets configuration of event buffering.
getLogDirectory() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Gets the directory where the JSON file is located.
getMaxSize() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
Gets the buffer capacity, which are the maximum number of events that can be buffered.
getWriteInterval() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
Gets delay after which the file-writer thread is scheduled to run after encountering an empty event buffer (units of 'ms' are recommended).

H

handleAction(Context, String, ActionRequest) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 

I

isElasticsearchCompatible() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Determines if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
isUsableForQueries() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
 

J

JsonAuditEventHandler - Class in org.forgerock.audit.handlers.json
AuditEventHandler for persisting raw JSON events to a file.
JsonAuditEventHandler(JsonAuditEventHandlerConfiguration, EventTopicsMetaData) - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandler
Creates a JsonAuditEventHandler instances.
JsonAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.json
Configuration for JsonAuditEventHandler.
JsonAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
 
JsonAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.json
Configuration of event buffering.

O

org.forgerock.audit.handlers.json - package org.forgerock.audit.handlers.json
This package contains the JSON-file AuditEventHandler implementation.

P

publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 

Q

queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 

R

readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
ROTATE_FILE_ACTION_NAME - Static variable in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
Name of action to force file rotation.

S

setBuffering(JsonAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Sets configuration of event buffering.
setElasticsearchCompatible(boolean) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Specifies if JSON format should be transformed to be compatible with ElasticSearch format restrictions.
setLogDirectory(String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration
Sets the directory where the JSON file is located.
setMaxSize(int) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets the buffer capacity, which are the maximum number of events that can be buffered.
setWriteInterval(String) - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandlerConfiguration.EventBufferingConfiguration
Sets delay after which the file-writer thread is scheduled to run after encountering an empty event buffer (units of 'ms' are recommended).
shutdown() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
startup() - Method in class org.forgerock.audit.handlers.json.JsonAuditEventHandler
 
E F G H I J O P Q R S 
All Classes and Interfaces|All Packages|Constant Field Values