public interface Constants
Modifier and Type | Field and Description |
---|---|
static String |
API_VERSION
Current Rest API version.
|
static String |
APP_NAME
App name used in responses.
|
static String |
AUTH_CTLR_BASE_PATH
AuthController base path URI. |
static String |
AUTH_TOKEN_URI
Authentication token path URI.
|
static String |
CLI_CTLR_BASE_PATH
CliController base path URI. |
static String |
DEFAULT_DOMAIN
Default mgmt domain for keywhiz requests.
|
static String[] |
DEFAULT_SKIP_PATHS
Default paths to skip from security and authentication.
|
static String |
DEFAULT_TOKEN_TYPE
Default access token type (Eg: Bearer, JWT etc)
|
static String |
FAVICON_PATH
Favicon path, for browser agents.
|
static String |
GROUP_CTLR_BASE_PATH
GroupController base path URI. |
static final String APP_NAME
static final String API_VERSION
static final String AUTH_CTLR_BASE_PATH
AuthController
base path URI.static final String CLI_CTLR_BASE_PATH
CliController
base path URI.static final String AUTH_TOKEN_URI
static final String GROUP_CTLR_BASE_PATH
GroupController
base path URI.static final String FAVICON_PATH
static final String DEFAULT_DOMAIN
static final String DEFAULT_TOKEN_TYPE
static final String[] DEFAULT_SKIP_PATHS
Copyright © 2018 Walmart, Inc.. All rights reserved.