public class SASLPlainMechanism 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 |
|---|
SASLPlainMechanism() |
| 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.
|
SASLPlainMechanism |
newInstance() |
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerNameauthenticate, authenticate, challengeReceived, compareTo, instanceForAuthentication, saslPrep, setSaslPrepTransformer, toBytes, toStringpublic static final java.lang.String NAME
public SASLPlainMechanism()
public java.lang.String getName()
SASLMechanismgetName in class SASLJavaXMechanismpublic boolean authzidSupported()
authzidSupported in class SASLMechanismpublic int getPriority()
SASLMechanismgetPriority in class SASLMechanismpublic SASLPlainMechanism newInstance()
newInstance in class SASLMechanism