public class 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.
|
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 |
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.
|
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.SaslSecurityResources |
subresources() |
public String getKey()
public List<String> includeMechanisms()
public SaslSecurity includeMechanisms(List<String> value)
public List<String> qop()
public SaslSecurity qop(List<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.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 PolicySaslPolicy policySaslPolicy()
public SaslSecurity policySaslPolicy(PolicySaslPolicy value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.