public class CRAMMD5HashedSaslClientFactory extends Object implements SaslClientFactory
| Modifier and Type | Field and Description |
|---|---|
static String |
MECHANISM
The name of this mechanism
|
| Constructor and Description |
|---|
CRAMMD5HashedSaslClientFactory() |
| Modifier and Type | Method and Description |
|---|---|
SaslClient |
createSaslClient(String[] mechanisms,
String authorizationId,
String protocol,
String serverName,
Map<String,?> props,
CallbackHandler cbh) |
String[] |
getMechanismNames(Map<String,?> props) |
public static final String MECHANISM
public SaslClient createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
createSaslClient in interface SaslClientFactorySaslExceptionpublic String[] getMechanismNames(Map<String,?> props)
getMechanismNames in interface SaslClientFactoryCopyright © 2006–2019 The Apache Software Foundation. All rights reserved.