org.globus.myproxy
Interface MyProxyConstants

All Known Implementing Classes:
ChangePasswordParams, DestroyParams, GetParams, GetTrustrootsParams, InfoParams, InitParams, Params, StoreParams

public interface MyProxyConstants


Field Summary
static java.lang.String COMMAND
           
static java.lang.String CRED_DESC
           
static java.lang.String CRED_NAME
           
static java.lang.String CRED_RETRIEVER_TRUSTED
           
static java.lang.String CRLF
           
static int DEFAULT_LIFETIME
          By default, put credentials with a policy restricting delegated credential lifetime to 12 hours or less, and get 12 hour credentials from the server.
static java.lang.String LIFETIME
           
static int MIN_PASSWORD_LENGTH
          MyProxy passwords must be 6 characters or longer.
static java.lang.String MYPROXY_PROTOCOL_VERSION
          The version string (MYPROXYv2) to send at the start of communication with the MyProxy server.
static java.lang.String NEW_PHRASE
           
static java.lang.String PASSPHRASE
           
static java.lang.String RENEWER
           
static java.lang.String RETRIEVER
           
static java.lang.String TRUSTROOTS
           
static java.lang.String USERNAME
           
static java.lang.String VERSION
           
static java.lang.String VOMSES
           
static java.lang.String VONAME
           
 

Field Detail

MYPROXY_PROTOCOL_VERSION

static final java.lang.String MYPROXY_PROTOCOL_VERSION
The version string (MYPROXYv2) to send at the start of communication with the MyProxy server.

See Also:
Constant Field Values

MIN_PASSWORD_LENGTH

static final int MIN_PASSWORD_LENGTH
MyProxy passwords must be 6 characters or longer.

See Also:
Constant Field Values

DEFAULT_LIFETIME

static final int DEFAULT_LIFETIME
By default, put credentials with a policy restricting delegated credential lifetime to 12 hours or less, and get 12 hour credentials from the server.

See Also:
Constant Field Values

VERSION

static final java.lang.String VERSION
See Also:
Constant Field Values

COMMAND

static final java.lang.String COMMAND
See Also:
Constant Field Values

USERNAME

static final java.lang.String USERNAME
See Also:
Constant Field Values

PASSPHRASE

static final java.lang.String PASSPHRASE
See Also:
Constant Field Values

LIFETIME

static final java.lang.String LIFETIME
See Also:
Constant Field Values

CRED_NAME

static final java.lang.String CRED_NAME
See Also:
Constant Field Values

TRUSTROOTS

static final java.lang.String TRUSTROOTS
See Also:
Constant Field Values

RETRIEVER

static final java.lang.String RETRIEVER
See Also:
Constant Field Values

CRED_RETRIEVER_TRUSTED

static final java.lang.String CRED_RETRIEVER_TRUSTED
See Also:
Constant Field Values

RENEWER

static final java.lang.String RENEWER
See Also:
Constant Field Values

CRED_DESC

static final java.lang.String CRED_DESC
See Also:
Constant Field Values

NEW_PHRASE

static final java.lang.String NEW_PHRASE
See Also:
Constant Field Values

CRLF

static final java.lang.String CRLF
See Also:
Constant Field Values

VONAME

static final java.lang.String VONAME
See Also:
Constant Field Values

VOMSES

static final java.lang.String VOMSES
See Also:
Constant Field Values


Copyright © 2013. All Rights Reserved.