Uses of Class
org.wildfly.security.audit.SyslogAuditEndpoint.Builder
-
Uses of SyslogAuditEndpoint.Builder in org.wildfly.security.audit
Methods in org.wildfly.security.audit that return SyslogAuditEndpoint.BuilderModifier and TypeMethodDescriptionstatic SyslogAuditEndpoint.BuilderSyslogAuditEndpoint.builder()Obtain a newSyslogAuditEndpoint.Buildercapable of building aSyslogAuditEndpoint.SyslogAuditEndpoint.Builder.setFormat(org.jboss.logmanager.handlers.SyslogHandler.SyslogType format) Sets the SyslogFormat that will be used.SyslogAuditEndpoint.Builder.setHostName(String hostName) Set the host name that should be sent within the syslog messages.SyslogAuditEndpoint.Builder.setMaxReconnectAttempts(int maxReconnectAttempts) Sets the amount of reconnect-attempts that will be used.SyslogAuditEndpoint.Builder.setPort(int port) Set the port the syslog server is listening on.SyslogAuditEndpoint.Builder.setServerAddress(InetAddress serverAddress) Set the server address syslog messages should be sent to.SyslogAuditEndpoint.Builder.setSocketFactory(SocketFactory socketFactory) SetSocketFactoryfor TCP connections - usually to provide configuredSSLSocketFactory.SyslogAuditEndpoint.Builder.setSsl(boolean ssl) Set if the communication should be using SSL.SyslogAuditEndpoint.Builder.setTcp(boolean tcp) Set if the communication should be using TCP.