public class SASLPlainMechanism extends SASLJavaXMechanism
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
sc| Constructor and Description |
|---|
SASLPlainMechanism() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authzidSupported() |
java.lang.String |
getName() |
int |
getPriority() |
SASLPlainMechanism |
newInstance() |
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerNameafterFinalSaslChallenge, authenticate, authenticate, challengeReceived, compareTo, instanceForAuthentication, isAuthenticationSuccessful, isFinished, requiresPassword, saslPrep, setException, throwExceptionIfRequired, toBytes, toStringpublic static final java.lang.String NAME
public java.lang.String getName()
getName in class SASLJavaXMechanismpublic boolean authzidSupported()
authzidSupported in class org.jivesoftware.smack.sasl.SASLMechanismpublic int getPriority()
getPriority in class org.jivesoftware.smack.sasl.SASLMechanismpublic SASLPlainMechanism newInstance()
newInstance in class org.jivesoftware.smack.sasl.SASLMechanism