com.atlassian.crowd.search.query.entity.restriction.constants
Class TokenTermKeys
java.lang.Object
com.atlassian.crowd.search.query.entity.restriction.constants.TokenTermKeys
public class TokenTermKeys
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final Property<String> NAME
- Username or application name associated with token.
LAST_ACCESSED_TIME
public static final Property<Long> LAST_ACCESSED_TIME
- Date the token was last accessed in milliseconds
- See Also:
Date.getTime()
DIRECTORY_ID
public static final Property<Long> DIRECTORY_ID
- Directory ID associated with token.
RANDOM_NUMBER
public static final Property<Long> RANDOM_NUMBER
- Random number associated with token.
TokenTermKeys
public TokenTermKeys()
Copyright © 2014 Atlassian. All Rights Reserved.