public class Sasl<T extends Sasl> extends Object
| Modifier and Type | Class and Description |
|---|---|
class |
Sasl.SaslResources
Child mutators for Sasl
|
| Constructor and Description |
|---|
Sasl() |
| 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.
|
T |
includeMechanisms(List<String> value)
The optional nested "include-mechanisms" element contains a whitelist of allowed SASL mechanism names.
|
Policy |
policy()
The policy configuration.
|
T |
policy(Policy value)
The policy configuration.
|
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
|
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.
|
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.
|
Sasl.SaslResources |
subresources() |
public String getKey()
public List<String> includeMechanisms()
public T includeMechanisms(List<String> value)
public List<String> qop()
public T qop(List<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 Sasl.SaslResources subresources()
public T propertys(List<Property> value)
value - List of Property objects.public T property(Property value)
value - The Property to addpublic Policy policy()
Copyright © 2015 JBoss by Red Hat. All rights reserved.