Class SASLDigestMD5Mechanism
java.lang.Object
org.jivesoftware.smack.sasl.SASLMechanism
org.jivesoftware.smack.sasl.javax.SASLJavaXMechanism
org.jivesoftware.smack.sasl.javax.SASLDigestMD5Mechanism
- All Implemented Interfaces:
 Comparable<SASLMechanism>
Implementation of the SASL DIGEST-MD5 mechanism.
- 
Field Summary
FieldsFields inherited from class org.jivesoftware.smack.sasl.javax.SASLJavaXMechanism
scFields inherited from class org.jivesoftware.smack.sasl.SASLMechanism
authenticationId, authorizationId, connection, connectionConfiguration, CRAMMD5, DIGESTMD5, EXTERNAL, GSSAPI, host, password, PLAIN, serviceName, sslSession - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()Returns the common name of the SASL mechanism.intGet the priority of this SASL mechanism.Methods inherited from class org.jivesoftware.smack.sasl.javax.SASLJavaXMechanism
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerNameMethods inherited from class org.jivesoftware.smack.sasl.SASLMechanism
afterFinalSaslChallenge, authenticate, authenticate, challengeReceived, compareTo, instanceForAuthentication, isAuthenticationSuccessful, isFinished, requiresPassword, saslPrep, setException, throwExceptionIfRequired, toBytes, toString 
- 
Field Details
- 
NAME
- See Also:
 
 
 - 
 - 
Constructor Details
- 
SASLDigestMD5Mechanism
public SASLDigestMD5Mechanism() 
 - 
 - 
Method Details
- 
authzidSupported
- Overrides:
 authzidSupportedin classSASLMechanism
 - 
getName
Description copied from class:SASLMechanismReturns the common name of the SASL mechanism. E.g.: PLAIN, DIGEST-MD5 or GSSAPI.- Specified by:
 getNamein classSASLJavaXMechanism- Returns:
 - the common name of the SASL mechanism.
 
 - 
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
- Specified by:
 newInstancein classSASLMechanism
 
 -