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

public class TokenTermKeys extends Object
  • Field Details

    • 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:
    • 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 Details

    • TokenTermKeys

      public TokenTermKeys()