Package org.jivesoftware.smack.sasl.core
Class SCRAMSHA1Mechanism
- java.lang.Object
-
- org.jivesoftware.smack.sasl.SASLMechanism
-
- org.jivesoftware.smack.sasl.core.ScramMechanism
-
- org.jivesoftware.smack.sasl.core.SCRAMSHA1Mechanism
-
- All Implemented Interfaces:
java.lang.Comparable<SASLMechanism>
public class SCRAMSHA1Mechanism extends ScramMechanism
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Fields inherited from class org.jivesoftware.smack.sasl.SASLMechanism
authenticationId, authorizationId, connection, connectionConfiguration, CRAMMD5, DIGESTMD5, EXTERNAL, GSSAPI, host, password, PLAIN, serviceName, sslSession
-
-
Constructor Summary
Constructors Constructor Description SCRAMSHA1Mechanism()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getPriority()
Get the priority of this SASL mechanism.protected SASLMechanism
newInstance()
-
Methods inherited from class org.jivesoftware.smack.sasl.core.ScramMechanism
authenticateInternal, authzidSupported, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getChannelBindingData, getGs2CbindFlag, getName
-
Methods inherited from class org.jivesoftware.smack.sasl.SASLMechanism
afterFinalSaslChallenge, authenticate, authenticate, authenticateInternal, challengeReceived, compareTo, instanceForAuthentication, isAuthenticationSuccessful, isFinished, requiresPassword, saslPrep, setException, throwExceptionIfRequired, toBytes, toString
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
-
-
Constructor Detail
-
SCRAMSHA1Mechanism
public SCRAMSHA1Mechanism()
-
-
Method Detail
-
getPriority
public int getPriority()
Description copied from class:SASLMechanism
Get the priority of this SASL mechanism. Lower values mean higher priority.- Specified by:
getPriority
in classSASLMechanism
- Returns:
- the priority of this SASL mechanism.
-
newInstance
protected SASLMechanism newInstance()
- Specified by:
newInstance
in classSASLMechanism
-
-