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 java.lang.Object


Field Summary
static Property<java.lang.Long> DIRECTORY_ID
          Directory ID associated with token.
static Property<java.util.Date> LAST_ACCESSED_DATE
          Date the token was last accessed.
static Property<java.lang.String> NAME
          Username or application name associated with token.
static Property<java.lang.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<java.lang.String> NAME
Username or application name associated with token.


LAST_ACCESSED_DATE

public static final Property<java.util.Date> LAST_ACCESSED_DATE
Date the token was last accessed.


DIRECTORY_ID

public static final Property<java.lang.Long> DIRECTORY_ID
Directory ID associated with token.


RANDOM_NUMBER

public static final Property<java.lang.Long> RANDOM_NUMBER
Random number associated with token.

Constructor Detail

TokenTermKeys

public TokenTermKeys()


Copyright © 2012 Atlassian. All Rights Reserved.