org.globus.myproxy
Interface MyProxyConstants

All Known Implementing Classes:
Params

public interface MyProxyConstants


Field Summary
static String COMMAND
           
static String CRED_DESC
           
static String CRED_NAME
           
static String CRLF
           
static String LIFETIME
           
static int MIN_PASSWORD_LENGTH
          MyProxy passwords must be 6 characters or longer.
static String MYPROXY_PROTOCOL_VERSION
          The version string (MYPROXYv2) to send at the start of communication with the MyProxy server.
static String NEW_PHRASE
           
static String PASSPHRASE
           
static String RENEWER
           
static String RETRIEVER
           
static String USERNAME
           
static String VERSION
           
 

Field Detail

MYPROXY_PROTOCOL_VERSION

public static final 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

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

See Also:
Constant Field Values

VERSION

public static final String VERSION
See Also:
Constant Field Values

COMMAND

public static final String COMMAND
See Also:
Constant Field Values

USERNAME

public static final String USERNAME
See Also:
Constant Field Values

PASSPHRASE

public static final String PASSPHRASE
See Also:
Constant Field Values

LIFETIME

public static final String LIFETIME
See Also:
Constant Field Values

CRED_NAME

public static final String CRED_NAME
See Also:
Constant Field Values

RETRIEVER

public static final String RETRIEVER
See Also:
Constant Field Values

RENEWER

public static final String RENEWER
See Also:
Constant Field Values

CRED_DESC

public static final String CRED_DESC
See Also:
Constant Field Values

NEW_PHRASE

public static final String NEW_PHRASE
See Also:
Constant Field Values

CRLF

public static final String CRLF
See Also:
Constant Field Values