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 TypeMethodDescriptionvoidMyProxy.bootstrapTrust()Bootstraps trustroot information from the MyProxy server.voidMyProxy.changePassword(GSSCredential credential, ChangePasswordParams params) Changes the password of the credential on the MyProxy server.voidMyProxy.destroy(GSSCredential credential, String username, String passphrase) Removes delegated credentials from the MyProxy server.voidMyProxy.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.voidMyProxy.getTrustroots(GSSCredential credential, GetTrustrootsParams params) Retrieves trustroot information from the MyProxy server.private InputStreamMyProxy.handleReply(InputStream in) private InputStreamMyProxy.handleReply(InputStream in, OutputStream out, GSSCredential authzcreds, boolean wantTrustroots) 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.voidMyProxy.put(GSSCredential credential, String username, String passphrase, int lifetime) Delegate credentials to a MyProxy server.voidMyProxy.put(GSSCredential credential, InitParams params) Delegate credentials to a MyProxy server.voidMyProxy.store(GSSCredential credential, X509Certificate[] certs, OpenSSLKey key, StoreParams params) Store credentials on a MyProxy server.