tigase.auth.mechanisms
Class TigaseSaslServerFactory
java.lang.Object
tigase.auth.mechanisms.TigaseSaslServerFactory
- All Implemented Interfaces:
- SaslServerFactory
public class TigaseSaslServerFactory
- extends Object
- implements SaslServerFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ANONYMOUS_MECHANISM_ALLOWED
public static final String ANONYMOUS_MECHANISM_ALLOWED
- See Also:
- Constant Field Values
TigaseSaslServerFactory
public TigaseSaslServerFactory()
createSaslServer
public SaslServer createSaslServer(String mechanism,
String protocol,
String serverName,
Map<String,?> props,
CallbackHandler callbackHandler)
throws SaslException
- Specified by:
createSaslServer in interface SaslServerFactory
- Throws:
SaslException
getMechanismNames
public String[] getMechanismNames(Map<String,?> props)
- Specified by:
getMechanismNames in interface SaslServerFactory
Copyright © 2013 Tigase. All rights reserved.