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