Class SASLPlainMechanism
- java.lang.Object
-
- org.jivesoftware.smack.sasl.SASLMechanism
-
- org.jivesoftware.smack.sasl.javax.SASLJavaXMechanism
-
- org.jivesoftware.smack.sasl.javax.SASLPlainMechanism
-
- All Implemented Interfaces:
java.lang.Comparable<org.jivesoftware.smack.sasl.SASLMechanism>
public class SASLPlainMechanism extends SASLJavaXMechanism
Implementation of the SASL PLAIN mechanism.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Fields inherited from class org.jivesoftware.smack.sasl.javax.SASLJavaXMechanism
sc
-
-
Constructor Summary
Constructors Constructor Description SASLPlainMechanism()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
authzidSupported()
java.lang.String
getName()
int
getPriority()
SASLPlainMechanism
newInstance()
-
Methods inherited from class org.jivesoftware.smack.sasl.javax.SASLJavaXMechanism
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerName
-
Methods inherited from class org.jivesoftware.smack.sasl.SASLMechanism
afterFinalSaslChallenge, authenticate, authenticate, challengeReceived, compareTo, instanceForAuthentication, isAuthenticationSuccessful, isFinished, requiresPassword, saslPrep, setException, throwExceptionIfRequired, toBytes, toString
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in classSASLJavaXMechanism
-
authzidSupported
public boolean authzidSupported()
- Overrides:
authzidSupported
in classorg.jivesoftware.smack.sasl.SASLMechanism
-
getPriority
public int getPriority()
- Specified by:
getPriority
in classorg.jivesoftware.smack.sasl.SASLMechanism
-
newInstance
public SASLPlainMechanism newInstance()
- Specified by:
newInstance
in classorg.jivesoftware.smack.sasl.SASLMechanism
-
-