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