Class SyslogAuditLog.Builder
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder<SyslogAuditLog.Builder>
org.wildfly.test.security.common.elytron.SyslogAuditLog.Builder
- Enclosing class:
- SyslogAuditLog
public static final class SyslogAuditLog.Builder
extends AbstractConfigurableElement.Builder<SyslogAuditLog.Builder>
Builder to build
FileAuditLog.-
Method Summary
Modifier and TypeMethodDescriptionbuild()protected SyslogAuditLog.Builderself()setMaxReconnectAttempts(int maxReconnectAttempts) withFormat(String format) withHostName(String hostName) withPort(int port) withServerAddress(String serverAddress) withSslContext(String sslContext) withTransportProtocol(String transport) Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder
withName
-
Method Details
-
withServerAddress
-
withPort
-
withTransportProtocol
-
withHostName
-
withFormat
-
withSslContext
-
setMaxReconnectAttempts
-
build
-
self
- Specified by:
selfin classAbstractConfigurableElement.Builder<SyslogAuditLog.Builder>
-