Class BasicAuthConstants
- java.lang.Object
-
- org.wso2.carbon.integrator.core.handler.BasicAuthConstants
-
public class BasicAuthConstants extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
HTTP_STATUS_CODE
static String
NO_ENTITY_BODY
static String
RESPONSE
static int
SC_FORBIDDEN
static int
SC_UNAUTHORIZED
static String
TRUE
static String
WWW_AUTH_METHOD
static String
WWW_AUTHENTICATE
-
Constructor Summary
Constructors Constructor Description BasicAuthConstants()
-
-
-
Field Detail
-
SC_UNAUTHORIZED
public static final int SC_UNAUTHORIZED
- See Also:
- Constant Field Values
-
SC_FORBIDDEN
public static final int SC_FORBIDDEN
- See Also:
- Constant Field Values
-
HTTP_STATUS_CODE
public static final String HTTP_STATUS_CODE
- See Also:
- Constant Field Values
-
RESPONSE
public static final String RESPONSE
- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
NO_ENTITY_BODY
public static final String NO_ENTITY_BODY
- See Also:
- Constant Field Values
-
WWW_AUTHENTICATE
public static final String WWW_AUTHENTICATE
- See Also:
- Constant Field Values
-
WWW_AUTH_METHOD
public static final String WWW_AUTH_METHOD
- See Also:
- Constant Field Values
-
-