public class SASLPlainMechanism 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 |
---|
SASLPlainMechanism() |
Modifier and Type | Method and Description |
---|---|
boolean |
authzidSupported() |
String |
getName()
Returns the common name of the SASL mechanism.
|
int |
getPriority()
Get the priority of this SASL mechanism.
|
SASLPlainMechanism |
newInstance() |
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerName
authenticate, authenticate, challengeReceived, compareTo, instanceForAuthentication, saslPrep, toBytes, toString
public static final String NAME
public SASLPlainMechanism()
public String getName()
SASLMechanism
getName
in class SASLJavaXMechanism
public boolean authzidSupported()
authzidSupported
in class SASLMechanism
public int getPriority()
SASLMechanism
getPriority
in class SASLMechanism
public SASLPlainMechanism newInstance()
newInstance
in class SASLMechanism