Uses of Class
org.globus.myproxy.MyProxyException

Packages that use MyProxyException
org.globus.myproxy This package provides a MyProxy client API. 
 

Uses of MyProxyException in org.globus.myproxy
 

Methods in org.globus.myproxy that throw MyProxyException
 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.
static void MyProxy.destroy(String host, int port, GSSCredential credential, String username, String passphrase)
          Deprecated. Use non-static methods instead.
static void MyProxy.destroy(String host, int port, GSSCredential credential, String username, String passphrase, String subjectDN)
          Deprecated. Use non-static methods instead.
 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.
static GSSCredential MyProxy.get(String host, int port, GSSCredential credential, String username, String passphrase, int lifetime)
          Deprecated. Use non-static methods instead.
static GSSCredential MyProxy.get(String host, int port, GSSCredential credential, String username, String passphrase, int lifetime, String subjectDN)
          Deprecated. Use non-static methods instead.
 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.
static void MyProxy.put(String host, int port, GSSCredential credential, String username, String passphrase, int lifetime)
          Deprecated. Use non-static methods instead.
static void MyProxy.put(String host, int port, GSSCredential credential, String username, String passphrase, int lifetime, String subjectDN)
          Deprecated. Use non-static methods instead.
 void MyProxy.store(GSSCredential credential, X509Certificate[] certs, OpenSSLKey key, StoreParams params)
          Store credentials on a MyProxy server.