public abstract class ScramPlusMechanism extends ScramMechanism
authenticationId, authorizationId, connection, connectionConfiguration, CRAMMD5, DIGESTMD5, EXTERNAL, GSSAPI, host, password, PLAIN, serviceName, sslSession
Modifier | Constructor and Description |
---|---|
protected |
ScramPlusMechanism(ScramHmac scramHmac) |
Modifier and Type | Method and Description |
---|---|
protected byte[] |
getChannelBindingData() |
protected String |
getChannelBindingName() |
String |
getName()
Returns the common name of the SASL mechanism.
|
authenticateInternal, authzidSupported, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText
authenticate, authenticate, authenticateInternal, challengeReceived, compareTo, getPriority, instanceForAuthentication, newInstance, saslPrep, toBytes, toString
protected ScramPlusMechanism(ScramHmac scramHmac)
public String getName()
SASLMechanism
getName
in class ScramMechanism
protected String getChannelBindingName()
getChannelBindingName
in class ScramMechanism
protected byte[] getChannelBindingData() throws SmackException
getChannelBindingData
in class ScramMechanism
SmackException