API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.sasl. SaslClientFactory View Source
Author(s)
Rosanna Lee
Rob Weltman
Since
1.5
Version
Serial
Hierarchy
 SaslClientFactory
Subinterfaces
Description
public interface SaslClientFactory
  An interface for creating instances of SaslClient.
See also:    SaslClient Sasl
Methods
Hide/Show inherited methods
public SaslClient createSaslClient (String mechanisms, String authorizationId, String protocol, String serverName, Map<String, Object> props, CallbackHandler cbh) throws SaslException
  Creates a SaslClient using the parameters supplied.
public String getMechanismNames (Map<String, Object> props)
  Returns an array of names of mechanisms that match the specified mechanism selection policies.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar