public class SASLPlainMechanism
extends org.jivesoftware.smack.sasl.SASLMechanism
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
SASLPlainMechanism() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
authenticateInternal(javax.security.auth.callback.CallbackHandler cbh) |
void |
checkIfSuccessfulOrThrow() |
protected byte[] |
getAuthenticationText() |
java.lang.String |
getName() |
int |
getPriority() |
SASLPlainMechanism |
newInstance() |
public static final java.lang.String NAME
protected void authenticateInternal(javax.security.auth.callback.CallbackHandler cbh)
throws org.jivesoftware.smack.SmackException
authenticateInternal in class org.jivesoftware.smack.sasl.SASLMechanismorg.jivesoftware.smack.SmackExceptionprotected byte[] getAuthenticationText()
throws org.jivesoftware.smack.SmackException
getAuthenticationText in class org.jivesoftware.smack.sasl.SASLMechanismorg.jivesoftware.smack.SmackExceptionpublic java.lang.String getName()
getName in class org.jivesoftware.smack.sasl.SASLMechanismpublic int getPriority()
getPriority in class org.jivesoftware.smack.sasl.SASLMechanismpublic SASLPlainMechanism newInstance()
newInstance in class org.jivesoftware.smack.sasl.SASLMechanismpublic void checkIfSuccessfulOrThrow()
throws org.jivesoftware.smack.SmackException
checkIfSuccessfulOrThrow in class org.jivesoftware.smack.sasl.SASLMechanismorg.jivesoftware.smack.SmackException