A B C D E G L M R S V W

A

actionPerformed(ActionEvent) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogonGUI
Handles GUI events.

B

BouncyCastleLicense - Static variable in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
 

C

connect() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Connects to the MyProxy server at the desired host and port.
createAndShowGUI() - Static method in class edu.uiuc.ncsa.MyProxy.MyProxyLogonGUI
Create the GUI and show it.

D

disconnect() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Disconnects from the MyProxy server.

E

edu.uiuc.ncsa.MyProxy - package edu.uiuc.ncsa.MyProxy
 

G

getCertificates() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the certificates returned from the MyProxy server by getCredentials().
getCredentialName() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the optional MyProxy credential name.
getCredentials() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Retrieves credentials from the MyProxy server.
getCRLs() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the CRLs returned by the MyProxy server.
getExistingTrustRootPath() - Static method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the existing trusted CA certificates directory.
getHost() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the hostname of the MyProxy server.
getKeyManagerFactory() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Get the key manager factory set by setKeyManagerFactory().
getLifetime() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the requested credential lifetime.
getPort() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the port of the MyProxy server.
getPrivateKey() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the private key generated by getCredentials().
getProxyLocation() - Static method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Returns the default Globus proxy file location.
getTrustedCAs() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the trusted CA certificates returned by the MyProxy server.
getTrustRootData() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets trust root data corresponding to the trust root filenames.
getTrustRootFilenames() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets trust root filenames.
getTrustRootPath() - Static method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Returns the trusted certificates directory location where writeTrustRoots() will store certificates.
getUsername() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Gets the MyProxy username.

L

logon() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Logs on to the MyProxy server by issuing the MyProxy GET command.

M

main(String[]) - Static method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Provides a simple command-line interface.
main(String[]) - Static method in class edu.uiuc.ncsa.MyProxy.MyProxyLogonGUI
Calls createAndShowGUI().
MyProxyLogon - Class in edu.uiuc.ncsa.MyProxy
The MyProxyLogon class provides an interface for retrieving credentials from a MyProxy server.
MyProxyLogon() - Constructor for class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Constructs a MyProxyLogon object.
MyProxyLogonGUI - Class in edu.uiuc.ncsa.MyProxy
The MyProxyLogonGUI class provides a Swing user interface to MyProxyLogon.
MyProxyLogonGUI() - Constructor for class edu.uiuc.ncsa.MyProxy.MyProxyLogonGUI
Constructs a MyProxyLogonGUI object.

R

requestTrustRoots(boolean) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Sets whether to request trust roots (CA certificates, CRLs, signing policy files) from the MyProxy server.

S

saveCredentials(OutputStream) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Writes the retrieved credentials to the specified output stream.
saveCredentialsToFile(String) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Writes the retrieved credentials to the specified filename.
setCredentialName(String) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Sets the optional MyProxy credential name.
setHost(String) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Sets the hostname of the MyProxy server.
setKeyManagerFactory(KeyManagerFactory) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Set the key manager factory for use in client-side SSLSocket certificate-based authentication to the MyProxy server.
setLifetime(int) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Sets the requested credential lifetime.
setPassphrase(String) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Sets the MyProxy passphrase.
setPort(int) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Sets the port of the MyProxy server.
setUsername(String) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Sets the MyProxy username.

V

version - Static variable in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
 
version - Static variable in class edu.uiuc.ncsa.MyProxy.MyProxyLogonGUI
 

W

writeProxyFile() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Writes the retrieved credentials to the Globus proxy file location.
writeTrustRoots() - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Writes the retrieved trust roots to the Globus trusted certificates directory.
writeTrustRoots(String) - Method in class edu.uiuc.ncsa.MyProxy.MyProxyLogon
Writes the retrieved trust roots to a trusted certificates directory.

A B C D E G L M R S V W