public class SASLDigestMD5Mechanism 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 |
|---|
SASLDigestMD5Mechanism() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
authzidSupported() |
java.lang.String |
getName()
Returns the common name of the SASL mechanism.
|
int |
getPriority()
Get the priority of this SASL mechanism.
|
SASLDigestMD5Mechanism |
newInstance() |
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerNameauthenticate, authenticate, challengeReceived, compareTo, instanceForAuthentication, saslPrep, setSaslPrepTransformer, toBytes, toStringpublic static final java.lang.String NAME
public SASLDigestMD5Mechanism()
public boolean authzidSupported()
authzidSupported in class SASLMechanismpublic java.lang.String getName()
SASLMechanismgetName in class SASLJavaXMechanismpublic int getPriority()
SASLMechanismgetPriority in class SASLMechanismpublic SASLDigestMD5Mechanism newInstance()
newInstance in class SASLMechanism