Searched defs:SaslClient (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DSaslClient.java33 * mechanism. Invoking methods on the <tt>SaslClient</tt> instance
35 * mechanism implemented by the <tt>SaslClient</tt>.
39 * Here's an example of how an LDAP library might use a <tt>SaslClient</tt>.
40 * It first gets an instance of a <tt>SaslClient</tt>:
42 * SaslClient sc = Sasl.createSaslClient(mechanisms,
71 * // Use SaslClient.wrap() and SaslClient.unwrap() for future
99 public abstract interface SaslClient { interface
219 * the SaslClient might be using. Invoking this method invalidates
220 * the SaslClient instanc
[all...]

Completed in 53 milliseconds