Package org.jivesoftware.smack.sasl.core
Class ScramSha1PlusMechanism
- java.lang.Object
-
- org.jivesoftware.smack.sasl.SASLMechanism
-
- org.jivesoftware.smack.sasl.core.ScramMechanism
-
- org.jivesoftware.smack.sasl.core.ScramPlusMechanism
-
- org.jivesoftware.smack.sasl.core.ScramSha1PlusMechanism
-
- All Implemented Interfaces:
Comparable<SASLMechanism>
public class ScramSha1PlusMechanism extends ScramPlusMechanism
-
-
Field Summary
Fields Modifier and Type Field Description static StringNAME-
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 ScramSha1PlusMechanism()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPriority()Get the priority of this SASL mechanism.protected SASLMechanismnewInstance()-
Methods inherited from class org.jivesoftware.smack.sasl.core.ScramPlusMechanism
getChannelBindingData, getGs2CbindFlag, getName
-
Methods inherited from class org.jivesoftware.smack.sasl.core.ScramMechanism
authenticateInternal, authzidSupported, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText
-
Methods inherited from class org.jivesoftware.smack.sasl.SASLMechanism
afterFinalSaslChallenge, authenticate, authenticate, authenticateInternal, challengeReceived, compareTo, instanceForAuthentication, isAuthenticationSuccessful, isFinished, requiresPassword, saslPrep, setException, throwExceptionIfRequired, toBytes, toString
-
-
-
-
Constructor Detail
-
ScramSha1PlusMechanism
public ScramSha1PlusMechanism()
-
-
Method Detail
-
getPriority
public int getPriority()
Description copied from class:SASLMechanismGet the priority of this SASL mechanism. Lower values mean higher priority.- Specified by:
getPriorityin classSASLMechanism- Returns:
- the priority of this SASL mechanism.
-
newInstance
protected SASLMechanism newInstance()
- Specified by:
newInstancein classSASLMechanism
-
-