Uses of Class
org.globus.myproxy.MyProxyException

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(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, DestroyParams params)
          Removes delegated credentials from 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.
 org.ietf.jgss.GSSCredential MyProxy.get(org.ietf.jgss.GSSCredential credential, GetParams params)
          Retrieves delegated credentials from the MyProxy server.
 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(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.
 void MyProxy.getTrustroots(org.ietf.jgss.GSSCredential credential, GetTrustrootsParams params)
          Retrieves trustroot information from the MyProxy server.
 CredentialInfo[] MyProxy.info(org.ietf.jgss.GSSCredential credential, InfoParams params)
          Retrieves credential information from MyProxy server.
 CredentialInfo MyProxy.info(org.ietf.jgss.GSSCredential credential, java.lang.String username, java.lang.String passphrase)
          Retrieves credential information from MyProxy server.
 void MyProxy.put(org.ietf.jgss.GSSCredential credential, InitParams params)
          Delegate credentials to a 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.store(org.ietf.jgss.GSSCredential credential, java.security.cert.X509Certificate[] certs, org.globus.gsi.OpenSSLKey key, StoreParams params)
          Store credentials on a MyProxy server.
 



Copyright © 2012. All Rights Reserved.