Uses of Class
org.globus.gram.internal.GatekeeperReply
-
Packages that use GatekeeperReply Package Description org.globus.gram This library is a full implementation of the GRAM client API.org.globus.gram.internal Low-level protocol classes used by the org.globus.gram package. -
-
Uses of GatekeeperReply in org.globus.gram
Methods in org.globus.gram that return GatekeeperReply Modifier and Type Method Description private static GatekeeperReply
Gram. jmConnect(org.ietf.jgss.GSSCredential cred, GlobusURL jobURL, java.lang.String msg)
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.Methods in org.globus.gram with parameters of type GatekeeperReply Modifier and Type Method Description private static void
Gram. debug(java.lang.String header, GatekeeperReply reply)
Debug function for displaying the gatekeeper reply. -
Uses of GatekeeperReply in org.globus.gram.internal
Subclasses of GatekeeperReply in org.globus.gram.internal Modifier and Type Class Description class
CallbackResponse
-