Uses of Class
com.dstc.security.kerberos.Kerberos

Packages that use Kerberos
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. 
 

Uses of Kerberos in com.dstc.security.kerberos
 

Methods in com.dstc.security.kerberos that return Kerberos
static Kerberos Kerberos.getInstance()
          Returns a Kerberos instance for a KerberosContext which is constructed from defaults and from information passed through system properties.
static Kerberos Kerberos.getInstance(KerberosContext context)
          Returns a Kerberos instance for a given KerberosContext
 

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

Constructors in com.dstc.security.kerberos.gssapi with parameters of type Kerberos
GSSManager.GSSManager(Kerberos kerberos)
          Create a GSSManager using given Kerberos instance.