public class TigaseSaslServerFactory extends Object implements SaslServerFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
ANONYMOUS_MECHANISM_ALLOWED |
| Constructor and Description |
|---|
TigaseSaslServerFactory() |
| Modifier and Type | Method and Description |
|---|---|
SaslServer |
createSaslServer(String mechanism,
String protocol,
String serverName,
Map<String,?> props,
CallbackHandler callbackHandler) |
String[] |
getMechanismNames(Map<String,?> props) |
public static final String ANONYMOUS_MECHANISM_ALLOWED
public SaslServer createSaslServer(String mechanism, String protocol, String serverName, Map<String,?> props, CallbackHandler callbackHandler) throws SaslException
createSaslServer in interface SaslServerFactorySaslExceptionpublic String[] getMechanismNames(Map<String,?> props)
getMechanismNames in interface SaslServerFactoryCopyright © 2016 "Tigase, Inc.". All rights reserved.