Interface TokenQuery

    • Method Detail

      • tokenValue

        TokenQuery tokenValue​(String tokenValue)
        Only select Tokens with the given token value.
      • tokenDate

        TokenQuery tokenDate​(Date tokenDate)
        Only select Tokens that have a token date on the given date.
      • tokenDateBefore

        TokenQuery tokenDateBefore​(Date before)
        Only select Tokens that have a token date before the given date.
      • tokenDateAfter

        TokenQuery tokenDateAfter​(Date after)
        Only select Tokens that have a token date after the given date.
      • ipAddressLike

        TokenQuery ipAddressLike​(String ipAddressLike)
        Only select Tokens where the ip address matches the given parameter. The syntax is that of SQL, eg. %127%.
      • userAgentLike

        TokenQuery userAgentLike​(String userAgentLike)
        Only select Tokens where the user agent matches the given parameter. The syntax is that of SQL, eg. %chrome%.
      • userIdLike

        TokenQuery userIdLike​(String userIdLike)
        Only select Tokens where the user id matches the given parameter. The syntax is that of SQL, eg. %test%.
      • tokenDataLike

        TokenQuery tokenDataLike​(String tokenDataLike)
        Only select Tokens where the token data matches the given parameter. The syntax is that of SQL, eg. %test%.