public class SASLCramMD5Mechanism extends SASLJavaXMechanism
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
scauthenticationId, connection, CRAMMD5, DIGESTMD5, EXTERNAL, GSSAPI, host, password, PLAIN, serviceName| Constructor and Description |
|---|
SASLCramMD5Mechanism() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Returns the common name of the SASL mechanism.
|
int |
getPriority() |
SASLCramMD5Mechanism |
newInstance() |
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerNameauthenticate, authenticate, challengeReceived, compareTo, instanceForAuthentication, saslPrep, setSaslPrepTransformer, toBytespublic static final String NAME
public SASLCramMD5Mechanism()
public String getName()
SASLMechanismgetName in class SASLJavaXMechanismpublic int getPriority()
getPriority in class SASLMechanismpublic SASLCramMD5Mechanism newInstance()
newInstance in class SASLMechanism