Interface WebConstants
-
public interface WebConstants
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
WebConstants.ENTITY_TYPES
static class
WebConstants.GRANT_TYPES
static class
WebConstants.RESP_MODES
static class
WebConstants.RESP_TYPES
-
Field Summary
Fields Modifier and Type Field Description static String
ACCESS_TOKEN
static String
AUTHENTICATION_SERVER_URI
static String
AUTHORIZATION
static String
BASIC
static String
BEARER
static String
CALLER
static String
CLIENT_ID
static String
CLIENT_SECRET
static String
CODE
static String
GRANT_TYPE
static int
HTTP_BAD_REQUEST
static int
HTTP_FORBIDDEN
static int
HTTP_NOT_FOUND
static int
HTTP_OK
static int
HTTP_REDIRECTED
static int
HTTP_UNAUTHORIZED
static String
JSON_CONTENT
static String
PASSWORD
static String
REDIRECT_URI
static String
REFRESH_TOKEN
static String
RESOURCE_SERVER_URI
static String
RESPONSE_MODE
static String
RESPONSE_TYPE
static String
SCOPE
static String
URL_ENCODED_CONTENT
static String
USERNAME
static String
XML_CONTENT
-
-
-
Field Detail
-
ACCESS_TOKEN
static final String ACCESS_TOKEN
- See Also:
- Constant Field Values
-
CLIENT_ID
static final String CLIENT_ID
- See Also:
- Constant Field Values
-
CLIENT_SECRET
static final String CLIENT_SECRET
- See Also:
- Constant Field Values
-
REFRESH_TOKEN
static final String REFRESH_TOKEN
- See Also:
- Constant Field Values
-
USERNAME
static final String USERNAME
- See Also:
- Constant Field Values
-
PASSWORD
static final String PASSWORD
- See Also:
- Constant Field Values
-
CODE
static final String CODE
- See Also:
- Constant Field Values
-
CALLER
static final String CALLER
- See Also:
- Constant Field Values
-
AUTHENTICATION_SERVER_URI
static final String AUTHENTICATION_SERVER_URI
- See Also:
- Constant Field Values
-
RESOURCE_SERVER_URI
static final String RESOURCE_SERVER_URI
- See Also:
- Constant Field Values
-
GRANT_TYPE
static final String GRANT_TYPE
- See Also:
- Constant Field Values
-
REDIRECT_URI
static final String REDIRECT_URI
- See Also:
- Constant Field Values
-
RESPONSE_TYPE
static final String RESPONSE_TYPE
- See Also:
- Constant Field Values
-
RESPONSE_MODE
static final String RESPONSE_MODE
- See Also:
- Constant Field Values
-
SCOPE
static final String SCOPE
- See Also:
- Constant Field Values
-
AUTHORIZATION
static final String AUTHORIZATION
- See Also:
- Constant Field Values
-
BEARER
static final String BEARER
- See Also:
- Constant Field Values
-
BASIC
static final String BASIC
- See Also:
- Constant Field Values
-
JSON_CONTENT
static final String JSON_CONTENT
- See Also:
- Constant Field Values
-
XML_CONTENT
static final String XML_CONTENT
- See Also:
- Constant Field Values
-
URL_ENCODED_CONTENT
static final String URL_ENCODED_CONTENT
- See Also:
- Constant Field Values
-
HTTP_OK
static final int HTTP_OK
- See Also:
- Constant Field Values
-
HTTP_REDIRECTED
static final int HTTP_REDIRECTED
- See Also:
- Constant Field Values
-
HTTP_BAD_REQUEST
static final int HTTP_BAD_REQUEST
- See Also:
- Constant Field Values
-
HTTP_FORBIDDEN
static final int HTTP_FORBIDDEN
- See Also:
- Constant Field Values
-
HTTP_UNAUTHORIZED
static final int HTTP_UNAUTHORIZED
- See Also:
- Constant Field Values
-
HTTP_NOT_FOUND
static final int HTTP_NOT_FOUND
- See Also:
- Constant Field Values
-
-