public class SASLExternalMechanism extends SASLMechanism
Modifier and Type | Field and Description |
---|---|
static String |
NAME |
authenticationId, authorizationId, connection, connectionConfiguration, CRAMMD5, DIGESTMD5, EXTERNAL, GSSAPI, host, password, PLAIN, serviceName, sslSession
Constructor and Description |
---|
SASLExternalMechanism() |
Modifier and Type | Method and Description |
---|---|
protected void |
authenticateInternal(CallbackHandler cbh) |
boolean |
authzidSupported() |
void |
checkIfSuccessfulOrThrow() |
protected byte[] |
getAuthenticationText()
Should return the initial response of the SASL mechanism.
|
String |
getName()
Returns the common name of the SASL mechanism.
|
int |
getPriority()
Get the priority of this SASL mechanism.
|
protected SASLMechanism |
newInstance() |
authenticate, authenticate, authenticateInternal, challengeReceived, compareTo, evaluateChallenge, instanceForAuthentication, saslPrep, toBytes, toString
public static final String NAME
public SASLExternalMechanism()
protected void authenticateInternal(CallbackHandler cbh) throws SmackException
authenticateInternal
in class SASLMechanism
SmackException
protected byte[] getAuthenticationText() throws SmackException
SASLMechanism
null
or an
empty array here.getAuthenticationText
in class SASLMechanism
SmackException
public String getName()
SASLMechanism
getName
in class SASLMechanism
public int getPriority()
SASLMechanism
getPriority
in class SASLMechanism
protected SASLMechanism newInstance()
newInstance
in class SASLMechanism
public void checkIfSuccessfulOrThrow() throws SmackException
checkIfSuccessfulOrThrow
in class SASLMechanism
SmackException
public boolean authzidSupported()
authzidSupported
in class SASLMechanism