Index
All Classes and Interfaces|All Packages
A
- ALERT - Enum constant in enum org.forgerock.audit.handlers.syslog.Severity
-
Action must be taken immediately.
- AUTH - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Security/authorization messages.
- AUTHPRIV - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Security/authorization messages.
B
- buffering - Variable in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Event buffering is disabled by default.
C
- CLOCKD - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Clock daemon.
- CRITICAL - Enum constant in enum org.forgerock.audit.handlers.syslog.Severity
-
Critical conditions.
- CRON - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Clock daemon.
D
- DAEMON - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
System daemons.
- DEBUG - Enum constant in enum org.forgerock.audit.handlers.syslog.Severity
-
Debug-level messages.
E
- EMERGENCY - Enum constant in enum org.forgerock.audit.handlers.syslog.Severity
-
System is unusable.
- ERROR - Enum constant in enum org.forgerock.audit.handlers.syslog.Severity
-
Error conditions.
- EventBufferingConfiguration() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
F
- Facility - Enum in org.forgerock.audit.handlers.syslog
-
Defines the standard Syslog message facilities.
- FTP - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
FTP daemon.
G
- getBuffering() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the configuration for events buffering.
- getCode() - Method in enum org.forgerock.audit.handlers.syslog.Facility
-
Get the syslog code for the facility.
- getCode() - Method in enum org.forgerock.audit.handlers.syslog.Severity
-
Get the syslog code for the severity.
- getConnectTimeout() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the timeout after which attempts to connect to the Syslog daemon will be abandoned.
- getFacility() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the facility constant that should be applied to all Syslog messages.
- getField() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Returns the name of the event topic field to which this mapping applies.
- getHost() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the hostname of the Syslog daemon to which messages should be published.
- getPort() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the port of the Syslog daemon to which messages should be published.
- getProtocol() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the protocol over which messages transmitted to the Syslog daemon.
- getPublisher(InetSocketAddress, SyslogAuditEventHandlerConfiguration) - Method in enum org.forgerock.audit.handlers.syslog.TransportProtocol
-
Get the publisher for the given configuration.
- getSeverityFieldMappings() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Returns the configurations for mapping audit event field values to Syslog severity values.
- getTopic() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Returns the name of the event topic to which this mapping applies.
- getValueMappings() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Returns the mapping of audit event values to Syslog severity values.
I
- INFORMATIONAL - Enum constant in enum org.forgerock.audit.handlers.syslog.Severity
-
Informational messages.
- isEnabled() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Indicates if event buffering is enabled.
- isUsableForQueries() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
K
L
- LOCAL0 - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Local use 0 (local0).
- LOCAL1 - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Local use 1 (local1).
- LOCAL2 - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Local use 2 (local2).
- LOCAL3 - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Local use 3 (local3).
- LOCAL4 - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Local use 4 (local4).
- LOCAL5 - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Local use 5 (local5).
- LOCAL6 - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Local use 6 (local6).
- LOCAL7 - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Local use 7 (local7).
- LOGALERT - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Log alert.
- LOGAUDIT - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Log audit.
- LPR - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Line printer subsystem.
M
N
- NEWS - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Network news subsystem.
- NOTICE - Enum constant in enum org.forgerock.audit.handlers.syslog.Severity
-
Normal but significant condition.
- NTP - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
NTP subsystem.
O
- org.forgerock.audit.handlers.syslog - package org.forgerock.audit.handlers.syslog
-
This package contains a Syslog AuditEventHandler implementation.
P
- publishEvent(Context, String, JsonValue) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
Q
- queryEvents(Context, String, QueryRequest, QueryResourceHandler) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
R
- readEvent(Context, String, String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
S
- setBufferingConfiguration(SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the configuration for events buffering.
- setConnectTimeout(int) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the timeout after which attempts to connect to the Syslog daemon will be abandoned.
- setEnabled(boolean) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration
-
Sets the buffering status.
- setFacility(Facility) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the facility constant that should be applied to all Syslog messages.
- setField(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Sets the name of the event topic field to which this mapping applies.
- setHost(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the hostname of the Syslog daemon to which messages should be published.
- setPort(int) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the port of the Syslog daemon to which messages should be published.
- setProtocol(TransportProtocol) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the protocol over which messages transmitted to the Syslog daemon.
- setSeverityFieldMappings(List<SyslogAuditEventHandlerConfiguration.SeverityFieldMapping>) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
-
Sets the configurations for mapping audit event field values to Syslog severity values.
- setTopic(String) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Sets the name of the event topic to which this mapping applies.
- setValueMappings(Map<String, Severity>) - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
-
Sets the mapping of audit event values to Syslog severity values.
- Severity - Enum in org.forgerock.audit.handlers.syslog
-
Defines the standard Syslog message severities.
- SeverityFieldMapping() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration.SeverityFieldMapping
- shutdown() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
-
Closes the connections established by
SyslogPublisher
. - startup() - Method in class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
- SYSLOG - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
Messages generated internally by syslogd.
- SyslogAuditEventHandler - Class in org.forgerock.audit.handlers.syslog
-
The handler publishes audit events formatted using
SyslogFormatter
to a syslog daemon using the configuredSyslogPublisher
. - SyslogAuditEventHandler(SyslogAuditEventHandlerConfiguration, EventTopicsMetaData, ProductInfoProvider, LocalHostNameProvider) - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandler
-
Create a new SyslogAuditEventHandler instance.
- SyslogAuditEventHandlerConfiguration - Class in org.forgerock.audit.handlers.syslog
-
Configuration object for the
SyslogAuditEventHandler
. - SyslogAuditEventHandlerConfiguration() - Constructor for class org.forgerock.audit.handlers.syslog.SyslogAuditEventHandlerConfiguration
- SyslogAuditEventHandlerConfiguration.EventBufferingConfiguration - Class in org.forgerock.audit.handlers.syslog
-
Configuration of event buffering.
- SyslogAuditEventHandlerConfiguration.SeverityFieldMapping - Class in org.forgerock.audit.handlers.syslog
-
Encapsulates configuration for mapping audit event field values to Syslog severity values.
T
- TCP - Enum constant in enum org.forgerock.audit.handlers.syslog.TransportProtocol
-
Publish Syslog messages over TCP.
- TransportProtocol - Enum in org.forgerock.audit.handlers.syslog
-
Transport protocol over which Syslog messages should be published.
U
- UDP - Enum constant in enum org.forgerock.audit.handlers.syslog.TransportProtocol
-
Publish Syslog messages over UDP.
- USER - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
User-level messages.
- UUCP - Enum constant in enum org.forgerock.audit.handlers.syslog.Facility
-
UUCP subsystem.
V
- valueOf(String) - Static method in enum org.forgerock.audit.handlers.syslog.Facility
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.handlers.syslog.Severity
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum org.forgerock.audit.handlers.syslog.TransportProtocol
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum org.forgerock.audit.handlers.syslog.Facility
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.forgerock.audit.handlers.syslog.Severity
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum org.forgerock.audit.handlers.syslog.TransportProtocol
-
Returns an array containing the constants of this enum type, in the order they are declared.
W
A B C D E F G I K L M N O P Q R S T U V WAll Classes and Interfaces|All Packages