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() |
List<String> |
includeMechanisms()
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
SASLSecurity |
includeMechanisms(List<String> value)
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
SASLSecurity |
includeMechanismsValue(String value)
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
PolicySASLPolicy |
policySaslPolicy()
The policy configuration.
|
SASLSecurity |
policySaslPolicy(PolicySASLPolicy value)
The policy configuration.
|
SASLSecurity |
property(Property value)
Add the org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
SASLSecurity |
property(String childKey)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
SASLSecurity |
property(String childKey,
PropertyConfigurator config)
Create and configure a org.wildfly.swarm.config.remoting.Property object to the list of subresources
|
SASLSecurity |
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.
|
SASLSecurity |
qop(List<String> value)
The optional nested "qop" element contains a list of quality-of-protection values, in decreasing order of preference.
|
SASLSecurity |
qopValue(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.
|
SASLSecurity |
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.
|
SASLSecurity |
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.
|
SASLSecurity |
strength(List<String> value)
The optional nested "strength" element contains a list of cipher strength values, in decreasing order of preference.
|
SASLSecurity |
strengthValue(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 SASLSecurity includeMechanisms(List<String> value)
public SASLSecurity includeMechanismsValue(String value)
public List<String> qop()
public SASLSecurity qop(List<String> value)
public SASLSecurity qopValue(String value)
public Boolean reuseSession()
public SASLSecurity reuseSession(Boolean value)
public Boolean serverAuth()
public SASLSecurity serverAuth(Boolean value)
public List<String> strength()
public SASLSecurity strength(List<String> value)
public SASLSecurity strengthValue(String value)
public SASLSecurity.SASLSecurityResources subresources()
public SASLSecurity propertys(List<Property> value)
value - List of org.wildfly.swarm.config.remoting.Property objects.public SASLSecurity property(Property value)
value - The org.wildfly.swarm.config.remoting.Property to addpublic SASLSecurity 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 SASLSecurity property(String childKey)
key - The key for the org.wildfly.swarm.config.remoting.Property resourcepublic PolicySASLPolicy policySaslPolicy()
public SASLSecurity policySaslPolicy(PolicySASLPolicy value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.