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, matches
public static final String DIGEST_MD5
public AbstractDigestMD5Factory()
protected boolean isAnonymous()
AbstractSaslFactory
isAnonymous
in class AbstractSaslFactory
true
if it is (default is true
)protected boolean isPlainText()
AbstractSaslFactory
isPlainText
in class AbstractSaslFactory
true
if it does so (default is true
)Copyright © 2018 JBoss by Red Hat. All rights reserved.