Uses of Class
org.ietf.jgss.GSSManager

Packages that use GSSManager
com.dstc.security.kerberos This package defines the main Kerberos 5 interfaces and classes. 
com.dstc.security.kerberos.gssapi This package contains an implementation of the Java GSS API for the Kerberos 5 mechanism. 
org.ietf.jgss This package defines interfaces and classes for the Java bindings of the Generic Security Service API (GSS-API). 
 

Uses of GSSManager in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return GSSManager
 GSSManager Kerberos.getGSSManager()
          Returns the GSSManager for this Kerberos instance.
 

Uses of GSSManager in com.dstc.security.kerberos.gssapi
 

Subclasses of GSSManager in com.dstc.security.kerberos.gssapi
 class GSSManager
          This class subclasses the org.ietf.jgss.GSSManager abstract class for the Kerberos mechanism.
 

Uses of GSSManager in org.ietf.jgss
 

Methods in org.ietf.jgss that return GSSManager
static GSSManager GSSManager.getInstance()
          Returns the default GSSManager implementation.