org.jboss.sasl.anonymous
Class AnonymousClientFactory
java.lang.Object
org.jboss.sasl.util.AbstractSaslFactory
org.jboss.sasl.anonymous.AbstractAnonymousFactory
org.jboss.sasl.anonymous.AnonymousClientFactory
- All Implemented Interfaces:
- SaslClientFactory
public class AnonymousClientFactory
- extends AbstractAnonymousFactory
- implements SaslClientFactory
The client factory for the anonymous SASL mechanism.
- Author:
- Darran Lofthouse
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnonymousClientFactory
public AnonymousClientFactory()
createSaslClient
public SaslClient createSaslClient(String[] mechanisms,
String authorizationId,
String protocol,
String serverName,
Map<String,?> props,
CallbackHandler cbh)
throws SaslException
- Specified by:
createSaslClient
in interface SaslClientFactory
- Throws:
SaslException
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.