Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT internal-b00

Uses of Interface
javax.security.sasl.SaslClient

Packages that use SaslClient
javax.security.sasl Contains class and interfaces for supporting SASL. 
 

Uses of SaslClient in javax.security.sasl
 

Methods in javax.security.sasl that return SaslClient
static SaslClient Sasl.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
          Creates a SaslClient using the parameters supplied.
 SaslClient SaslClientFactory.createSaslClient(String[] mechanisms, String authorizationId, String protocol, String serverName, Map<String,?> props, CallbackHandler cbh)
          Creates a SaslClient using the parameters supplied.
 


Java™ Platform
Standard Ed. 7

DRAFT internal-b00

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.