public class SASLCramMD5Mechanism extends SASLJavaXMechanism
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
sc
authenticationId, authorizationId, connection, connectionConfiguration, CRAMMD5, DIGESTMD5, EXTERNAL, GSSAPI, host, password, PLAIN, serviceName, sslSession
Constructor and Description |
---|
SASLCramMD5Mechanism() |
Modifier and Type | Method and Description |
---|---|
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, getServerName
authenticate, authenticate, authzidSupported, challengeReceived, compareTo, instanceForAuthentication, saslPrep, toBytes, toString
public static final String NAME
public SASLCramMD5Mechanism()
public String getName()
SASLMechanism
getName
in class SASLJavaXMechanism
public int getPriority()
SASLMechanism
getPriority
in class SASLMechanism
public SASLCramMD5Mechanism newInstance()
newInstance
in class SASLMechanism