|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Serialized Form
| Package org.globus.common |
|---|
| Class org.globus.common.ChainedCertificateException extends CertificateException implements Serializable |
|---|
| Serialized Fields |
|---|
exception
Throwable exception
- The possibly null root cause exception.
-
| Class org.globus.common.ChainedException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
exception
Throwable exception
- The possibly null root cause exception.
-
| Class org.globus.common.ChainedGeneralSecurityException extends GeneralSecurityException implements Serializable |
|---|
| Serialized Fields |
|---|
exception
Throwable exception
- The possibly null root cause exception.
-
| Class org.globus.common.ChainedIOException extends IOException implements Serializable |
|---|
| Serialized Fields |
|---|
exception
Throwable exception
- The possibly null root cause exception.
-
| Class org.globus.common.CoGProperties extends Properties implements Serializable |
|---|
| Class org.globus.common.ConstrainedMVHashtable extends MVHashtable implements Serializable |
|---|
| Serialized Fields |
|---|
singleValued
Hashtable<K,V> singleValued
- holds single-valued status of attributes
required
Hashtable<K,V> required
- holds required status of attributes
maxValues
Hashtable<K,V> maxValues
- holds the maximum values for various attributes
| Class org.globus.common.MVHashtable extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
attribs
Hashtable<K,V> attribs
- holds the attributes of the MVHashtable
| Package org.globus.ftp.dc |
|---|
| Class org.globus.ftp.dc.LocalReply extends Reply implements Serializable |
|---|
| Package org.globus.ftp.exception |
|---|
| Class org.globus.ftp.exception.ClientException extends FTPException implements Serializable |
|---|
| Serialized Fields |
|---|
code
int code
| Class org.globus.ftp.exception.DataChannelException extends FTPException implements Serializable |
|---|
| Serialized Fields |
|---|
code
int code
customMessage
String customMessage
| Class org.globus.ftp.exception.FTPException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
code
int code
cause
Exception cause
customMessage
String customMessage
| Class org.globus.ftp.exception.FTPReplyParseException extends FTPException implements Serializable |
|---|
| Class org.globus.ftp.exception.NotImplementedException extends RuntimeException implements Serializable |
|---|
| Class org.globus.ftp.exception.PerfMarkerException extends FTPException implements Serializable |
|---|
| Serialized Fields |
|---|
code
int code
customMessage
String customMessage
| Class org.globus.ftp.exception.ServerException extends FTPException implements Serializable |
|---|
| Serialized Fields |
|---|
code
int code
customMessage
String customMessage
| Class org.globus.ftp.exception.UnexpectedReplyCodeException extends FTPException implements Serializable |
|---|
| Serialized Fields |
|---|
reply
Reply reply
| Package org.globus.ftp.vanilla |
|---|
| Class org.globus.ftp.vanilla.Reply extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
message
String message
code
int code
category
int category
isMultiline
boolean isMultiline
| Package org.globus.gatekeeper |
|---|
| Class org.globus.gatekeeper.AuthorizationException extends GateKeeperException implements Serializable |
|---|
| Class org.globus.gatekeeper.BadRequestException extends GateKeeperException implements Serializable |
|---|
| Class org.globus.gatekeeper.GateKeeperException extends Exception implements Serializable |
|---|
| Class org.globus.gatekeeper.ServiceException extends ChainedException implements Serializable |
|---|
| Class org.globus.gatekeeper.ServiceNotFoundException extends GateKeeperException implements Serializable |
|---|
| Package org.globus.gatekeeper.jobmanager |
|---|
| Class org.globus.gatekeeper.jobmanager.JobManagerException extends ServiceException implements Serializable |
|---|
| Serialized Fields |
|---|
_errorCode
int _errorCode
| Package org.globus.gram |
|---|
| Class org.globus.gram.GramException extends ChainedException implements Serializable |
|---|
| Serialized Fields |
|---|
errorCode
int errorCode
| Class org.globus.gram.WaitingForCommitException extends GramException implements Serializable |
|---|
| Package org.globus.gsi |
|---|
| Class org.globus.gsi.GlobusCredential extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
| Serialized Fields |
|---|
key
PrivateKey key
- holds the private key - this key is time limited
certs
X509Certificate[] certs
- holds both the certificate chain
| Class org.globus.gsi.GlobusCredentialException extends ChainedException implements Serializable |
|---|
| Serialized Fields |
|---|
errorCode
int errorCode
| Class org.globus.gsi.SigningPolicyParserException extends ChainedException implements Serializable |
|---|
| Class org.globus.gsi.TrustedCertificates extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
certSubjectDNMap
Map<K,V> certSubjectDNMap
certFileMap
Map<K,V> certFileMap
changed
boolean changed
policyDNMap
Map<K,V> policyDNMap
policyFileMap
Map<K,V> policyFileMap
certList
Vector<E> certList
| Package org.globus.gsi.gssapi |
|---|
| Class org.globus.gsi.gssapi.GlobusGSSCredentialImpl extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
usage
int usage
cred
GlobusCredential cred
name
GSSName name
| Class org.globus.gsi.gssapi.GlobusGSSException extends GSSException implements Serializable |
|---|
| Serialized Fields |
|---|
exception
Throwable exception
| Class org.globus.gsi.gssapi.GlobusGSSName extends Object implements Serializable |
|---|
| Serialization Methods |
|---|
readObject
private void readObject(ObjectInputStream ois) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
| Serialized Fields |
|---|
nameType
Oid nameType
name
COM.claymoresystems.cert.X509Name name
globusID
String globusID
| Package org.globus.gsi.gssapi.auth |
|---|
| Class org.globus.gsi.gssapi.auth.AuthorizationException extends ChainedIOException implements Serializable |
|---|
| Package org.globus.gsi.jaas |
|---|
| Class org.globus.gsi.jaas.GlobusPrincipal extends SimplePrincipal implements Serializable |
|---|
| Class org.globus.gsi.jaas.PasswordCredential extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
password
char[] password
| Class org.globus.gsi.jaas.SimplePrincipal extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
name
String name
| Class org.globus.gsi.jaas.UserNamePrincipal extends SimplePrincipal implements Serializable |
|---|
| Package org.globus.gsi.proxy |
|---|
| Class org.globus.gsi.proxy.ProxyPathValidatorException extends ChainedGeneralSecurityException implements Serializable |
|---|
| Serialized Fields |
|---|
cert
X509Certificate cert
errorCode
int errorCode
| Package org.globus.gsi.ptls |
|---|
| Class org.globus.gsi.ptls.PureTLSTrustedCertificates extends TrustedCertificates implements Serializable |
|---|
| Serialized Fields |
|---|
tc
TrustedCertificates tc
certList
Vector<E> certList
| Package org.globus.io.gass.client |
|---|
| Class org.globus.io.gass.client.GassException extends Exception implements Serializable |
|---|
| Package org.globus.io.urlcopy |
|---|
| Class org.globus.io.urlcopy.UrlCopyException extends ChainedException implements Serializable |
|---|
| Package org.globus.mds |
|---|
| Class org.globus.mds.MDS extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
hostname
String hostname
- Deprecated.
- The default hostname (mds11.globus.org)
- The default hostname (mds11.globus.org)
port
String port
- Deprecated.
- The default port (391)
- The default port (391)
baseDN
String baseDN
- Deprecated.
- The default baseDN (o=globus, c=us)
- The default baseDN (o=globus, c=us)
limit
int limit
- Deprecated.
timeout
int timeout
- Deprecated.
version
int version
- Deprecated.
ctx
LdapContext ctx
- Deprecated.
env
Properties env
- Deprecated.
propertyChangeSupport
PropertyChangeSupport propertyChangeSupport
- Deprecated.
| Class org.globus.mds.MDSException extends ChainedException implements Serializable |
|---|
| Serialized Fields |
|---|
ldapMessage
String ldapMessage
| Class org.globus.mds.MDSResult extends MVHashtable implements Serializable |
|---|
| Package org.globus.mds.gsi.jndi |
|---|
| Class org.globus.mds.gsi.jndi.SaslProvider extends Provider implements Serializable |
|---|
| Package org.globus.myproxy |
|---|
| Class org.globus.myproxy.MyProxyException extends ChainedException implements Serializable |
|---|
| Package org.globus.rsl |
|---|
| Class org.globus.rsl.ParseException extends Exception implements Serializable |
|---|
| Serialized Fields |
|---|
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
currentToken
Token currentToken
- This is the last token that has been consumed successfully. If
this object has been created due to a parse error, the token
followng this token will (therefore) be the first error token.
expectedTokenSequences
int[][] expectedTokenSequences
- Each entry in this array is an array of integers. Each array
of integers represents a sequence of tokens (by their ordinal
values) that is expected at this point of the parse.
tokenImage
String[] tokenImage
- This is a reference to the "tokenImage" array of the generated
parser within which the parse error occurred. This array is
defined in the generated ...Constants interface.
eol
String eol
- The end of line string for this machine.
| Class org.globus.rsl.RslEvaluationException extends Exception implements Serializable |
|---|
| Class org.globus.rsl.TokenMgrError extends Error implements Serializable |
|---|
| Serialized Fields |
|---|
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
| Package org.globus.security.gridmap |
|---|
| Class org.globus.security.gridmap.GridMap extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
map
Map<K,V> map
file
File file
lastModified
long lastModified
ignoreErrors
boolean ignoreErrors
| Class org.globus.security.gridmap.GridMapLocal extends GridMap implements Serializable |
|---|
| Package org.globus.tools.proxy |
|---|
| Class org.globus.tools.proxy.DefaultProxyOptionsPanel extends ProxyOptionsPanel implements Serializable |
|---|
| Serialized Fields |
|---|
certFileFB
FileBrowser certFileFB
keyFileFB
FileBrowser keyFileFB
| Class org.globus.tools.proxy.GridProxyInit extends JDialog implements Serializable |
|---|
| Serialized Fields |
|---|
MAX
int MAX
passwordTF
JPasswordField passwordTF
optionsButton
JButton optionsButton
cancelButton
JButton cancelButton
createButton
JButton createButton
PKCS11Box
JCheckBox PKCS11Box
model
GridProxyModel model
proxyListener
ProxyListener proxyListener
proxy
GlobusCredential proxy
runAsApplication
boolean runAsApplication
closeOnSuccess
boolean closeOnSuccess
saveProxy
boolean saveProxy
| Class org.globus.tools.proxy.PKCS11ProxyOptionsPanel extends ProxyOptionsPanel implements Serializable |
|---|
| Serialized Fields |
|---|
certHandleTF
JTextField certHandleTF
keyHandleTF
JTextField keyHandleTF
| Class org.globus.tools.proxy.ProxyOptionsPanel extends JJPanel implements Serializable |
|---|
| Serialized Fields |
|---|
proxyFileFB
FileBrowser proxyFileFB
hoursGroup
ButtonGroup hoursGroup
bitsGroup
ButtonGroup bitsGroup
shRB
JRadioButton shRB
mhRB
JRadioButton mhRB
lhRB
JRadioButton lhRB
ghRB
JRadioButton ghRB
otherRB
JRadioButton otherRB
sbRB
JRadioButton sbRB
mbRB
JRadioButton mbRB
lbRB
JRadioButton lbRB
gbRB
JRadioButton gbRB
otherTF
JTextField otherTF
| Class org.globus.tools.proxy.ProxyOptionsWindow extends JDialog implements Serializable |
|---|
| Serialized Fields |
|---|
optionsPanel
ProxyOptionsPanel optionsPanel
properties
CoGProperties properties
applyBt
JButton applyBt
cancelBt
JButton cancelBt
| Package org.globus.tools.ui.config |
|---|
| Class org.globus.tools.ui.config.AbstractWizard extends JFrame implements Serializable |
|---|
| Serialized Fields |
|---|
moduleCount
int moduleCount
modulePanel
JPanel modulePanel
currentModuleNumber
int currentModuleNumber
backButton
JButton backButton
nextButton
JButton nextButton
finishButton
JButton finishButton
| Class org.globus.tools.ui.config.BaseModule extends EJPanel implements Serializable |
|---|
| Serialized Fields |
|---|
props
CoGProperties props
font
Font font
| Class org.globus.tools.ui.config.ConfigModule0 extends BaseModule implements Serializable |
|---|
| Class org.globus.tools.ui.config.ConfigModule1 extends BaseModule implements Serializable |
|---|
| Serialized Fields |
|---|
usercert
FileBrowser usercert
userkey
FileBrowser userkey
verifyBT
JButton verifyBT
| Class org.globus.tools.ui.config.ConfigModule2 extends BaseModule implements Serializable |
|---|
| Serialized Fields |
|---|
certList
JList certList
certModel
org.globus.tools.ui.config.CertificateListModel certModel
removeBT
JButton removeBT
addBT
JButton addBT
| Class org.globus.tools.ui.config.ConfigModule3 extends BaseModule implements Serializable |
|---|
| Serialized Fields |
|---|
proxyfile
FileBrowser proxyfile
| Class org.globus.tools.ui.config.ConfigurationWizard extends AbstractWizard implements Serializable |
|---|
| Serialized Fields |
|---|
props
CoGProperties props
| Class org.globus.tools.ui.config.EJPanel extends JJPanel implements Serializable |
|---|
| Package org.globus.tools.ui.proxy |
|---|
| Class org.globus.tools.ui.proxy.GridProxyDialog extends JDialog implements Serializable |
|---|
| Serialized Fields |
|---|
gridProps
GridProxyProperties gridProps
certFileFB
FileBrowser certFileFB
keyFileFB
FileBrowser keyFileFB
proxyFileFB
FileBrowser proxyFileFB
caCertFileFB
FileBrowser caCertFileFB
hoursGroup
ButtonGroup hoursGroup
bitsGroup
ButtonGroup bitsGroup
okButton
JButton okButton
saveButton
JButton saveButton
exitButton
JButton exitButton
otherRB
JRadioButton otherRB
otherTF
JTextField otherTF
| Class org.globus.tools.ui.proxy.MyproxyDialog extends JDialog implements Serializable |
|---|
| Serialized Fields |
|---|
myproxyInit
MyproxyGUI myproxyInit
gridProps
GridProxyProperties gridProps
portalLifetimeTF
JTextField portalLifetimeTF
credLifetimeTF
JTextField credLifetimeTF
myproxyServerTF
JTextField myproxyServerTF
myproxyPortTF
JTextField myproxyPortTF
okButton
JButton okButton
saveButton
JButton saveButton
exitButton
JButton exitButton
| Class org.globus.tools.ui.proxy.MyproxyGUI extends JFrame implements Serializable |
|---|
| Serialized Fields |
|---|
gridProps
GridProxyProperties gridProps
| Class org.globus.tools.ui.proxy.MyproxyInit extends MyproxyGUI implements Serializable |
|---|
| Serialized Fields |
|---|
usernameTF
JTextField usernameTF
passwordTF
JPasswordField passwordTF
createButton
JButton createButton
sendButton
JButton sendButton
killLocButton
JButton killLocButton
killRemButton
JButton killRemButton
runAsApplication
boolean runAsApplication
gridProxy
GlobusCredential gridProxy
myproxyPassword
String myproxyPassword
| Class org.globus.tools.ui.proxy.PasswordDialog extends JDialog implements Serializable |
|---|
| Serialized Fields |
|---|
myproxyInit
MyproxyInit myproxyInit
passwd1TF
JPasswordField passwd1TF
passwd2TF
JPasswordField passwd2TF
okButton
JButton okButton
cancelButton
JButton cancelButton
password
String password
cancel
boolean cancel
| Package org.globus.tools.ui.util |
|---|
| Class org.globus.tools.ui.util.FileBrowser extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
file
JTextField file
browser
JButton browser
fileFilter
FileFilter fileFilter
specialfilter
boolean specialfilter
title
String title
okLabel
String okLabel
| Class org.globus.tools.ui.util.ImageJJPanel extends JJPanel implements Serializable |
|---|
| Serialized Fields |
|---|
image
Image image
| Class org.globus.tools.ui.util.JJPanel extends JPanel implements Serializable |
|---|
| Serialized Fields |
|---|
gbl
GridBagLayout gbl
gbc
GridBagConstraints gbc
| Package org.globus.util |
|---|
| Class org.globus.util.SortedVector extends Vector implements Serializable |
|---|
| Class org.globus.util.TimestampEntry extends Object implements Serializable |
|---|
| Serialized Fields |
|---|
value
Object value
description
String description
lastModified
long lastModified
| Package org.globus.util.log4j |
|---|
| Class org.globus.util.log4j.CoGLevel extends org.apache.log4j.Level implements Serializable |
|---|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||