public class SASLAnonymous extends SASLMechanism
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
NAME |
authenticationId, connection, CRAMMD5, DIGESTMD5, EXTERNAL, GSSAPI, host, password, PLAIN, serviceName
Constructor and Description |
---|
SASLAnonymous() |
Modifier and Type | Method and Description |
---|---|
protected void |
authenticateInternal(javax.security.auth.callback.CallbackHandler cbh) |
void |
checkIfSuccessfulOrThrow() |
protected byte[] |
getAuthenticationText()
Should return the initial response of the SASL mechanism.
|
java.lang.String |
getName()
Returns the common name of the SASL mechanism.
|
int |
getPriority() |
SASLAnonymous |
newInstance() |
authenticate, authenticate, authenticateInternal, challengeReceived, compareTo, evaluateChallenge, instanceForAuthentication, saslPrep, setSaslPrepTransformer, toBytes
public static final java.lang.String NAME
public java.lang.String getName()
SASLMechanism
getName
in class SASLMechanism
public int getPriority()
getPriority
in class SASLMechanism
protected void authenticateInternal(javax.security.auth.callback.CallbackHandler cbh) throws SmackException
authenticateInternal
in class SASLMechanism
SmackException
protected byte[] getAuthenticationText() throws SmackException
SASLMechanism
null
here.getAuthenticationText
in class SASLMechanism
SmackException
public SASLAnonymous newInstance()
newInstance
in class SASLMechanism
public void checkIfSuccessfulOrThrow() throws SmackException
checkIfSuccessfulOrThrow
in class SASLMechanism
SmackException