public abstract class LocalUserSaslFactory extends AbstractSaslFactory
JBOSS-LOCAL-USER SASL mechanism.| Modifier and Type | Field and Description |
|---|---|
static String |
JBOSS_LOCAL_USER |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isActiveSusceptible()
Determine whether the mechanism is susceptible to active attack.
|
protected boolean |
isAnonymous()
Determine whether the algorithm is anonymous.
|
protected boolean |
isDictionarySusceptible()
Determine whether the mechanism is susceptible to dictionary (passive) attacks.
|
protected boolean |
isForwardSecrecy()
Determine whether forward secrecy is implemented.
|
protected boolean |
isPassCredentials()
Determine whether the mechanism passes client credentials.
|
protected boolean |
isPlainText()
Determine whether the algorithm employs plain text.
|
getMechanismNames, getPropertyValue, isIncluded, matchespublic static final String JBOSS_LOCAL_USER
protected boolean isPassCredentials()
AbstractSaslFactoryisPassCredentials in class AbstractSaslFactorytrue if it does (default is false)protected boolean isDictionarySusceptible()
AbstractSaslFactoryisDictionarySusceptible in class AbstractSaslFactorytrue if it is (default is true)protected boolean isActiveSusceptible()
AbstractSaslFactoryisActiveSusceptible in class AbstractSaslFactorytrue if it is (default is true)protected boolean isForwardSecrecy()
AbstractSaslFactoryisForwardSecrecy in class AbstractSaslFactorytrue if it is (default is false)protected boolean isPlainText()
AbstractSaslFactoryisPlainText in class AbstractSaslFactorytrue if it does so (default is true)protected boolean isAnonymous()
AbstractSaslFactoryisAnonymous in class AbstractSaslFactorytrue if it is (default is true)Copyright © 2012 JBoss by Red Hat. All Rights Reserved.