public class SASLCramMD5Mechanism extends SASLJavaXMechanism
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
sc| Constructor and Description |
|---|
SASLCramMD5Mechanism() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getName() |
int |
getPriority() |
SASLCramMD5Mechanism |
newInstance() |
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerNameafterFinalSaslChallenge, authenticate, authenticate, authzidSupported, 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 int getPriority()
getPriority in class org.jivesoftware.smack.sasl.SASLMechanismpublic SASLCramMD5Mechanism newInstance()
newInstance in class org.jivesoftware.smack.sasl.SASLMechanism