Interface TokenConstants
-
public interface TokenConstants
-
-
Field Summary
Fields Modifier and Type Field Description static Set<String>RESERVED_ATTRIBUTESstatic StringTOKEN_ATTRIBUTEConstant for the token attribute passed with valid simple credentials to trigger the generation of a new token.static StringTOKEN_ATTRIBUTE_DO_CREATEValue of theTOKEN_ATTRIBUTEproperty to trigger the creation of a new token.static StringTOKEN_ATTRIBUTE_EXPIRYstatic StringTOKEN_ATTRIBUTE_KEYstatic StringTOKEN_NT_NAMEstatic Set<String>TOKEN_PROPERTY_NAMESstatic StringTOKEN_SKIP_REFRESHFlag set on the TokenCredentials to skip refreshing the token expiration timestatic StringTOKENS_NODE_NAMEstatic StringTOKENS_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_ATTRIBUTEproperty to trigger the creation of a new token.- See Also:
- Constant Field Values
-
-