Uses of Class
org.forgerock.audit.handlers.syslog.TransportProtocol
-
Packages that use TransportProtocol Package Description org.forgerock.audit.handlers.syslog This package contains a Syslog AuditEventHandler implementation. -
-
Uses of TransportProtocol in org.forgerock.audit.handlers.syslog
Methods in org.forgerock.audit.handlers.syslog that return TransportProtocol Modifier and Type Method Description TransportProtocol
SyslogAuditEventHandlerConfiguration. getProtocol()
Returns the protocol over which messages transmitted to the Syslog daemon.static TransportProtocol
TransportProtocol. valueOf(String name)
Returns the enum constant of this type with the specified name.static TransportProtocol[]
TransportProtocol. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.forgerock.audit.handlers.syslog with parameters of type TransportProtocol Modifier and Type Method Description void
SyslogAuditEventHandlerConfiguration. setProtocol(TransportProtocol protocol)
Sets the protocol over which messages transmitted to the Syslog daemon.
-