Class LocalUserSaslFactory
- java.lang.Object
-
- org.wildfly.security.sasl.util.AbstractSaslFactory
-
- org.wildfly.security.sasl.localuser.LocalUserSaslFactory
-
- Direct Known Subclasses:
LocalUserClientFactory,LocalUserServerFactory
public abstract class LocalUserSaslFactory extends AbstractSaslFactory
Base class for theJBOSS-LOCAL-USERSASL mechanism.- Author:
- David M. Lloyd
-
-
Field Summary
Fields Modifier and Type Field Description static StringJBOSS_LOCAL_USER
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleanisActiveSusceptible()protected booleanisAnonymous()protected booleanisDictionarySusceptible()protected booleanisForwardSecrecy()protected booleanisPassCredentials()protected booleanisPlainText()-
Methods inherited from class org.wildfly.security.sasl.util.AbstractSaslFactory
getMechanismNames, getPropertyValue, isIncluded, matches
-
-
-
-
Field Detail
-
JBOSS_LOCAL_USER
public static final String JBOSS_LOCAL_USER
- See Also:
- Constant Field Values
-
-
Method Detail
-
isPassCredentials
protected boolean isPassCredentials()
- Overrides:
isPassCredentialsin classAbstractSaslFactory
-
isDictionarySusceptible
protected boolean isDictionarySusceptible()
- Overrides:
isDictionarySusceptiblein classAbstractSaslFactory
-
isActiveSusceptible
protected boolean isActiveSusceptible()
- Overrides:
isActiveSusceptiblein classAbstractSaslFactory
-
isForwardSecrecy
protected boolean isForwardSecrecy()
- Overrides:
isForwardSecrecyin classAbstractSaslFactory
-
isPlainText
protected boolean isPlainText()
- Overrides:
isPlainTextin classAbstractSaslFactory
-
isAnonymous
protected boolean isAnonymous()
- Overrides:
isAnonymousin classAbstractSaslFactory
-
-