Class UserListQuery
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.entities.UserListQuery
- All Implemented Interfaces:
CachedObject,InRealm,Revisioned,UserQuery
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorsConstructorDescriptionUserListQuery(long revisioned, String id, RealmModel realm, String userId) UserListQuery(long revisioned, String id, RealmModel realm, Set<String> users) Deprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevisionMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
Constructor Details
-
UserListQuery
@Deprecated(forRemoval=true, since="26.5") public UserListQuery(long revisioned, String id, RealmModel realm, Set<String> users) Deprecated, for removal: This API element is subject to removal in a future version. -
UserListQuery
-
-
Method Details