Interface TokenConstants
-
public interface TokenConstants
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>
RESERVED_ATTRIBUTES
static String
TOKEN_ATTRIBUTE
Constant for the token attribute passed with valid simple credentials to trigger the generation of a new token.static String
TOKEN_ATTRIBUTE_DO_CREATE
Value of theTOKEN_ATTRIBUTE
property to trigger the creation of a new token.static String
TOKEN_ATTRIBUTE_EXPIRY
static String
TOKEN_ATTRIBUTE_KEY
static String
TOKEN_NT_NAME
static Set<String>
TOKEN_PROPERTY_NAMES
static String
TOKEN_SKIP_REFRESH
Flag set on the TokenCredentials to skip refreshing the token expiration timestatic String
TOKENS_NODE_NAME
static String
TOKENS_NT_NAME
-
-
-
Field Detail
-
TOKEN_ATTRIBUTE
static final String TOKEN_ATTRIBUTE
Constant for the token attribute passed with valid simple credentials to trigger the generation of a new token.- See Also:
- Constant Field Values
-
TOKEN_ATTRIBUTE_EXPIRY
static final String TOKEN_ATTRIBUTE_EXPIRY
- See Also:
- Constant Field Values
-
TOKEN_ATTRIBUTE_KEY
static final String TOKEN_ATTRIBUTE_KEY
- See Also:
- Constant Field Values
-
TOKENS_NODE_NAME
static final String TOKENS_NODE_NAME
- See Also:
- Constant Field Values
-
TOKENS_NT_NAME
static final String TOKENS_NT_NAME
- See Also:
- Constant Field Values
-
TOKEN_NT_NAME
static final String TOKEN_NT_NAME
- See Also:
- Constant Field Values
-
TOKEN_SKIP_REFRESH
static final String TOKEN_SKIP_REFRESH
Flag set on the TokenCredentials to skip refreshing the token expiration time- See Also:
- Constant Field Values
-
TOKEN_ATTRIBUTE_DO_CREATE
static final String TOKEN_ATTRIBUTE_DO_CREATE
Value of theTOKEN_ATTRIBUTE
property to trigger the creation of a new token.- See Also:
- Constant Field Values
-
-