|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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(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. |
static void |
MyProxy.destroy(java.lang.String host,
int port,
org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase)
Deprecated. Use non-static methods instead. |
static void |
MyProxy.destroy(java.lang.String host,
int port,
org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase,
java.lang.String subjectDN)
Deprecated. Use non-static methods instead. |
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. |
static org.ietf.jgss.GSSCredential |
MyProxy.get(java.lang.String host,
int port,
org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase,
int lifetime)
Deprecated. Use non-static methods instead. |
static org.ietf.jgss.GSSCredential |
MyProxy.get(java.lang.String host,
int port,
org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase,
int lifetime,
java.lang.String subjectDN)
Deprecated. Use non-static methods instead. |
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. |
static void |
MyProxy.put(java.lang.String host,
int port,
org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase,
int lifetime)
Deprecated. Use non-static methods instead. |
static void |
MyProxy.put(java.lang.String host,
int port,
org.ietf.jgss.GSSCredential credential,
java.lang.String username,
java.lang.String passphrase,
int lifetime,
java.lang.String subjectDN)
Deprecated. Use non-static methods instead. |
void |
MyProxy.store(org.ietf.jgss.GSSCredential credential,
java.security.cert.X509Certificate[] certs,
OpenSSLKey key,
StoreParams params)
Store credentials on a MyProxy server. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |