public final class ClientTokenClientFactory extends AbstractSaslFactory implements SaslClientFactory
Modifier and Type | Field and Description |
---|---|
static String |
JBOSS_CLIENTTOKEN
The mechanism name.
|
Constructor and Description |
---|
ClientTokenClientFactory()
Construct a new instance.
|
Modifier and Type | Method and Description |
---|---|
SaslClient |
createSaslClient(String[] mechanisms,
String authorizationId,
String protocol,
String serverName,
Map<String,?> props,
CallbackHandler cbh) |
getMechanismNames, getPropertyValue, isActiveSusceptible, isAnonymous, isDictionarySusceptible, isForwardSecrecy, isIncluded, isPassCredentials, isPlainText, matches
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMechanismNames
public static final String JBOSS_CLIENTTOKEN
public ClientTokenClientFactory()
public SaslClient createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh) throws SaslException
createSaslClient
in interface SaslClientFactory
SaslException
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.