public class Connector<T extends 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.
|
T |
authenticationProvider(String value)
The "authentication-provider" element contains the name of the authentication provider to use for incoming connections.
|
String |
getKey() |
T |
property(Property value)
Add the Property object to the list of subresources
|
T |
propertys(List<Property> value)
Add all Property objects to this subresource
|
Sasl |
sasl()
The "sasl" element contains the SASL authentication configuration for this connector.
|
T |
sasl(Sasl value)
The "sasl" element contains the SASL authentication configuration for this connector.
|
String |
saslProtocol()
The protocol to pass into the SASL mechanisms used for authentication.
|
T |
saslProtocol(String value)
The protocol to pass into the SASL mechanisms used for authentication.
|
String |
securityRealm()
The associated security realm to use for authentication for this connector.
|
T |
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.
|
T |
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.
|
T |
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 T authenticationProvider(String value)
public String saslProtocol()
public T saslProtocol(String value)
public String securityRealm()
public T securityRealm(String value)
public String serverName()
public T serverName(String value)
public String socketBinding()
public T socketBinding(String value)
public Connector.ConnectorResources subresources()
public T propertys(List<Property> value)
value - List of Property objects.public T property(Property value)
value - The Property to addpublic Sasl sasl()
Copyright © 2015 JBoss by Red Hat. All rights reserved.