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

/openjdk7/jdk/src/share/classes/org/ietf/jgss/
H A DGSSManager.java40 * An instance of the default <code>GSSManager</code> subclass
43 * of <code>GSSManager</code>. The default <code>GSSManager</code> instance
48 * A subclass extending the <code>GSSManager</code> abstract class may be
50 * known service provider specification. The <code>GSSManager</code> API
70 * The <code>GSSManager</code> class has two methods that enable these modes of
79 * GSSManager, where the provider that is used for a particular mechanism
85 * GSSManager's should not be mixed, and if possible, a different
86 * GSSManager instance should be created if the application wants to invoke
87 * the <code>addProviderAtFront</code> method on a GSSManager tha
139 public abstract class GSSManager { class
[all...]

Completed in 31 milliseconds