API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.security.sasl. SaslServerFactory View Source
Author(s)
Rosanna Lee
Rob Weltman
Since
1.5
Version
Serial
Hierarchy
 SaslServerFactory
Subinterfaces
Description
public interface SaslServerFactory
  An interface for creating instances of SaslServer.
See also:    SaslServer Sasl
Methods
Hide/Show inherited methods
public SaslServer createSaslServer (String mechanism, String protocol, String serverName, Map<String, Object> props, CallbackHandler cbh) throws SaslException
  Creates a SaslServer 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