Package | Description |
---|---|
org.globus.myproxy |
This package provides a MyProxy client API.
|
Modifier and Type | Method and Description |
---|---|
void |
MyProxy.bootstrapTrust()
Bootstraps trustroot information from the MyProxy server.
|
void |
MyProxy.changePassword(GSSCredential credential,
ChangePasswordParams params)
Changes the password of the credential on the
MyProxy server.
|
void |
MyProxy.destroy(GSSCredential credential,
DestroyParams params)
Removes delegated credentials from the MyProxy server.
|
void |
MyProxy.destroy(GSSCredential credential,
String username,
String passphrase)
Removes delegated credentials from the MyProxy server.
|
GSSCredential |
MyProxy.get(GSSCredential credential,
GetParams params)
Retrieves delegated credentials from the MyProxy server.
|
GSSCredential |
MyProxy.get(GSSCredential credential,
String username,
String passphrase,
int lifetime)
Retrieves delegated credentials from the MyProxy server.
|
GSSCredential |
MyProxy.get(String username,
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.
|
void |
MyProxy.getTrustroots(GSSCredential credential,
GetTrustrootsParams params)
Retrieves trustroot information from the MyProxy server.
|
CredentialInfo[] |
MyProxy.info(GSSCredential credential,
InfoParams params)
Retrieves credential information from MyProxy server.
|
CredentialInfo |
MyProxy.info(GSSCredential credential,
String username,
String passphrase)
Retrieves credential information from MyProxy server.
|
void |
MyProxy.put(GSSCredential credential,
InitParams params)
Delegate credentials to a MyProxy server.
|
void |
MyProxy.put(GSSCredential credential,
String username,
String passphrase,
int lifetime)
Delegate credentials to a MyProxy server.
|
void |
MyProxy.store(GSSCredential credential,
X509Certificate[] certs,
OpenSSLKey key,
StoreParams params)
Store credentials on a MyProxy server.
|
Copyright © 2016. All rights reserved.