Uses of Package
org.ietf.jgss

Packages that use org.ietf.jgss
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). 
 

Classes in org.ietf.jgss used by com.dstc.security.kerberos
GSSManager
          This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
 

Classes in org.ietf.jgss used by com.dstc.security.kerberos.gssapi
GSSManager
          This class serves as a factory for other important GSS-API classes and also provides information about the mechanisms that are supported.
 

Classes in org.ietf.jgss used by org.ietf.jgss
ChannelBinding
          This class encapsulates the concept of caller-provided channel binding information.
GSSContext
          This interface encapsulates the GSS-API security context and provides the security services that are available over the context.
GSSCredential
          This interface encapsulates the GSS-API credentials for an entity.
GSSException
          This exception is thrown whenever a GSS-API error occurs, including any mechanism specific error.
GSSName
          This interface encapsulates a single GSS-API principal entity.
MessageProp
          This is a utility class used within the per-message GSSContext methods to convey per-message properties.
Oid
          This class represents Universal Object Identifiers (Oids) and their associated operations.