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

/openjdk7/jdk/src/share/classes/javax/security/sasl/
H A DSaslServer.java33 * mechanism. Invoking methods on the <tt>SaslServer</tt> instance
35 * mechanism implemented by the <tt>SaslServer</tt>.
39 * Here's an example of how an LDAP server might use a <tt>SaslServer</tt>.
40 * It first gets an instance of a <tt>SaslServer</tt> for the SASL mechanism
43 * SaslServer ss = Sasl.createSaslServer(mechanism,
72 * // Use SaslServer.wrap() and SaslServer.unwrap() for future
88 public abstract interface SaslServer { interface
210 * the SaslServer might be using. Invoking this method invalidates
211 * the SaslServer instanc
[all...]

Completed in 705 milliseconds