Uses of Class
org.globus.myproxy.MyProxyException
Packages that use MyProxyException
-
Uses of MyProxyException in org.globus.myproxy
Methods in org.globus.myproxy that throw MyProxyExceptionModifier and TypeMethodDescriptionvoid
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, String username, String passphrase) Removes delegated credentials from the MyProxy server.void
MyProxy.destroy
(GSSCredential credential, DestroyParams params) Removes delegated credentials from the MyProxy server.Retrieves delegated credentials from MyProxy server Anonymously (without local credentials) Notes: Performs simple verification of private/public keys of the delegated credential.MyProxy.get
(GSSCredential credential, String username, String passphrase, int lifetime) Retrieves delegated credentials from the MyProxy server.MyProxy.get
(GSSCredential credential, GetParams params) Retrieves delegated credentials from the MyProxy server.void
MyProxy.getTrustroots
(GSSCredential credential, GetTrustrootsParams params) Retrieves trustroot information from the MyProxy server.MyProxy.info
(GSSCredential credential, String username, String passphrase) Retrieves credential information from MyProxy server.MyProxy.info
(GSSCredential credential, InfoParams params) Retrieves credential information from MyProxy server.void
MyProxy.put
(GSSCredential credential, String username, String passphrase, int lifetime) Delegate credentials to a MyProxy server.void
MyProxy.put
(GSSCredential credential, InitParams params) Delegate credentials to a MyProxy server.void
MyProxy.store
(GSSCredential credential, X509Certificate[] certs, OpenSSLKey key, StoreParams params) Store credentials on a MyProxy server.