public class SASLSecurity<T extends SASLSecurity> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
SASLSecurity.SASLSecurityResources
Child mutators for SASLSecurity
|
| Constructor and Description |
|---|
SASLSecurity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
T |
includeMechanism(String value)
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
List<String> |
includeMechanisms()
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
T |
includeMechanisms(List<String> value)
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
PolicySASLPolicy |
policySaslPolicy()
The policy configuration.
|
T |
policySaslPolicy(PolicySASLPolicy value)
The policy configuration.
|
T |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
property(String childKey)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
property(String childKey,
PropertyConfigurator config)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
T |
propertys(List<Property> value)
Add all org.wildfly.swarm.config.remoting.Property objects to this subresource
|
List<String> |
qop()
The optional nested "qop" element contains a list of quality-of-protection values, in decreasing order of preference.
|
T |
qop(List<String> value)
The optional nested "qop" element contains a list of quality-of-protection values, in decreasing order of preference.
|
T |
qop(String value)
The optional nested "qop" element contains a list of quality-of-protection values, in decreasing order of preference.
|
Boolean |
reuseSession()
The optional nested "reuse-session" boolean element specifies whether or not the server should attempt to reuse previously authenticated session information.
|
T |
reuseSession(Boolean value)
The optional nested "reuse-session" boolean element specifies whether or not the server should attempt to reuse previously authenticated session information.
|
Boolean |
serverAuth()
The optional nested "server-auth" boolean element specifies whether the server should authenticate to the client.
|
T |
serverAuth(Boolean value)
The optional nested "server-auth" boolean element specifies whether the server should authenticate to the client.
|
List<String> |
strength()
The optional nested "strength" element contains a list of cipher strength values, in decreasing order of preference.
|
T |
strength(List<String> value)
The optional nested "strength" element contains a list of cipher strength values, in decreasing order of preference.
|
T |
strength(String value)
The optional nested "strength" element contains a list of cipher strength values, in decreasing order of preference.
|
SASLSecurity.SASLSecurityResources |
subresources() |
public String getKey()
public List<String> includeMechanisms()
public T includeMechanisms(List<String> value)
public T includeMechanism(String value)
public List<String> qop()
public T qop(List<String> value)
public T qop(String value)
public Boolean reuseSession()
public T reuseSession(Boolean value)
public Boolean serverAuth()
public T serverAuth(Boolean value)
public List<String> strength()
public T strength(List<String> value)
public T strength(String value)
public SASLSecurity.SASLSecurityResources subresources()
public T propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public T property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addpublic T property(String childKey, PropertyConfigurator config)
key - The key for the org.wildfly.swarm.config.remoting.Property resourceconfig - The org.wildfly.swarm.config.remoting.PropertyConfigurator to usepublic T property(String childKey)
key - The key for the org.wildfly.swarm.config.remoting.Property resourcepublic PolicySASLPolicy policySaslPolicy()
public T policySaslPolicy(PolicySASLPolicy value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.