GSSManager
Class GSSManager
- java.lang.Object
-
- org.ietf.jgss.GSSManager
public abstract class GSSManager extends Object
This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported. It can create instances of classes implementing the following three GSS-API interfaces: GSSName
, GSSCredential
, and GSSContext
. It also has methods to query for the list of available mechanisms and the nametypes that each mechanism supports.
An instance of the default GSSM