Package com.day.cq.security.util
Interface RequestConstants
-
public interface RequestConstantsDeprecated.cq 5.5
-
-
Field Summary
Fields Modifier and Type Field Description static StringENCODING_UTF_8Deprecated.static StringJSON_CONTENT_TYPEDeprecated.static StringJSON_EXTENSIONDeprecated.static StringJSON_INFINITYDeprecated.static StringPARAM_AUTHORIZABLEDeprecated.static StringPARAM_PATHDeprecated.static StringPROPERTY_AUTHORIZABLE_CATEGORYDeprecated.
-
-
-
Field Detail
-
JSON_INFINITY
static final String JSON_INFINITY
Deprecated.- See Also:
- Constant Field Values
-
JSON_EXTENSION
static final String JSON_EXTENSION
Deprecated.- See Also:
- Constant Field Values
-
JSON_CONTENT_TYPE
static final String JSON_CONTENT_TYPE
Deprecated.- See Also:
- Constant Field Values
-
ENCODING_UTF_8
static final String ENCODING_UTF_8
Deprecated.- See Also:
- Constant Field Values
-
PARAM_AUTHORIZABLE
static final String PARAM_AUTHORIZABLE
Deprecated.- See Also:
- Constant Field Values
-
PARAM_PATH
static final String PARAM_PATH
Deprecated.- See Also:
- Constant Field Values
-
PROPERTY_AUTHORIZABLE_CATEGORY
static final String PROPERTY_AUTHORIZABLE_CATEGORY
Deprecated.- See Also:
- Constant Field Values
-
-