Uses of Interface
org.gridforum.jgss.ExtendedGSSContext
Packages that use ExtendedGSSContext
Package
Description
This library is a full implementation of the GRAM client API.
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 ExtendedGSSContextModifier and TypeMethodDescriptionprivate 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, 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 ExtendedGSSContextModifier and TypeClassDescriptionclass
Implementation of SSL/GSI mechanism for Java GSS-API.