public class Connector extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Connector.ConnectorResources
Child mutators for Connector
|
| Modifier and Type | Method and Description |
|---|---|
String |
authenticationProvider()
The "authentication-provider" element contains the name of the authentication provider to use for incoming connections.
|
Connector |
authenticationProvider(String value)
The "authentication-provider" element contains the name of the authentication provider to use for incoming connections.
|
String |
getKey() |
Connector |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
Connector |
propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
String |
saslProtocol()
The protocol to pass into the SASL mechanisms used for authentication.
|
Connector |
saslProtocol(String value)
The protocol to pass into the SASL mechanisms used for authentication.
|
SaslSecurity |
saslSecurity()
The "sasl" element contains the SASL authentication configuration for this connector.
|
Connector |
saslSecurity(SaslSecurity value)
The "sasl" element contains the SASL authentication configuration for this connector.
|
String |
securityRealm()
The associated security realm to use for authentication for this connector.
|
Connector |
securityRealm(String value)
The associated security realm to use for authentication for this connector.
|
String |
serverName()
The server name to send in the initial message exchange and for SASL based authentication.
|
Connector |
serverName(String value)
The server name to send in the initial message exchange and for SASL based authentication.
|
String |
socketBinding()
The name (or names) of the socket binding(s) to attach to.
|
Connector |
socketBinding(String value)
The name (or names) of the socket binding(s) to attach to.
|
Connector.ConnectorResources |
subresources() |
public Connector(String key)
public String getKey()
public String authenticationProvider()
public Connector authenticationProvider(String value)
public String saslProtocol()
public Connector saslProtocol(String value)
public String securityRealm()
public Connector securityRealm(String value)
public String serverName()
public Connector serverName(String value)
public String socketBinding()
public Connector socketBinding(String value)
public Connector.ConnectorResources subresources()
public Connector propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public Connector property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addpublic SaslSecurity saslSecurity()
public Connector saslSecurity(SaslSecurity value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.