Class TokenTermKeys
java.lang.Object
com.atlassian.crowd.search.query.entity.restriction.constants.TokenTermKeys
-
Field Summary
Modifier and TypeFieldDescriptionDirectory ID associated with token.Date the token was last accessed in millisecondsUsername or application name associated with token.Random number associated with token. -
Constructor Summary
-
Method Summary
-
Field Details
-
NAME
Username or application name associated with token. -
LAST_ACCESSED_TIME
Date the token was last accessed in milliseconds- See Also:
-
DIRECTORY_ID
Directory ID associated with token. -
RANDOM_NUMBER
Random number associated with token.
-
-
Constructor Details
-
TokenTermKeys
public TokenTermKeys()
-