Uses of Interface
org.keycloak.storage.UserStorageManager.PaginatedQuery
Packages that use UserStorageManager.PaginatedQuery
-
Uses of UserStorageManager.PaginatedQuery in org.keycloak.storage
Methods in org.keycloak.storage with parameters of type UserStorageManager.PaginatedQueryModifier and TypeMethodDescriptionUserStorageManager.query(UserStorageManager.PaginatedQuery pagedQuery, RealmModel realm, Integer firstResult, Integer maxResults) UserStorageManager.query(UserStorageManager.PaginatedQuery pagedQuery, UserStorageManager.CountQuery countQuery, RealmModel realm, Integer firstResult, Integer maxResults, boolean requiresFederatedStorage)