Package org.duracloud.common.constant
Class Constants
- java.lang.Object
-
- org.duracloud.common.constant.Constants
-
public class Constants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringACCOUNT_ID_ATTRIBUTEThe name of the http request attribute containing the account id (ie subdomain) indicated in the caller's URL.static StringCLIENT_VERSION_HEADERAn http header sent by the client that indicates the version of the client.static StringHEADER_PREFIXstatic StringHIDDEN_COOKIE_SPACEThe name of the space used for storing transient token to signed cookie mappings.static StringMEDIA_TYPE_APPLICATION_JSONstatic StringRESTORE_ID_PROPThe property value set on a space to indicate that it is a restored snapshot.static StringSERVER_HOSTstatic StringSERVER_PORTstatic StringSNAPSHOT_ID_PROPThe property value set on a space to indicate that a snapshot is in processstatic StringSNAPSHOT_METADATA_SPACEContent ID used to define a space snapshotstatic StringSNAPSHOT_PROPS_FILENAMEContent ID used to define a space snapshotstatic StringSWIFT_EXPIRE_OBJECT_HEADERHeader used to expire objects in Swift.static List<String>SYSTEM_SPACESThis structure defines the system managed spaces.static StringTEXT_TSVMime types
-
-
-
Field Detail
-
HEADER_PREFIX
public static final String HEADER_PREFIX
- See Also:
- Constant Field Values
-
CLIENT_VERSION_HEADER
public static final String CLIENT_VERSION_HEADER
An http header sent by the client that indicates the version of the client.- See Also:
- Constant Field Values
-
SNAPSHOT_METADATA_SPACE
public static final String SNAPSHOT_METADATA_SPACE
Content ID used to define a space snapshot- See Also:
- Constant Field Values
-
SYSTEM_SPACES
public static final List<String> SYSTEM_SPACES
This structure defines the system managed spaces.
-
TEXT_TSV
public static final String TEXT_TSV
Mime types- See Also:
- Constant Field Values
-
MEDIA_TYPE_APPLICATION_JSON
public static final String MEDIA_TYPE_APPLICATION_JSON
- See Also:
- Constant Field Values
-
SNAPSHOT_PROPS_FILENAME
public static final String SNAPSHOT_PROPS_FILENAME
Content ID used to define a space snapshot- See Also:
- Constant Field Values
-
SNAPSHOT_ID_PROP
public static final String SNAPSHOT_ID_PROP
The property value set on a space to indicate that a snapshot is in process- See Also:
- Constant Field Values
-
RESTORE_ID_PROP
public static final String RESTORE_ID_PROP
The property value set on a space to indicate that it is a restored snapshot.- See Also:
- Constant Field Values
-
ACCOUNT_ID_ATTRIBUTE
public static final String ACCOUNT_ID_ATTRIBUTE
The name of the http request attribute containing the account id (ie subdomain) indicated in the caller's URL.- See Also:
- Constant Field Values
-
SERVER_HOST
public static final String SERVER_HOST
- See Also:
- Constant Field Values
-
SERVER_PORT
public static final String SERVER_PORT
- See Also:
- Constant Field Values
-
HIDDEN_COOKIE_SPACE
public static final String HIDDEN_COOKIE_SPACE
The name of the space used for storing transient token to signed cookie mappings.- See Also:
- Constant Field Values
-
SWIFT_EXPIRE_OBJECT_HEADER
public static final String SWIFT_EXPIRE_OBJECT_HEADER
Header used to expire objects in Swift.- See Also:
- Constant Field Values
-
-