void |
MyProxy.bootstrapTrust() |
Bootstraps trustroot information from the MyProxy server.
|
void |
MyProxy.changePassword(org.ietf.jgss.GSSCredential credential,
ChangePasswordParams params) |
Changes the password of the credential on the
MyProxy server.
|
void |
MyProxy.destroy(org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase) |
Removes delegated credentials from the MyProxy server.
|
void |
MyProxy.destroy(org.ietf.jgss.GSSCredential credential,
DestroyParams params) |
Removes delegated credentials from the MyProxy server.
|
org.ietf.jgss.GSSCredential |
MyProxy.get(java.lang.String username,
java.lang.String passphrase,
int lifetime) |
Retrieves delegated credentials from MyProxy server Anonymously
(without local credentials)
Notes: Performs simple verification of private/public keys of
the delegated credential.
|
org.ietf.jgss.GSSCredential |
MyProxy.get(org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase,
int lifetime) |
Retrieves delegated credentials from the MyProxy server.
|
org.ietf.jgss.GSSCredential |
MyProxy.get(org.ietf.jgss.GSSCredential credential,
GetParams params) |
Retrieves delegated credentials from the MyProxy server.
|
void |
MyProxy.getTrustroots(org.ietf.jgss.GSSCredential credential,
GetTrustrootsParams params) |
Retrieves trustroot information from the MyProxy server.
|
private java.io.InputStream |
MyProxy.handleReply(java.io.InputStream in) |
|
private java.io.InputStream |
MyProxy.handleReply(java.io.InputStream in,
java.io.OutputStream out,
org.ietf.jgss.GSSCredential authzcreds,
boolean wantTrustroots) |
|
CredentialInfo |
MyProxy.info(org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase) |
Retrieves credential information from MyProxy server.
|
CredentialInfo[] |
MyProxy.info(org.ietf.jgss.GSSCredential credential,
InfoParams params) |
Retrieves credential information from MyProxy server.
|
void |
MyProxy.put(org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase,
int lifetime) |
Delegate credentials to a MyProxy server.
|
void |
MyProxy.put(org.ietf.jgss.GSSCredential credential,
InitParams params) |
Delegate credentials to a MyProxy server.
|
void |
MyProxy.store(org.ietf.jgss.GSSCredential credential,
java.security.cert.X509Certificate[] certs,
OpenSSLKey key,
StoreParams params) |
Store credentials on a MyProxy server.
|