Class AuthenticatedTokenQuery
java.lang.Object
com.atlassian.crowd.search.query.entity.EntityQuery<AuthenticationToken>
com.atlassian.crowd.search.query.entity.AuthenticatedTokenQuery
- All Implemented Interfaces:
Query<AuthenticationToken>
-
Field Summary
Fields inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
ALL_RESULTS, MAX_MAX_RESULTS
-
Constructor Summary
ConstructorDescriptionAuthenticatedTokenQuery
(SearchRestriction searchRestriction, int startIndex, int maxResults) -
Method Summary
Methods inherited from class com.atlassian.crowd.search.query.entity.EntityQuery
addToMaxResults, addToMaxResults, allResultsToLongMax, baseSplitQuery, equals, getEntityDescriptor, getMaxResults, getReturnType, getSearchRestriction, getStartIndex, hasAllResults, hashCode, splitOrRestrictionIfNeeded, toString, withAllResults, withMaxResults, withReturnType, withSearchRestriction, withStartIndex, withStartIndexAndMaxResults
-
Constructor Details
-
AuthenticatedTokenQuery
-