com.atlassian.crowd.search.query.entity.restriction.constants
Class TokenTermKeys

java.lang.Object
  extended by com.atlassian.crowd.search.query.entity.restriction.constants.TokenTermKeys

public class TokenTermKeys
extends Object


Field Summary
static Property<Long> DIRECTORY_ID
          Directory ID associated with token.
static Property<Long> LAST_ACCESSED_TIME
          Date the token was last accessed in milliseconds
static Property<String> NAME
          Username or application name associated with token.
static Property<Long> RANDOM_NUMBER
          Random number associated with token.
 
Constructor Summary
TokenTermKeys()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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.

Constructor Detail

TokenTermKeys

public TokenTermKeys()


Copyright © 2014 Atlassian. All Rights Reserved.