Constant Field Values
Contents
org.globus.*
-
org.globus.common.CoGProperties Modifier and Type Constant Field Value public static final java.lang.String
BASEDN
"Mds-Vo-name=local, o=Grid"
public static final java.lang.String
CERT_CACHE_LIFETIME
"org.globus.jglobus.cert.cache.lifetime"
public static final java.lang.String
CONFIG_FILE
"cog.properties"
public static final java.lang.String
CRL_CACHE_LIFETIME
"org.globus.jglobus.crl.cache.lifetime"
private static final java.lang.String
DEFAULT_RANDOM_ALGORITHM
"DevRandom"
private static final java.lang.String
DEFAULT_RANDOM_PROVIDER
"org.bouncycastle.jce.provider.BouncyCastleProvider"
public static final java.lang.String
DELEGATION_KEY_CACHE_LIFETIME
"org.globus.jglobus.delegation.cache.lifetime"
public static final java.lang.String
ENFORCE_SIGNING_POLICY
"java.security.gsi.signing.policy"
public static final java.lang.String
MDSHOST
"localhost"
public static final java.lang.String
MDSPORT
"2135"
public static final java.lang.String
NO_CACHE
"NoCache"
private static final java.lang.String
REVERSE_DNS_CACHE_LIFETIME
"org.globus.gsi.gssapi.cache.lifetime"
private static final java.lang.String
REVERSE_DNS_CACHETYPE
"org.globus.gsi.gssapi.cache.type"
static final java.lang.String
SOCKET_TIMEOUT
"org.globus.socket.timeout"
public static final java.lang.String
THREADED_CACHE
"ThreadedCache"
-
org.globus.common.ResourceManagerContact Modifier and Type Constant Field Value public static final int
DEFAULT_PORT
2119
public static final java.lang.String
DEFAULT_SERVICE
"/jobmanager"
-
org.globus.ftp.ByteRange Modifier and Type Constant Field Value public static final int
ADJACENT
2
public static final int
THIS_ABOVE
5
public static final int
THIS_BELOW
1
public static final int
THIS_SUBSET
4
public static final int
THIS_SUPERSET
3
-
org.globus.ftp.DataSourceStream Modifier and Type Constant Field Value private static final int
DEFAULT_BUFFER_SIZE
16384
-
org.globus.ftp.FeatureList Modifier and Type Constant Field Value public static final java.lang.String
ABUF
"ABUF"
public static final java.lang.String
CKSUM
"CKSUM"
public static final java.lang.String
DCAU
"DCAU"
public static final java.lang.String
ERET
"ERET"
public static final java.lang.String
ESTO
"ESTO"
public static final java.lang.String
GETPUT
"GETPUT"
public static final java.lang.String
MDTM
"MDTM"
public static final java.lang.String
MODEX
"MODEX"
public static final java.lang.String
PARALLEL
"PARALLEL"
public static final java.lang.String
PIPE
"PIPE"
public static final java.lang.String
SBUF
"SBUF"
public static final java.lang.String
SIZE
"SIZE"
-
org.globus.ftp.FileInfo Modifier and Type Constant Field Value public static final byte
DEVICE_TYPE
4
public static final byte
DIRECTORY_TYPE
2
public static final byte
FILE_TYPE
1
public static final byte
SOFTLINK_TYPE
3
public static final int
UNKNOWN_NUMBER
-1
public static final java.lang.String
UNKNOWN_STRING
"?"
public static final byte
UNKNOWN_TYPE
0
-
org.globus.ftp.FileRandomIO Modifier and Type Constant Field Value public static final int
DEFAULT_BUFFER_SIZE
16384
-
org.globus.ftp.GridFTPSession Modifier and Type Constant Field Value public static final int
MODE_EBLOCK
3
public static final int
PROTECTION_CLEAR
1
public static final int
PROTECTION_CONFIDENTIAL
3
public static final int
PROTECTION_PRIVATE
4
public static final int
PROTECTION_SAFE
2
public static final int
SERVER_EACT
4
public static final int
SERVER_EPAS
3
-
org.globus.ftp.HostPort6 Modifier and Type Constant Field Value public static final java.lang.String
IPv4
"1"
public static final java.lang.String
IPv6
"2"
-
org.globus.ftp.MlsxEntry Modifier and Type Constant Field Value public static final java.lang.String
CHARSET
"charset"
public static final java.lang.String
CREATE
"create"
public static final java.lang.String
ERROR
"error"
public static final java.lang.String
ERROR_INVALIDLINK
"InvalidLink"
public static final java.lang.String
ERROR_OPENFAILED
"OpenFailed"
public static final java.lang.String
LANG
"lang"
public static final java.lang.String
MEDIA_TYPE
"media-type"
public static final java.lang.String
MODIFY
"modify"
public static final java.lang.String
PERM
"perm"
public static final java.lang.String
SIZE
"size"
public static final java.lang.String
TYPE
"type"
public static final java.lang.String
TYPE_CDIR
"cdir"
public static final java.lang.String
TYPE_DIR
"dir"
public static final java.lang.String
TYPE_FILE
"file"
public static final java.lang.String
TYPE_PDIR
"pdir"
public static final java.lang.String
TYPE_SLINK
"slink"
public static final java.lang.String
UNIQUE
"unique"
public static final java.lang.String
UNIX_GID
"unix.gid"
public static final java.lang.String
UNIX_GROUP
"unix.group"
public static final java.lang.String
UNIX_MODE
"unix.mode"
public static final java.lang.String
UNIX_OWNER
"unix.owner"
public static final java.lang.String
UNIX_SLINK
"unix.slink"
public static final java.lang.String
UNIX_UID
"unix.uid"
-
org.globus.ftp.PerfMarker Modifier and Type Constant Field Value protected static final int
UNDEFINED
-1
-
org.globus.ftp.Session Modifier and Type Constant Field Value public static final int
DEFAULT_MAX_WAIT
300000
public static final int
DEFAULT_WAIT_DELAY
2000
public static final int
MODE_BLOCK
2
public static final int
MODE_STREAM
1
public static final int
SERVER_ACTIVE
2
public static final int
SERVER_DEFAULT
-1
public static final int
SERVER_PASSIVE
1
public static final int
TYPE_ASCII
2
public static final int
TYPE_EBCDIC
4
public static final int
TYPE_IMAGE
1
public static final int
TYPE_LOCAL
3
-
org.globus.ftp.dc.AbstractDataChannel Modifier and Type Constant Field Value private static final int
SINK
2
private static final int
SOURCE
1
-
org.globus.ftp.dc.ActiveStartTransferTask Modifier and Type Constant Field Value protected static final int
RETR
2
protected static final int
STOR
1
-
org.globus.ftp.dc.EBlockAware Modifier and Type Constant Field Value public static final int
EOD
8
public static final int
EOF
64
public static final int
WILL_CLOSE
4
-
org.globus.ftp.dc.EBlockParallelTransferContext Modifier and Type Constant Field Value public static final int
UNDEFINED
-1
-
org.globus.ftp.dc.LocalReply Modifier and Type Constant Field Value private static final java.lang.String
MESSAGE
"this LocalReply does not have a message"
-
org.globus.ftp.dc.ManagedSocketBox Modifier and Type Constant Field Value public static final int
BUSY
2
public static final int
FREE
1
public static final boolean
NON_REUSABLE
false
public static final boolean
REUSABLE
true
-
org.globus.ftp.dc.StreamImageDCReader Modifier and Type Constant Field Value public static final int
BUF_SIZE
512000
-
org.globus.ftp.dc.TaskThread Modifier and Type Constant Field Value static final int
MAX_TASK_QUEUE
100
-
org.globus.ftp.exception.ClientException Modifier and Type Constant Field Value public static final int
BAD_MODE
8
public static final int
BAD_SERVER_MODE
5
public static final int
BAD_TYPE
13
public static final int
CALL_PASSIVE_FIRST
10
public static final int
LOCAL_TRANSFER
11
public static final int
MARK_NOT_SUPPORTED
9
public static final int
NOT_AUTHORIZED
1
public static final int
OTHER
15
public static final int
PBSZ_DIFFER
2
public static final int
REPLY_TIMEOUT
6
public static final int
SOCKET_OP_FAILED
14
public static final int
THREAD_KILLED
7
public static final int
TRANSFER_MODE_DIFFER
3
public static final int
TRANSFER_TYPE_DIFFER
4
public static final int
UNKNOWN_HOST
12
-
org.globus.ftp.exception.DataChannelException Modifier and Type Constant Field Value public static final int
BAD_SERVER_MODE
2
public static final int
UNDEFINED_SERVER_MODE
1
-
org.globus.ftp.exception.FTPException Modifier and Type Constant Field Value public static final int
UNSPECIFIED
0
-
org.globus.ftp.exception.FTPReplyParseException Modifier and Type Constant Field Value public static final int
FIRST_3_CHARS
2
public static final int
MESSAGE_UNPARSABLE
4
public static final int
STRING_TOO_SHORT
1
public static final int
UNEXPECTED_4TH_CHAR
3
-
org.globus.ftp.exception.PerfMarkerException Modifier and Type Constant Field Value public static final int
NO_SUCH_PARAMETER
1
-
org.globus.ftp.exception.ServerException Modifier and Type Constant Field Value public static final int
PREVIOUS_TRANSFER_ACTIVE
5
public static final int
REPLY_TIMEOUT
4
public static final int
SERVER_REFUSED
1
public static final int
UNSUPPORTED_FEATURE
3
public static final int
WRONG_PROTOCOL
2
-
org.globus.ftp.extended.GridFTPControlChannel Modifier and Type Constant Field Value protected static final int
TIMEOUT
120000
-
org.globus.ftp.vanilla.BasicClientControlChannel Modifier and Type Constant Field Value public static final int
WAIT_FOREVER
-1
-
org.globus.ftp.vanilla.FTPControlChannel Modifier and Type Constant Field Value public static final java.lang.String
CRLF
"\r\n"
private static final int
WAIT_FOREVER
-1
-
org.globus.ftp.vanilla.FTPServerFacade Modifier and Type Constant Field Value public static final int
ANY_PORT
0
public static final int
DEFAULT_QUEUE
100
-
org.globus.ftp.vanilla.Reply Modifier and Type Constant Field Value private static final int
MIN_FIRST_LEN
4
public static final int
PERMANENT_NEGATIVE_COMPLETION
5
public static final int
POSITIVE_COMPLETION
2
public static final int
POSITIVE_INTERMEDIATE
3
public static final int
POSITIVE_PRELIMINARY
1
public static final int
TRANSIENT_NEGATIVE_COMPLETION
4
-
org.globus.ftp.vanilla.TransferMonitor Modifier and Type Constant Field Value public static final int
LOCAL
1
public static final int
REMOTE
2
-
org.globus.gram.GramAttributes Modifier and Type Constant Field Value public static final int
JOBTYPE_CONDOR
4
public static final int
JOBTYPE_MPI
3
public static final int
JOBTYPE_MULTIPLE
2
public static final int
JOBTYPE_SINGLE
1
-
org.globus.gram.GramException Modifier and Type Constant Field Value public static final int
CUSTOM_ERROR
9999
public static final int
ERROR_JOB_CONTACT_NOT_SET
1003
public static final int
INIT_CALLBACK_HANDLER_FAILED
1000
public static final int
SUCCESS
0
-
org.globus.gram.internal.GRAMConstants Modifier and Type Constant Field Value public static final int
SIGNAL_CANCEL
1
public static final int
SIGNAL_COMMIT_END
10
public static final int
SIGNAL_COMMIT_EXTEND
6
public static final int
SIGNAL_COMMIT_REQUEST
5
public static final int
SIGNAL_PRIORITY
4
public static final int
SIGNAL_RESUME
3
public static final int
SIGNAL_STDIO_SIZE
8
public static final int
SIGNAL_STDIO_UPDATE
7
public static final int
SIGNAL_STOP_MANAGER
9
public static final int
SIGNAL_SUSPEND
2
public static final int
STATUS_ACTIVE
2
public static final int
STATUS_ALL
65535
public static final int
STATUS_DONE
8
public static final int
STATUS_FAILED
4
public static final int
STATUS_PENDING
1
public static final int
STATUS_STAGE_IN
64
public static final int
STATUS_STAGE_OUT
128
public static final int
STATUS_SUSPENDED
16
public static final int
STATUS_UNSUBMITTED
32
-
org.globus.gram.internal.GRAMProtocol Modifier and Type Constant Field Value public static final java.lang.String
APPLICATION
"application/x-globus-gram"
public static final java.lang.String
CALLBACK_URL
"callback-url: "
public static final java.lang.String
CANCEL
"cancel"
public static final int
GRAM_PROTOCOL_VERSION
2
public static final java.lang.String
JOB_STATE_MASK
"job-state-mask: "
public static final java.lang.String
PROTOCOL_VERSION
"protocol-version: "
public static final java.lang.String
PROTOCOL_VERSION_LINE
"protocol-version: 2\r\n"
public static final java.lang.String
REGISTER
"register"
public static final java.lang.String
RENEW
"renew"
public static final java.lang.String
RSL
"rsl: "
public static final java.lang.String
SIGNAL
"signal"
public static final java.lang.String
STATUS
"status"
public static final java.lang.String
UNREGISTER
"unregister"
-
org.globus.gram.internal.GRAMProtocolErrorConstants Modifier and Type Constant Field Value public static final int
ARG_FILE_CREATION_FAILED
22
public static final int
BAD_ARGUMENTS
46
public static final int
BAD_DIRECTORY
4
public static final int
BAD_GATEKEEPER_CONTACT
96
public static final int
BAD_RSL
48
public static final int
BAD_RSL_ENVIRONMENT
40
public static final int
BAD_SCRIPT_ARG_FILE
21
public static final int
CALLBACK_NOT_FOUND
95
public static final int
CLIENT_CONTACT_NOT_FOUND
78
public static final int
COMMIT_TIMED_OUT
111
public static final int
CONNECTION_FAILED
12
public static final int
DELEGATION_FAILED
157
public static final int
DRYRUN
41
public static final int
DUCT_INIT_FAILED
33
public static final int
DUCT_LSP_FAILED
34
public static final int
ERROR_AUTHORIZATION
7
public static final int
ERROR_CONNECTION_FAILED
12
public static final int
ERROR_CONTACTING_JOB_MANAGER
79
public static final int
ERROR_CREATING_PIPE
67
public static final int
ERROR_FCNTL_FAILED
68
public static final int
ERROR_FORKING_EXECUTABLE
71
public static final int
ERROR_INSERTING_CLIENT_CONTACT
77
public static final int
ERROR_OPENING_CACHE
76
public static final int
ERROR_OPENING_CACHE_USER_PROXY
75
public static final int
ERROR_OPENING_JOBMANAGER_SCRIPT
66
public static final int
ERROR_OPENING_STDERR
74
public static final int
ERROR_OPENING_STDOUT
73
public static final int
ERROR_PROTOCOL_FAILED
10
public static final int
ERROR_RSL_PARADYN
60
public static final int
ERROR_RSL_PROJECT
61
public static final int
ERROR_RSL_QUEUE
62
public static final int
ERROR_RSL_STDERR
63
public static final int
ERROR_RSL_STDIN
64
public static final int
ERROR_RSL_STDOUT
65
public static final int
ERROR_SERVICE_NOT_FOUND
93
public static final int
ERROR_SIGNALING_JOB
107
public static final int
ERROR_STAGING_EXECUTABLE
43
public static final int
ERROR_STAGING_STDIN
44
public static final int
ERROR_STDERR_FILENAME_FAILED
70
public static final int
ERROR_STDOUT_FILENAME_FAILED
69
public static final int
EXECUTABLE_NOT_FOUND
5
public static final int
EXECUTABLE_PERMISSIONS
72
public static final int
EXECUTABLE_UNDEFINED
81
public static final int
GATEKEEPER_MISCONFIGURED
47
public static final int
HTTP_UNFRAME_FAILED
89
public static final int
HTTP_UNPACK_FAILED
91
public static final int
INALID_REQUEST
2
public static final int
INSUFFICIENT_FUNDS
6
public static final int
INVALID_COUNT
14
public static final int
INVALID_HOST_COUNT
35
public static final int
INVALID_JOB_CONTACT
80
public static final int
INVALID_JOB_MANAGER_TYPE
45
public static final int
INVALID_JOB_QUERY
92
public static final int
INVALID_JOBSTATUS
23
public static final int
INVALID_JOBTYPE
19
public static final int
INVALID_MAX_CPU_TIME
104
public static final int
INVALID_MAX_MEMORY
87
public static final int
INVALID_MAX_WALL_TIME
102
public static final int
INVALID_MAXTIME
13
public static final int
INVALID_MIN_MEMORY
86
public static final int
INVALID_MYJOB
20
public static final int
INVALID_PARADYN
18
public static final int
INVALID_PROJECT
38
public static final int
INVALID_QUEUE
37
public static final int
INVALID_SCRIPT_REPLY
24
public static final int
INVALID_SCRIPT_STATUS
25
public static final int
JM_FAILED_ALLOW_ATTACH
16
public static final int
JOB_CANCEL_FAILED
31
public static final int
JOB_CONTACT_NOT_FOUND
156
public static final int
JOB_EXECUTION_FAILED
17
public static final int
JOB_QUERY_DENIAL
94
public static final int
MALLOC_FAILED
32
public static final int
MPI_NOT_SUPPORTED
26
public static final int
NO_RESOURCES
3
public static final int
NULL_SPECIFICATION_TREE
15
public static final int
PARAMETER_NOT_SUPPORTED
1
public static final int
PROTOCOL_FAILED
10
public static final int
PROXY_FILE_OPEN_FAILED
30
public static final int
RSL_ARGUMENTS
50
public static final int
RSL_COUNT
51
public static final int
RSL_DIRECTORY
52
public static final int
RSL_DRYRUN
53
public static final int
RSL_ENVIRONMENT
54
public static final int
RSL_EVALUATION_FAILED
39
public static final int
RSL_EXECUTABLE
55
public static final int
RSL_HOST_COUNT
56
public static final int
RSL_JOBTYPE
57
public static final int
RSL_MAXTIME
58
public static final int
RSL_MYJOB
59
public static final int
STDIN_NOT_FOUND
11
public static final int
SYSTEM_CANCELLED
9
public static final int
TEMP_SCRIPT_FILE_FAILED
28
public static final int
UNIMPLEMENTED
27
public static final int
UNKNOWN_SIGNAL_TYPE
108
public static final int
UNSUPPORTED_PARAMETER
36
public static final int
USER_CANCELLED
8
public static final int
USER_PROXY_NOT_FOUND
29
public static final int
VERSION_MISMATCH
49
public static final int
WAITING_FOR_COMMIT
110
public static final int
ZERO_LENGTH_RSL
42
-
org.globus.gsi.GlobusCredentialException Modifier and Type Constant Field Value public static final int
DEFECTIVE
2
public static final int
EXPIRED
1
public static final int
FAILURE
-1
public static final int
IO_ERROR
3
public static final int
SEC_ERROR
3
-
org.globus.gsi.GSIConstants Modifier and Type Constant Field Value public static final java.lang.String
AUTHZ_REQUIRED_WITH_DELEGATION
"org.globus.security.authz.required.delegation"
public static final int
CA
4
public static final char
DELEGATION_CHAR
68
public static final int
DELEGATION_FULL
3
public static final int
DELEGATION_LIMITED
2
public static final int
DELEGATION_NONE
1
public static final int
EEC
3
public static final int
GSI_2_LIMITED_PROXY
11
public static final int
GSI_2_PROXY
10
public static final int
GSI_3_IMPERSONATION_PROXY
14
public static final int
GSI_3_INDEPENDENT_PROXY
13
public static final int
GSI_3_LIMITED_PROXY
15
public static final int
GSI_3_RESTRICTED_PROXY
12
public static final int
GSI_4_IMPERSONATION_PROXY
18
public static final int
GSI_4_INDEPENDENT_PROXY
17
public static final int
GSI_4_LIMITED_PROXY
19
public static final int
GSI_4_RESTRICTED_PROXY
16
public static final java.lang.String
GSI_TRANSPORT
"org.globus.security.transport.type"
public static final java.lang.String
TRUSTED_CERTIFICATES
"org.globus.security.trustedCertifictes"
-
org.globus.gsi.OpenSSLKey Modifier and Type Constant Field Value private static final java.lang.String
HEADER
"-----BEGIN RSA PRIVATE KEY-----"
-
org.globus.gsi.OpenSSLKeyConstants Modifier and Type Constant Field Value public static final int
AES_128_CBC_IV_LENGTH
16
public static final int
AES_128_CBC_KEY_LENGTH
16
public static final int
AES_192_CBC_IV_LENGTH
16
public static final int
AES_192_CBC_KEY_LENGTH
24
public static final int
AES_256_CBC_IV_LENGTH
16
public static final int
AES_256_CBC_KEY_LENGTH
32
public static final int
DES_CBC_IV_LENGTH
8
public static final int
DES_CBC_KEY_LENGTH
8
public static final int
DES_EDE3_CBC_IV_LENGTH
8
public static final int
DES_EDE3_CBC_KEY_LENGTH
24
-
org.globus.gsi.SigningPolicyParser Modifier and Type Constant Field Value public static final java.lang.String
ACCESS_ID_CA
"access_id_CA"
public static final java.lang.String
ACCESS_ID_PREFIX
"access_id_"
public static final java.lang.String
CONDITION_PREFIX
"cond_"
public static final java.lang.String
CONDITION_SUBJECT
"cond_subjects"
public static final java.lang.String
DEF_AUTH_GLOBUS
"globus"
public static final java.lang.String
DEF_AUTH_X509
"X509"
private static final int
MIN_TOKENS_PER_LINE
3
public static final java.lang.String
NEG_RIGHTS
"neg_rights"
public static final java.lang.String
POS_RIGHTS
"pos_rights"
public static final java.lang.String
SINGLE_CHAR
"?"
public static final java.lang.String
SINGLE_PATTERN
"[\\p{Print}\\p{Blank}]"
public static final java.lang.String
VALUE_CA_SIGN
"CA:sign"
public static final java.lang.String
WILDCARD
"*"
public static final java.lang.String
WILDCARD_PATTERN
"[\\p{Print}\\p{Blank}]*"
-
org.globus.gsi.TrustedCertificates Modifier and Type Constant Field Value public static final java.lang.String
SIGNING_POLICY_FILE_SUFFIX
".signing_policy"
-
org.globus.gsi.X509Credential Modifier and Type Constant Field Value public static final int
BUFFER_SIZE
2147483647
private static final long
serialVersionUID
1L
-
org.globus.gsi.bc.BouncyCastleOpenSSLKey Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
org.globus.gsi.gridmap.GridMap Modifier and Type Constant Field Value private static final java.lang.String
COMMENT_CHARS
"#"
private static final java.lang.String
EMAIL_KEYWORD
"emailaddress="
private static final int
EMAIL_KEYWORD_1_L
2
private static final int
EMAIL_KEYWORD_2_L
6
private static final int
UID_KEYWORD_L
4
private static final java.lang.String
USERID_KEYWORD
"userid="
-
org.globus.gsi.gssapi.GlobusGSSContextImpl Modifier and Type Constant Field Value private static final int
ACCEPT
2
private static final int
CLIENT_END_DEL
3
private static final int
CLIENT_START_DEL
2
private static final int
DELEGATION_COMPLETE_CRED
2
private static final int
DELEGATION_SIGN_CERT
1
private static final int
DELEGATION_START
0
private static final int
GSI_MESSAGE_DIGEST_PADDING
12
private static final int
GSI_SEQUENCE_SIZE
8
public static final int
GSI_WRAP
26
private static final int
HANDSHAKE
0
private static final int
INITIATE
1
private static final int
SERVER_END_DEL
5
private static final int
SERVER_START_DEL
4
private static final int
UNDEFINED
0
-
org.globus.gsi.gssapi.GlobusGSSCredentialImpl Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
org.globus.gsi.gssapi.GlobusGSSException Modifier and Type Constant Field Value public static final int
BAD_ARGUMENT
7
public static final int
BAD_MIC
33
public static final int
BAD_NAME
25
public static final int
BAD_OPTION
101
public static final int
BAD_OPTION_TYPE
100
public static final int
CREDENTIAL_ERROR
27
public static final int
DELEGATION_ERROR
30
public static final int
PROXY_VIOLATION
5
private static final long
serialVersionUID
1366868883920091438L
public static final int
TOKEN_FAIL
29
public static final int
UNKNOWN
102
public static final int
UNKNOWN_OPTION
37
-
org.globus.gsi.gssapi.GSSConstants Modifier and Type Constant Field Value public static final int
GSI_BIG
1
-
org.globus.gsi.gssapi.KeyPairCache Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_ALGORITHM
"RSA"
public static final java.lang.String
DEFAULT_PROVIDER
"BC"
-
org.globus.gsi.gssapi.example.GssClient Modifier and Type Constant Field Value private static final java.lang.String
helpMsg
"Where options are:\n -gss-mode mode\t\t\tmode is: \'ssl\' or \'gsi\' (default)\n -deleg-type type\t\ttype is: \'none\', \'limited\' (default), or \'full\'\n -lifetime time\t\t\tLifetime of context. time is in seconds.\n -rejectLimitedProxy\t\tEnables checking for limited proxies (off by default)\n -anonymous\t\t\tDo not send certificates to the server\n -enable-conf\t\t\tEnables confidentiality (do encryption) (enabled by default)\n -disable-conf\t\t\tDisables confidentiality (no encryption)\n -auth auth\t\t\tIf auth is \'host\' host authorization will be performed.\n \t\t\tIf auth is \'self\' self authorization will be performed.\n \t\t\tOtherwise, identity authorization is performed.\n \t\t\tAuthorization is not performed by default."
-
org.globus.gsi.gssapi.example.GssServer Modifier and Type Constant Field Value private static final java.lang.String
helpMsg
"Where options are:\n -gss-mode mode\t\t\tmode is: \'ssl\' or \'gsi\' (default)\n -deleg-type type\t\ttype is: \'none\', \'limited\' (default), or \'full\'\n -lifetime time\t\t\tLifetime of context. time is in seconds.\n -rejectLimitedProxy\t\tEnables checking for limited proxies. By default off\n -anonymous\t\t\tDo not require client authentication\n -enable-conf\t\t\tEnables confidentiality (do encryption) (enabled by default)\n -disable-conf\t\t\tDisables confidentiality (no encryption)"
-
org.globus.gsi.gssapi.net.GssSocket Modifier and Type Constant Field Value public static final int
GSI_MODE
2
public static final int
SSL_MODE
1
-
org.globus.gsi.gssapi.net.example.GssClient Modifier and Type Constant Field Value private static final java.lang.String
helpMsg
"Where options are:\n -gss-mode mode\t\t\tmode is: \'ssl\' or \'gsi\' (default)\n -deleg-type type\t\ttype is: \'none\', \'limited\' (default), or \'full\'\n -lifetime time\t\t\tLifetime of context. time is in seconds.\n -rejectLimitedProxy\t\tEnables checking for limited proxies (off by default)\n -anonymous\t\t\tDo not send certificates to the server\n -enable-conf\t\t\tEnables confidentiality (do encryption) (enabled by default)\n -disable-conf\t\t\tDisables confidentiality (no encryption)\n -auth auth\t\t\tIf auth is \'host\' host authorization will be performed.\n \t\t\tIf auth is \'self\' self authorization will be performed.\n \t\t\tOtherwise, identity authorization is performed.\n \t\t\tAuthorization is not performed by default.\n -wrap-mode mode\t\tmode is: \'ssl\' (default) or \'gsi\'"
-
org.globus.gsi.gssapi.net.example.GssServer Modifier and Type Constant Field Value private static final java.lang.String
helpMsg
"Where options are:\n -gss-mode mode\t\t\tmode is: \'ssl\' or \'gsi\' (default)\n -deleg-type type\t\ttype is: \'none\', \'limited\' (default), or \'full\'\n -lifetime time\t\t\tLifetime of context. time is in seconds.\n -rejectLimitedProxy\t\tEnables checking for limited proxies. By default off\n -anonymous\t\t\tDo not require client authentication\n -enable-conf\t\t\tEnables confidentiality (do encryption) (enabled by default)\n -disable-conf\t\t\tDisables confidentiality (no encryption)\n -wrap-mode mode\t\tmode is: \'ssl\' (default) or \'gsi\'"
-
org.globus.gsi.gssapi.net.impl.GSIGssInputStream Modifier and Type Constant Field Value private static final int
MAX_LEN
33554432
-
org.globus.gsi.jsse.GlobusSSLConfigurationException Modifier and Type Constant Field Value private static final long
serialVersionUID
1L
-
org.globus.gsi.provider.GlobusProvider Modifier and Type Constant Field Value public static final java.lang.String
CERT_PATH_VALIDATOR_TYPE
"X509ProxyPath"
public static final java.lang.String
CERTSTORE_TYPE
"PEMFilebasedCertStore"
public static final java.lang.String
KEYSTORE_TYPE
"PEMFilebasedKeyStore"
public static final java.lang.String
PROVIDER_NAME
"Globus"
private static final long
serialVersionUID
-6275241207604782362L
public static final java.lang.String
TRUSTMANAGER_TYPE
"GlobusTrustManager"
-
org.globus.gsi.provider.simple.SimpleMemoryProvider Modifier and Type Constant Field Value public static final java.lang.String
CERTSTORE_TYPE
"SimpleMemoryCertStore"
public static final java.lang.String
KEYSTORE_TYPE
"SimpleMemoryKeyStore"
public static final java.lang.String
PROVIDER_NAME
"Simple"
private static final long
serialVersionUID
-6275241207604782364L
-
org.globus.gsi.proxy.ProxyPathValidatorException Modifier and Type Constant Field Value public static final int
EXPIRED_CRL
8
public static final int
FAILURE
-1
public static final int
LIMITED_PROXY_ERROR
7
public static final int
NO_SIGNING_POLICY
10
public static final int
NO_SIGNING_POLICY_FILE
9
public static final int
PATH_LENGTH_EXCEEDED
3
public static final int
PROXY_VIOLATION
1
public static final int
REVOKED
6
public static final int
SIGNING_POLICY_VIOLATION
11
public static final int
UNKNOWN_CA
4
public static final int
UNKNOWN_POLICY
5
public static final int
UNSUPPORTED_EXTENSION
2
-
org.globus.gsi.stores.PEMKeyStore Modifier and Type Constant Field Value public static final java.lang.String
CERTIFICATE_FILENAME
"certificateFilename"
public static final java.lang.String
DEFAULT_DIRECTORY_KEY
"default_directory"
public static final java.lang.String
DIRECTORY_LIST_KEY
"directory_list"
public static final java.lang.String
KEY_FILENAME
"keyFilename"
public static final java.lang.String
PROXY_FILENAME
"proxyFilename"
-
org.globus.gsi.stores.ResourceCRLStore Modifier and Type Constant Field Value private static final int
MIN_NAME_LENGTH
3
-
org.globus.gsi.stores.ResourceSigningPolicyStore Modifier and Type Constant Field Value private static final long
CACHE_TIME_MILLIS
3600000L
-
org.globus.gsi.stores.Stores Modifier and Type Constant Field Value private static final long
CACHE_TIME_MILLIS
3600000L
-
org.globus.gsi.testutils.FileSetupUtil Modifier and Type Constant Field Value private static final int
SLEEP_LENGTH
1000
-
org.globus.gsi.trustmanager.X509ProxyCertPathValidator Modifier and Type Constant Field Value public static final java.lang.String
BASIC_CONSTRAINT_OID
"2.5.29.19"
public static final java.lang.String
KEY_USAGE_OID
"2.5.29.15"
-
org.globus.gsi.util.CertificateIOUtil Modifier and Type Constant Field Value public static final java.lang.String
CERT_FOOTER
"-----END CERTIFICATE-----"
public static final java.lang.String
CERT_HEADER
"-----BEGIN CERTIFICATE-----"
public static final java.lang.String
KEY_FOOTER
"-----END RSA PRIVATE KEY-----"
public static final java.lang.String
KEY_HEADER
"-----BEGIN RSA PRIVATE KEY-----"
public static final int
LINE_LENGTH
64
public static final java.lang.String
LINE_SEP
"\n"
-
org.globus.gsi.util.PEMUtil Modifier and Type Constant Field Value static final int
LINE_LENGTH
64
-
org.globus.io.gass.client.internal.GASSProtocol Modifier and Type Constant Field Value private static final java.lang.String
APPEND_URI
"/globus-bins/GASSappend?"
private static final java.lang.String
TYPE
"application/octet-stream"
private static final java.lang.String
USER_AGENT
"Java-Globus-GASS-HTTP/1.1.0"
-
org.globus.io.gass.server.org.globus.io.gass.server.GassClientHandler Modifier and Type Constant Field Value private static final java.lang.String
CONNECTION_CLOSE
"Connection: close\r\n"
private static final java.lang.String
CONTENT_BINARY
"Content-Type: application/octet-stream\r\n"
private static final java.lang.String
CONTENT_HTML
"Content-Type: text/html\r\n"
private static final java.lang.String
CONTENT_LENGTH
"Content-Length:"
private static final java.lang.String
CONTENT_TEXT
"Content-Type: text/plain\r\n"
private static final java.lang.String
CRLF
"\r\n"
private static final boolean
DEBUG_ON
false
private static final java.lang.String
HEADER404
"HTTP/1.1 404 File Not Found\r\n"
private static final java.lang.String
HTTP_CONTINUE
"HTTP/1.1 100 Continue\r\n"
private static final java.lang.String
JAVA_CLIENT
"User-Agent: Java-Globus-GASS-HTTP/1.1.0"
private static final java.lang.String
MSG404
"<html><head><title>404 File Not Found</title></head><body>\r\n<h1>404 File Not Found</h1></body></html>\r\n"
private static final java.lang.String
OKHEADER
"HTTP/1.1 200 OK\r\n"
private static final java.lang.String
SERVER
"Server: Globus-GASS-HTTP/1.1.0\r\n"
private static final java.lang.String
TRANSFER_ENCODING
"Transfer-Encoding: chunked"
-
org.globus.io.gass.server.GassServer Modifier and Type Constant Field Value public static final int
CLIENT_SHUTDOWN_ENABLE
128
public static final int
READ_ENABLE
8
public static final java.lang.String
SHUTDOWN_STR
"/dev/globus_gass_client_shutdown"
public static final int
STDERR_ENABLE
64
public static final int
STDOUT_ENABLE
32
public static final int
WRITE_ENABLE
16
-
org.globus.io.gass.server.RemoteGassServer Modifier and Type Constant Field Value public static final int
LINE_BUFFER_ENABLE
256
public static final int
TILDE_EXPAND_ENABLE
512
public static final int
USER_EXPAND_ENABLE
1024
-
org.globus.io.streams.HTTPOutputStream Modifier and Type Constant Field Value private static final int
DEFAULT_TIME
3000
-
org.globus.io.urlcopy.UrlCopy Modifier and Type Constant Field Value public static final int
BUFF_SIZE
2048
-
org.globus.myproxy.MyProxy Modifier and Type Constant Field Value private static final java.lang.String
AUTHZ_DATA
"AUTHORIZATION_DATA="
public static final int
CHANGE_PASSWORD
4
private static final java.lang.String
CRED
"CRED_"
private static final java.lang.String
CRED_DESC
"CRED_DESC="
private static final java.lang.String
CRED_END_TIME
"CRED_END_TIME="
private static final java.lang.String
CRED_NAME
"CRED_NAME="
private static final java.lang.String
CRED_OWNER
"CRED_OWNER="
private static final java.lang.String
CRED_RENEWER
"CRED_RENEWER="
private static final java.lang.String
CRED_RETRIEVER
"CRED_RETRIEVER="
private static final java.lang.String
CRED_START_TIME
"CRED_START_TIME="
public static final int
DEFAULT_KEYBITS
2048
public static final int
DEFAULT_PORT
7512
private static final java.lang.String
DESC
"DESC="
public static final int
DESTROY_PROXY
3
private static final java.lang.String
END_TIME
"END_TIME="
private static final java.lang.String
ERROR
"ERROR="
public static final int
GET_PROXY
0
public static final int
GET_TRUSTROOTS
7
public static final int
INFO_PROXY
2
public static final int
MIN_PASSWORD_LENGTH
6
public static final java.lang.String
MYPROXY_PROTOCOL_VERSION
"MYPROXYv2"
private static final java.lang.String
OWNER
"OWNER="
public static final int
PUT_PROXY
1
private static final java.lang.String
RENEWER
"RENEWER="
private static final java.lang.String
RESPONSE
"RESPONSE="
public static final int
RETRIEVE_CREDENTIAL
6
private static final java.lang.String
RETRIEVER
"RETRIEVER="
private static final java.lang.String
START_TIME
"START_TIME="
public static final int
STORE_CREDENTIAL
5
private static final java.lang.String
TRUSTED_CERT_PATH
"/.globus/certificates"
private static final java.lang.String
TRUSTROOTS
"TRUSTED_CERTS="
public static final java.lang.String
version
"2.0"
-
org.globus.myproxy.MyProxyCLI Modifier and Type Constant Field Value private static final java.lang.String
commonOptions
"\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n"
public static final int
CRED_LIFETIME_HOURS
168
private static final java.lang.String
destroyMessage
"\nSyntax: java MyProxyCLI [common options] destroy [command options]\n\n\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n\n\tCommand Options:\n\t-help\n\t\tDisplays usage\n\t-k | -credname <name>\n\t\tSpecifies credential name\n"
private static final java.lang.String
getMessage
"\nSyntax: java MyProxyCLI [common options] [get|anonget] [command options]\n\n\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n\n\tCommand Options:\n\t-help\n\t\tDisplays usage\n\t-t <hours> | -portal_lifetime <hours>\n\t\tLifetime of delegated proxy on\n\t\tthe portal (default 12 hours)\n\t-o | -out <path>\n\t\tLocation of delegated proxy\n\t-T | -trustroots\n\t\tManage trust roots\n\t-k | -credname <name>\n\t\tSpecifies credential name\n\t-a | -authorization <path>\n\t\tSpecifies path to credentials to renew\n\t-m | -voms <voms>\n\t\tInclude VOMS attributes\n"
private static final java.lang.String
getTrustrootsMessage
"\nSyntax: java MyProxyCLI [common options] get-trustroots [command options]\n\n\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n\n\tCommand Options:\n\t-help\n\t\tDisplays usage\n"
private static final java.lang.String
infoMessage
"\nSyntax: java MyProxyCLI [common options] info [command options]\n\n\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n\n\tCommand Options:\n\t-help\n\t\tDisplays usage\n"
public static final int
MATCH_CN_ONLY
0
private static final java.lang.String
message
"\nSyntax: java MyProxyCLI [common options] command [command options]\n java MyProxyCLI -version\n java MyProxyCLI -help\n\n\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n\n\tCommands:\n\t put - put proxy\n\t store - store credentials\n\t get - get proxy\n\t anonget - get proxy without local credentials\n\t get-trustroots - get trustroots information\n\t destroy - remove proxy\n\t info - credential information\n\t pwd - change credential password\n\n\tSpecify -help after a command name for command-specific help.\n"
public static final int
MYPROXY_SERVER_PORT
7512
public static final int
PORTAL_LIFETIME_HOURS
12
private static final java.lang.String
putMessage
"\nSyntax: java MyProxyCLI [common options] put [command options]\n\n\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n\n\tCommand Options:\n\t-help\n\t\tDisplays usage\n\t-cert <certfile>\n\t\tNon-standard location of user certificate\n\t-key <keyfile>\n\t\tNon-standard location of user key\n\t-t <hours> | -portal_lifetime <hours>\n\t\tLifetime of delegated proxy on\n\t\tthe portal (default 12 hours)\n\t-c <hours> | -cred_lifetime <hours> \n\t\tLifetime of delegated proxy\n\t\t(default 1 week - 168 hours)\n\t-a | -allow_anonymous_retrievers\n\t\tAllow credentials to be retrieved with just username/passphrase\n\t-A | -allow_anonymous_renewers\n\t\tAllow credentials to be renewed by any client (not recommended)\n\t-r | -retrievable_by <dn>\n\t\tAllow specified entity to retrieve credential\n\t-R | -renewable_by <dn>\n\t\tAllow specified entity to renew credential\n\t-x | -regex_dn_match\n\t\tSpecifies that the DN used by options -r and -R\n\t\twill be matched as a regular expression\n \t-X | -match_cn_only\n\t\tSpecifies that the DN used by options -r and -R\n\t\twill be matched against the Common Name (CN) of the\n\t\tsubject\n\t-n | -no_passphrase\n\t\tDisable passphrase authentication\n\t-k | -credname <name>\n\t\tSpecifies credential name\n\t-K | -creddesc <desc>\n\t\tSpecifies credential description\n"
private static final java.lang.String
pwdMessage
"\nSyntax: java MyProxyCLI [common options] pwd [command options]\n\n\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n\n\tCommand Options:\n\t-help\n\t\tDisplays usage\n\t-k | -credname <name>\n\t\tSpecifies credential name\n"
public static final int
REGULAR_EXP
1
private static final java.lang.String
storeMessage
"\nSyntax: java MyProxyCLI [common options] store [command options]\n\n\tCommon Options:\n\t-help\n\t\tDisplays usage\n\t-v | -version\n\t\tDisplays version\n\n\t-h <host> | -host <host>\n\t\tHostname of the myproxy-server\n\t-p <port> | -port <port>\n\t\tPort of the myproxy-server\n\t\t(default 7512)\n\t-s <subject> | -subject <subject>\n\t\tPerforms subject authorization\n\t-l <username> | -username <username>\n\t\tUsername for the delegated proxy\n\t-d | -dn_as_username\n\t\tUse the proxy certificate subject (DN) as the default\n\t\tusername instead of the \"user.name\" system property.\n\t-S | -stdin_pass\n\t\tAllows passphrase from stdin.\n\n\tCommand Options:\n\t-help\n\t\tDisplays usage\n\t-cert <certfile>\n\t\tNon-standard location of user certificate\n\t-key <keyfile>\n\t\tNon-standard location of user key\n\t-t <hours> | -portal_lifetime <hours>\n\t\tLifetime of delegated proxy on\n\t\tthe portal (default 12 hours)\n\t-a | -allow_anonymous_retrievers\n\t\tAllow credentials to be retrieved with just username/passphrase\n\t-A | -allow_anonymous_renewers\n\t\tAllow credentials to be renewed by any client (not recommended)\n\t-r | -retrievable_by <dn>\n\t\tAllow specified entity to retrieve credential\n\t-R | -renewable_by <dn>\n\t\tAllow specified entity to renew credential\n\t-x | -regex_dn_match\n\t\tSpecifies that the DN used by options -r and -R\n\t\twill be matched as a regular expression\n \t-X | -match_cn_only\n\t\tSpecifies that the DN used by options -r and -R\n\t\twill be matched against the Common Name (CN) of the\n\t\tsubject\n\t-k | -credname <name>\n\t\tSpecifies credential name\n\t-K | -creddesc <desc>\n\t\tSpecifies credential description\n"
-
org.globus.myproxy.MyProxyConstants Modifier and Type Constant Field Value public static final java.lang.String
COMMAND
"COMMAND="
public static final java.lang.String
CRED_DESC
"CRED_DESC="
public static final java.lang.String
CRED_NAME
"CRED_NAME="
public static final java.lang.String
CRED_RETRIEVER_TRUSTED
"CRED_RETRIEVER_TRUSTED="
public static final java.lang.String
CRLF
"\n"
public static final int
DEFAULT_LIFETIME
43200
public static final java.lang.String
LIFETIME
"LIFETIME="
public static final int
MIN_PASSWORD_LENGTH
6
public static final java.lang.String
MYPROXY_PROTOCOL_VERSION
"MYPROXYv2"
public static final java.lang.String
NEW_PHRASE
"NEW_PHRASE="
public static final java.lang.String
PASSPHRASE
"PASSPHRASE="
public static final java.lang.String
RENEWER
"RENEWER="
public static final java.lang.String
RETRIEVER
"RETRIEVER="
public static final java.lang.String
TRUSTROOTS
"TRUSTED_CERTS="
public static final java.lang.String
USERNAME
"USERNAME="
public static final java.lang.String
VERSION
"VERSION=MYPROXYv2"
public static final java.lang.String
VOMSES
"VOMSES="
public static final java.lang.String
VONAME
"VONAME="
-
org.globus.net.BaseServer Modifier and Type Constant Field Value public static final int
SO_TIMEOUT
300000
-
org.globus.net.GSIHttpURLConnection Modifier and Type Constant Field Value public static final int
PORT
8443
private static final java.lang.String
POST_CONTENT_TYPE
"application/x-www-form-urlencoded"
private static final java.lang.String
USER_AGENT
"Java-Globus-GASS-HTTP/1.1.0"
-
org.globus.net.GSIURLConnection Modifier and Type Constant Field Value public static final java.lang.String
GSS_MODE_PROPERTY
"gssMode"
-
org.globus.net.PortRange Modifier and Type Constant Field Value protected static final byte
UNUSED
0
protected static final byte
USED
1
-
org.globus.net.protocol.httpg.Handler Modifier and Type Constant Field Value private static final java.lang.String
CLASS
"org.globus.net.GSIHttpURLConnection"
-
org.globus.rsl.AbstractRslNode Modifier and Type Constant Field Value public static final int
AND
1
public static final int
MULTI
3
public static final int
OR
2
-
org.globus.rsl.ASCII_CharStream Modifier and Type Constant Field Value public static final boolean
staticFlag
false
-
org.globus.rsl.NameOpValue Modifier and Type Constant Field Value public static final int
EQ
1
public static final int
GT
3
public static final int
GTEQ
4
public static final int
LT
5
public static final int
LTEQ
6
public static final int
NEQ
2
-
org.globus.rsl.RSLParserConstants Modifier and Type Constant Field Value public static final int
AND
12
public static final int
CHARACTER
21
public static final int
DEFAULT
0
public static final int
DIGIT
22
public static final int
DOUBLE_QUOTED_LITERAL
25
public static final int
EOF
0
public static final int
EQUAL
6
public static final int
GREATER_THAN
8
public static final int
GREATER_THAN_EQUAL
9
public static final int
LESS_THAN
10
public static final int
LESS_THAN_EQUAL
11
public static final int
LPAREN
16
public static final int
MULTI
14
public static final int
NOT_EQUAL
7
public static final int
OR
13
public static final int
OTHER_CHAR
23
public static final int
RPAREN
15
public static final int
SINGLE_QUOTED_LITERAL
26
public static final int
UNQUOTED_LITERAL
24
public static final int
VARIABLES
18
public static final int
VARIABLES_DQUOTE
19
public static final int
VARIABLES_SQUOTE
20
public static final int
VARSTART
17
-
org.globus.rsl.TokenMgrError Modifier and Type Constant Field Value static final int
INVALID_LEXICAL_STATE
2
static final int
LEXICAL_ERROR
0
static final int
LOOP_DETECTED
3
static final int
STATIC_LEXER_ERROR
1
-
org.globus.tools.CertInfo Modifier and Type Constant Field Value private static final int
ALL
32
private static final int
EDATE
16
private static final int
ISSUER
4
private static final int
SDATE
8
private static final int
SUBJECT
2
-
org.globus.tools.GridCertRequest Modifier and Type Constant Field Value private static final java.lang.String
MESSAGE
"A certificate request and private key will be created.\nYou will be asked to enter a PEM pass phrase.\nThis pass phrase is akin to your account password,\nand is used to protect your key file.\nIf you forget your pass phrase, you will need to\nobtain a new certificate.\n"
-
org.globus.tools.KeyStoreConvert Modifier and Type Constant Field Value public static final java.lang.String
DEFAULT_ALIAS
"globus"
public static final java.lang.String
DEFAULT_KEYSTORE_FILE
"globus.jks"
public static final java.lang.String
DEFAULT_PASSWORD
"globus"
private static final java.lang.String
message
"\nSyntax: java KeyStoreConvert [options]\n java KeyStoreConvert -help\n\n\tConverts Globus credentials (user key and certificate) into \n\tJava keystore format (JKS format supported by Sun).\n\n\tOptions\n\t-help | -usage\n\t\tDisplays usage.\n\t-version\n\t\tDisplays version.\n\t-debug\n\t\tEnables extra debug output.\n\t-cert <certfile>\n\t\tNon-standard location of user certificate.\n\t-key <keyfile>\n\t\tNon-standard location of user key.\n\t-alias <alias>\n\t\tKeystore alias entry. Defaults to \'globus\'\n\t-password <password>\n\t\tKeystore password. Defaults to \'globus\'\n\t-out <keystorefile>\n\t\tLocation of the Java keystore file. Defaults to\n\t\t\'globus.jks\'\n\n"
-
org.globus.tools.ProxyDestroy Modifier and Type Constant Field Value private static final java.lang.String
message
"\nSyntax: java ProxyDestroy [-dryrun] [file1...]\n java ProxyDestroy -help\n\n\tOptions\n\t-help | -usage\n\t\tDisplays usage\n\t-dryrun\n\t\tPrints what files would have been destroyed\n\tfile1 file2 ...\n\t\tDestroys files listed\n\n"
-
org.globus.tools.ProxyInfo Modifier and Type Constant Field Value private static final int
IDENTITY
128
private static final int
ISSUER
4
private static final java.lang.String
message
"\nSyntax: java ProxyInfo [options]\n java ProxyInfo -help\n\n\tOptions:\n\t-help | usage\n\t\tDisplays usage.\n\t-file <proxyfile> (-f)\n\t\tNon-standard location of proxy.\n\t[printoptions]\n\t\tPrints information about proxy.\n\t-exists [options] (-e) \n\t\tReturns 0 if valid proxy exists, 1 otherwise.\n\t-globus \n\t\tPrints information in globus format\n\n\t[printoptions]\n\t-subject\n\t\tDistinguished name (DN) of subject.\n\t-issuer\n\t\tDN of issuer (certificate signer).\n\t-identity \n\t\tDN of the identity represented by the proxy.\n\t-type \n\t\tType of proxy.\n\t-timeleft\n\t\tTime (in seconds) until proxy expires.\n\t-strength\n\t\tKey size (in bits)\n \t-all\n\t\tAll above options in a human readable format.\n\t-text\n\t\tAll of the certificate.\n\t-path\n\t\tPathname of proxy file.\n\n\t[options to -exists] (if none are given, H = B = 0 are assumed)\n\t-hours H (-h) \n\t\ttime requirement for proxy to be valid.\n\t-bits B (-b) \n\t\tstrength requirement for proxy to be valid\n\t-length\n\t\tpath length of the proxy\n\n"
private static final int
PATH
256
private static final int
PATH_LENGTH
512
private static final int
STRENGTH
32
private static final int
SUBJECT
2
private static final int
TEXT
64
private static final int
TIME
16
private static final int
TYPE
8
-
org.globus.tools.ProxyInit Modifier and Type Constant Field Value public static final java.lang.String
GENERIC_POLICY_OID
"1.3.6.1.4.1.3536.1.1.1.8"
private static final java.lang.String
message
"\nSyntax: java ProxyInit [options]\n java ProxyInit -help\n\n Options:\n -help | -usage\t\tDisplays usage.\n -version\t\t\tDisplays version.\n -debug\t\t\tEnables extra debug output.\n -verify\t\t\tPerforms proxy verification tests (default).\n -pwstdin\t\t\tAllows passphrase from stdin.\n -noverify\t\t\tDisables proxy verification tests.\n -quiet | -q\t\t\tQuiet mode, minimal output\n -limited\t\t\tCreates a limited proxy.\n -independent\t\tCreates a independent globus proxy.\n -old\t\t\tCreates a legacy globus proxy.\n -valid <seconds>\t\tProxy is valid for S seconds (default:12 hours)\n -valid <hours:minutes>\tProxy is valid for H hours and M \n \tminutes. (default: 12 hours)\n -hours <hours>\t\tProxy is valid for H hours (default:12).\n -bits <bits>\t\tNumber of bits in key {512|1024|2048|4096}.\n -globus\t\t\tPrints user identity in globus format.\n -policy <policyfile>\tFile containing policy to store in the\n \tProxyCertInfo extension\n -pl <oid>\t\t\tOID string for the policy language.\n -policy-language <oid>\tused in the policy file.\n -path-length <l>\t\tAllow a chain of at most l proxies to be \n \t\tgenerated from this one\n -cert <certfile>\t\tNon-standard location of user certificate\n -key <keyfile>\t\tNon-standard location of user key\n -out <proxyfile>\t\tNon-standard location of new proxy cert.\n -pkcs11\t\t\tEnables the PKCS11 support module. The\n \t\t\t-cert and -key arguments are used as labels\n \t\t\tto find the credentials on the device.\n -rfc\t\t\tCreates RFC 3820 compliant proxy. (Default)\n -draft\t\t\tCreates RFC draft compliant proxy\n"
-
org.globus.util.ConfigUtil Modifier and Type Constant Field Value public static final int
MAC_OS
2
public static final int
OTHER_OS
3
private static final java.lang.String
PROXY_NAME
"x509up_u"
private static final java.lang.String
SOLARIS_ID_EXEC
"/usr/xpg4/bin/id"
public static final int
UNDEFINED_OS
-1
public static final int
UNIX_OS
1
public static final int
WINDOWS_OS
0
-
org.globus.util.PEMUtils Modifier and Type Constant Field Value static final int
LINE_LENGTH
64
-
org.globus.util.Tail Modifier and Type Constant Field Value private static final int
CHUNK_SIZE
2048
-
org.globus.util.Util Modifier and Type Constant Field Value private static final java.lang.String
CHMOD
"chmod"
private static final java.lang.String
DMSG
"Destroyed by Java Globus Proxy Destroy\r\n"
-
org.globus.util.http.HTTPProtocol Modifier and Type Constant Field Value public static final java.lang.String
CHUNKED
"Transfer-Encoding: chunked"
public static final java.lang.String
CHUNKING
"Transfer-Encoding: chunked\r\n"
public static final java.lang.String
CONNECTION
"Connection: "
public static final java.lang.String
CONNECTION_CLOSE
"Connection: close\r\n"
public static final java.lang.String
CONTENT_LENGTH
"Content-Length: "
public static final java.lang.String
CONTENT_TYPE
"Content-Type: "
public static final java.lang.String
CRLF
"\r\n"
public static final java.lang.String
HOST
"Host: "
public static final java.lang.String
HTTP_VERSION
"HTTP/1.1"
public static final java.lang.String
LOCATION
"Location: "
public static final java.lang.String
METHOD
"POST "
public static final java.lang.String
SERVER
"Server: "
public static final java.lang.String
USER_AGENT
"User-Agent: "
-
org.globus.util.http.LineReader Modifier and Type Constant Field Value private static final int
MAX_LEN
16384
org.gridforum.*
-
org.gridforum.jgss.ExtendedGSSCredential Modifier and Type Constant Field Value public static final int
IMPEXP_MECH_SPECIFIC
1
public static final int
IMPEXP_OPAQUE
0