public abstract class AbstractDigestMD5Factory extends AbstractSaslFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
DIGEST_MD5
The name of this mechanism.
|
| Constructor and Description |
|---|
AbstractDigestMD5Factory()
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
isAnonymous()
Determine whether the algorithm is anonymous.
|
protected boolean |
isPlainText()
Determine whether the algorithm employs plain text.
|
getMechanismNames, getPropertyValue, isActiveSusceptible, isDictionarySusceptible, isForwardSecrecy, isIncluded, isPassCredentials, matchespublic static final String DIGEST_MD5
public AbstractDigestMD5Factory()
protected boolean isAnonymous()
AbstractSaslFactoryisAnonymous in class AbstractSaslFactorytrue if it is (default is true)protected boolean isPlainText()
AbstractSaslFactoryisPlainText in class AbstractSaslFactorytrue if it does so (default is true)Copyright © 2012 JBoss by Red Hat. All Rights Reserved.