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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
private static void |
Gram.debug(java.lang.String header,
GatekeeperReply reply)
Debug function for displaying the gatekeeper reply.
|
Modifier and Type | Class and Description |
---|---|
class |
CallbackResponse |