Uses of Interface
org.gridforum.jgss.ExtendedGSSContext
-
Packages that use ExtendedGSSContext Package Description org.globus.gram This library is a full implementation of the GRAM client API.org.globus.gsi.gssapi The Java GSI library is an implementation of the Java GSS-API. -
-
Uses of ExtendedGSSContext in org.globus.gram
Methods in org.globus.gram with parameters of type ExtendedGSSContext Modifier and Type Method Description private static byte[]
Gram. consumeRenewToken(ExtendedGSSContext c, byte[] wrappedToken)
Unwraps and discards frame of a token according to the GRAM "renew" protocol for use in a GSI delegation handshake.private static byte[]
Gram. produceRenewToken(ExtendedGSSContext c, byte[] token)
Frames and wraps a token according to the GRAM "renew" protocol for use in a GSI delegation handshake.private static GatekeeperReply
Gram. renewDelegationHandshake(ExtendedGSSContext context, org.ietf.jgss.GSSCredential newCred, GSIGssOutputStream out, GSIGssInputStream in)
Completes a GSI delegation handshake with a globus job manager that has agreed to a (previously sent) GRAM "renew" request. -
Uses of ExtendedGSSContext in org.globus.gsi.gssapi
Classes in org.globus.gsi.gssapi that implement ExtendedGSSContext Modifier and Type Class Description class
GlobusGSSContextImpl
Implementation of SSL/GSI mechanism for Java GSS-API.
-