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:
java.lang.Comparable<org.jivesoftware.smack.sasl.SASLMechanism>
public class SASLDigestMD5Mechanism extends SASLJavaXMechanism
Implementation of the SASL DIGEST-MD5 mechanism.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
NAME
-
Fields inherited from class org.jivesoftware.smack.sasl.javax.SASLJavaXMechanism
sc
-
-
Constructor Summary
Constructors Constructor Description SASLDigestMD5Mechanism()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
authzidSupported()
java.lang.String
getName()
int
getPriority()
SASLDigestMD5Mechanism
newInstance()
-
Methods inherited from class org.jivesoftware.smack.sasl.javax.SASLJavaXMechanism
authenticateInternal, authenticateInternal, checkIfSuccessfulOrThrow, evaluateChallenge, getAuthenticationText, getSaslProps, getServerName
-
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
authzidSupported
public boolean authzidSupported()
- Overrides:
authzidSupported
in classorg.jivesoftware.smack.sasl.SASLMechanism
-
getName
public java.lang.String getName()
- Specified by:
getName
in classSASLJavaXMechanism
-
getPriority
public int getPriority()
- Specified by:
getPriority
in classorg.jivesoftware.smack.sasl.SASLMechanism
-
newInstance
public SASLDigestMD5Mechanism newInstance()
- Specified by:
newInstance
in classorg.jivesoftware.smack.sasl.SASLMechanism
-
-