Class UserListQuery
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.UserListQuery
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- InRealm,- Revisioned,- UserQuery
 
 public class UserListQuery extends AbstractRevisioned implements UserQuery - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description UserListQuery(Long revisioned, String id, RealmModel realm, String user)UserListQuery(Long revisioned, String id, RealmModel realm, Set<String> users)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetRealm()Set<String>getUsers()StringtoString()- 
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisionedgetCacheTimestamp, getId, getRevision, setRevision
 - 
Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.RevisionedgetId, getRevision, setRevision
 
- 
 
- 
- 
- 
Constructor Detail- 
UserListQuerypublic UserListQuery(Long revisioned, String id, RealmModel realm, Set<String> users) 
 - 
UserListQuerypublic UserListQuery(Long revisioned, String id, RealmModel realm, String user) 
 
- 
 
-