jboss-sasl 1.0.0.Beta1

org.jboss.sasl.anonymous
Class AnonymousClientFactory

java.lang.Object
  extended by org.jboss.sasl.util.AbstractSaslFactory
      extended by org.jboss.sasl.anonymous.AbstractAnonymousFactory
          extended by 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

Field Summary
 
Fields inherited from class org.jboss.sasl.anonymous.AbstractAnonymousFactory
ANONYMOUS
 
Constructor Summary
AnonymousClientFactory()
           
 
Method Summary
 SaslClient createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
           
 
Methods inherited from class org.jboss.sasl.anonymous.AbstractAnonymousFactory
isDictionarySusceptible, isPlainText
 
Methods inherited from class org.jboss.sasl.util.AbstractSaslFactory
getMechanismNames, getPropertyValue, isActiveSusceptible, isAnonymous, isForwardSecrecy, isIncluded, isPassCredentials, matches
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.security.sasl.SaslClientFactory
getMechanismNames
 

Constructor Detail

AnonymousClientFactory

public AnonymousClientFactory()
Method Detail

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

jboss-sasl 1.0.0.Beta1

Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.