Package com.dstc.security.kerberos.gssapi

This package contains an implementation of the Java GSS API for the Kerberos 5 mechanism.

See:
          Description

Class Summary
GSSManager This class subclasses the org.ietf.jgss.GSSManager abstract class for the Kerberos mechanism.
 

Package com.dstc.security.kerberos.gssapi Description

This package contains an implementation of the Java GSS API for the Kerberos 5 mechanism.

In particular, a concrete subclass of GSSManager in the org.ietf.jgss package is provided as the point of entry to the implementation.