Uses of Interface
org.ietf.jgss.GSSContext

Packages that use GSSContext
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 GSSContext in com.dstc.security.kerberos.gssapi
 

Methods in com.dstc.security.kerberos.gssapi that return GSSContext
 GSSContext GSSManager.createContext(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
           
 GSSContext GSSManager.createContext(GSSCredential myCred)
           
 GSSContext GSSManager.createContext(byte[] interProcessToken)
           
 

Uses of GSSContext in org.ietf.jgss
 

Methods in org.ietf.jgss that return GSSContext
abstract  GSSContext GSSManager.createContext(GSSName peer, Oid mech, GSSCredential myCred, int lifetime)
          Factory method for creating a context on the initiator's side.
abstract  GSSContext GSSManager.createContext(GSSCredential myCred)
          Factory method for creating a context on the acceptor's side.
abstract  GSSContext GSSManager.createContext(byte[] interProcessToken)
          Factory method for creating a previously exported context.