public class PolicySaslPolicy extends Object
| Constructor and Description |
|---|
PolicySaslPolicy() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
forwardSecrecy()
The optional nested "forward-secrecy" element contains a boolean value which specifies whether mechanisms that implement forward secrecy between sessions are required.
|
PolicySaslPolicy |
forwardSecrecy(Boolean value)
The optional nested "forward-secrecy" element contains a boolean value which specifies whether mechanisms that implement forward secrecy between sessions are required.
|
String |
getKey() |
Boolean |
noActive()
The optional nested "no-active" element contains a boolean value which specifies whether mechanisms susceptible to active (non-dictionary) attacks are not permitted.
|
PolicySaslPolicy |
noActive(Boolean value)
The optional nested "no-active" element contains a boolean value which specifies whether mechanisms susceptible to active (non-dictionary) attacks are not permitted.
|
Boolean |
noAnonymous()
The optional nested "no-anonymous" element contains a boolean value which specifies whether mechanisms that accept anonymous login are permitted.
|
PolicySaslPolicy |
noAnonymous(Boolean value)
The optional nested "no-anonymous" element contains a boolean value which specifies whether mechanisms that accept anonymous login are permitted.
|
Boolean |
noDictionary()
The optional nested "no-dictionary" element contains a boolean value which specifies whether mechanisms susceptible to passive dictionary attacks are permitted.
|
PolicySaslPolicy |
noDictionary(Boolean value)
The optional nested "no-dictionary" element contains a boolean value which specifies whether mechanisms susceptible to passive dictionary attacks are permitted.
|
Boolean |
noPlainText()
The optional nested "no-plain-text" element contains a boolean value which specifies whether mechanisms susceptible to simple plain passive attacks (e.g., "PLAIN") are not permitted.
|
PolicySaslPolicy |
noPlainText(Boolean value)
The optional nested "no-plain-text" element contains a boolean value which specifies whether mechanisms susceptible to simple plain passive attacks (e.g., "PLAIN") are not permitted.
|
Boolean |
passCredentials()
The optional nested "pass-credentials" element contains a boolean value which specifies whether mechanisms that pass client credentials are required.
|
PolicySaslPolicy |
passCredentials(Boolean value)
The optional nested "pass-credentials" element contains a boolean value which specifies whether mechanisms that pass client credentials are required.
|
public String getKey()
public Boolean forwardSecrecy()
public PolicySaslPolicy forwardSecrecy(Boolean value)
public Boolean noActive()
public PolicySaslPolicy noActive(Boolean value)
public Boolean noAnonymous()
public PolicySaslPolicy noAnonymous(Boolean value)
public Boolean noDictionary()
public PolicySaslPolicy noDictionary(Boolean value)
public Boolean noPlainText()
public PolicySaslPolicy noPlainText(Boolean value)
public Boolean passCredentials()
public PolicySaslPolicy passCredentials(Boolean value)
Copyright © 2015 JBoss by Red Hat. All rights reserved.