Class SimpleRemotingConnector.Builder
java.lang.Object
org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder<SimpleRemotingConnector.Builder>
org.wildfly.test.security.common.other.SimpleRemotingConnector.Builder
- Enclosing class:
- SimpleRemotingConnector
public static final class SimpleRemotingConnector.Builder
extends AbstractConfigurableElement.Builder<SimpleRemotingConnector.Builder>
Builder to build
SimpleRemotingConnector.-
Method Summary
Modifier and TypeMethodDescriptionbuild()protected SimpleRemotingConnector.Builderself()withAuthenticationProvider(String authenticationProvider) withSaslAuthenticationFactory(String saslAuthenticationFactory) withSaslProtocol(String saslProtocol) withSecurityRealm(String securityRealm) withServerName(String serverName) withSocketBinding(String socketBinding) withSslContext(String sslContext) Methods inherited from class org.wildfly.test.security.common.elytron.AbstractConfigurableElement.Builder
withName
-
Method Details
-
withAuthenticationProvider
-
withSaslAuthenticationFactory
public SimpleRemotingConnector.Builder withSaslAuthenticationFactory(String saslAuthenticationFactory) -
withSaslProtocol
-
withSecurityRealm
-
withServerName
-
withSocketBinding
-
withSslContext
-
build
-
self
- Specified by:
selfin classAbstractConfigurableElement.Builder<SimpleRemotingConnector.Builder>
-