Package org.wso2.carbon.apimgt.impl
Class APIConstants.DigestAuthConstants
- java.lang.Object
-
- org.wso2.carbon.apimgt.impl.APIConstants.DigestAuthConstants
-
- Enclosing class:
- APIConstants
public static class APIConstants.DigestAuthConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ALGORITHM
static String
AUTH
static String
AUTH_HEADER
static String
AUTH_INT
static String
BACKEND_URL
static String
CHARSET
static String
HTTP_METHOD
static String
INIT_NONCE_COUNT
static String
MD5
static String
MD5_SESS
static String
MESSAGE_BODY
static String
NONCE
static String
NONCE_COUNT
static String
OPAQUE
static String
POSTFIX
static String
QOP
static String
REALM
static String
UNAMEPASSWORD
-
-
-
Field Detail
-
REALM
public static final String REALM
- See Also:
- Constant Field Values
-
NONCE
public static final String NONCE
- See Also:
- Constant Field Values
-
ALGORITHM
public static final String ALGORITHM
- See Also:
- Constant Field Values
-
OPAQUE
public static final String OPAQUE
- See Also:
- Constant Field Values
-
QOP
public static final String QOP
- See Also:
- Constant Field Values
-
AUTH
public static final String AUTH
- See Also:
- Constant Field Values
-
AUTH_INT
public static final String AUTH_INT
- See Also:
- Constant Field Values
-
MD5
public static final String MD5
- See Also:
- Constant Field Values
-
MD5_SESS
public static final String MD5_SESS
- See Also:
- Constant Field Values
-
POSTFIX
public static final String POSTFIX
- See Also:
- Constant Field Values
-
HTTP_METHOD
public static final String HTTP_METHOD
- See Also:
- Constant Field Values
-
MESSAGE_BODY
public static final String MESSAGE_BODY
- See Also:
- Constant Field Values
-
UNAMEPASSWORD
public static final String UNAMEPASSWORD
- See Also:
- Constant Field Values
-
NONCE_COUNT
public static final String NONCE_COUNT
- See Also:
- Constant Field Values
-
INIT_NONCE_COUNT
public static final String INIT_NONCE_COUNT
- See Also:
- Constant Field Values
-
AUTH_HEADER
public static final String AUTH_HEADER
- See Also:
- Constant Field Values
-
BACKEND_URL
public static final String BACKEND_URL
- See Also:
- Constant Field Values
-
CHARSET
public static final String CHARSET
- See Also:
- Constant Field Values
-
-