Package org.globus.myproxy
Interface MyProxyConstants
- All Known Implementing Classes:
ChangePasswordParams
,DestroyParams
,GetParams
,GetTrustrootsParams
,InfoParams
,InitParams
,Params
,StoreParams
public interface MyProxyConstants
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final int
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 final String
static final int
MyProxy passwords must be 6 characters or longer.static final String
The version string (MYPROXYv2) to send at the start of communication with the MyProxy server.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Field Details
-
MYPROXY_PROTOCOL_VERSION
The version string (MYPROXYv2) to send at the start of communication with the MyProxy server.- See Also:
-
MIN_PASSWORD_LENGTH
static final int MIN_PASSWORD_LENGTHMyProxy passwords must be 6 characters or longer.- See Also:
-
DEFAULT_LIFETIME
static final int DEFAULT_LIFETIMEBy 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:
-
VERSION
- See Also:
-
COMMAND
- See Also:
-
USERNAME
- See Also:
-
PASSPHRASE
- See Also:
-
LIFETIME
- See Also:
-
CRED_NAME
- See Also:
-
TRUSTROOTS
- See Also:
-
RETRIEVER
- See Also:
-
CRED_RETRIEVER_TRUSTED
- See Also:
-
RENEWER
- See Also:
-
CRED_DESC
- See Also:
-
NEW_PHRASE
- See Also:
-
CRLF
- See Also:
-
VONAME
- See Also:
-
VOMSES
- See Also:
-