org.jboss.sasl.digest
Class DigestMD5ServerFactory
java.lang.Object
org.jboss.sasl.util.AbstractSaslFactory
org.jboss.sasl.digest.DigestMD5ServerFactory
- All Implemented Interfaces:
- SaslServerFactory
public final class DigestMD5ServerFactory
- extends AbstractSaslFactory
- implements SaslServerFactory
- Author:
- David M. Lloyd
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DIGEST_MD5
public static final String DIGEST_MD5
- The name of this mechanism.
- See Also:
- Constant Field Values
DigestMD5ServerFactory
public DigestMD5ServerFactory()
- Construct a new instance.
createSaslServer
public SaslServer createSaslServer(String mechanism,
String protocol,
String serverName,
Map<String,?> props,
CallbackHandler cbh)
throws SaslException
- Specified by:
createSaslServer
in interface SaslServerFactory
- Throws:
SaslException
isAnonymous
protected boolean isAnonymous()
- Description copied from class:
AbstractSaslFactory
- Determine whether the algorithm is anonymous.
- Overrides:
isAnonymous
in class AbstractSaslFactory
- Returns:
true
if it is (default is true
)
isPlainText
protected boolean isPlainText()
- Description copied from class:
AbstractSaslFactory
- Determine whether the algorithm employs plain text.
- Overrides:
isPlainText
in class AbstractSaslFactory
- Returns:
true
if it does so (default is true
)
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.