public class SASLPlainMechanism extends SASLJavaXMechanism
| Modifier and Type | Field and Description |
|---|---|
static String |
NAME |
scauthenticationId, 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, getServerNameauthenticate, authenticate, challengeReceived, compareTo, instanceForAuthentication, saslPrep, toBytes, toStringpublic static final String NAME
public SASLPlainMechanism()
public String getName()
SASLMechanismgetName in class SASLJavaXMechanismpublic boolean authzidSupported()
authzidSupported in class SASLMechanismpublic int getPriority()
SASLMechanismgetPriority in class SASLMechanismpublic SASLPlainMechanism newInstance()
newInstance in class SASLMechanism