public abstract class AbstractAnonymousFactory extends AbstractSaslFactory
Modifier and Type | Field and Description |
---|---|
static String |
ANONYMOUS
The name of the ANONYMOUS SASL mechanism.
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractAnonymousFactory()
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
protected boolean |
isDictionarySusceptible()
Determine whether the mechanism is susceptible to dictionary (passive) attacks.
|
protected boolean |
isPlainText()
Determine whether the algorithm employs plain text.
|
getMechanismNames, getPropertyValue, isActiveSusceptible, isAnonymous, isForwardSecrecy, isIncluded, isPassCredentials, matches
public static final String ANONYMOUS
protected AbstractAnonymousFactory()
protected boolean isDictionarySusceptible()
AbstractSaslFactory
isDictionarySusceptible
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.