Package | Description |
---|---|
org.globus.axis.transport | |
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.
|
Modifier and Type | Field and Description |
---|---|
private ExtendedGSSContext |
SSLContextHelper.myContext |
Modifier and Type | Method and 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.
|
Modifier and Type | Class and Description |
---|---|
class |
GlobusGSSContextImpl
Implementation of SSL/GSI mechanism for Java GSS-API.
|