Uses of Interface
org.flowable.idm.api.TokenQuery
Packages that use TokenQuery
-
Uses of TokenQuery in org.flowable.idm.api
Methods in org.flowable.idm.api that return TokenQueryModifier and TypeMethodDescriptionIdmIdentityService.createTokenQuery()Creates aTokenQuerythat allows to programmatically query the tokens.Only selectTokens with the given ip address.TokenQuery.ipAddressLike(String ipAddressLike) Only selectTokens where the ip address matches the given parameter.TokenQuery.orderByTokenDate()Order by token date (needs to be followed byQuery.asc()orQuery.desc()).TokenQuery.orderByTokenId()Order by token id (needs to be followed byQuery.asc()orQuery.desc()).Only selectTokens with the given token data.TokenQuery.tokenDataLike(String tokenDataLike) Only selectTokens where the token data matches the given parameter.Only selectTokens that have a token date on the given date.TokenQuery.tokenDateAfter(Date after) Only selectTokens that have a token date after the given date.TokenQuery.tokenDateBefore(Date before) Only selectTokens that have a token date before the given date.Only selectTokens with the given id/Only selectTokens with the given ids/TokenQuery.tokenValue(String tokenValue) Only selectTokens with the given token value.Only selectTokens with the given user agent.TokenQuery.userAgentLike(String userAgentLike) Only selectTokens where the user agent matches the given parameter.Only selectTokens with the given user id.TokenQuery.userIdLike(String userIdLike) Only selectTokens where the user id matches the given parameter.