Constant Field Values

Contents

org.globus.*

  • 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.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.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.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.*