Class GroupListQuery
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.GroupListQuery
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- GroupQuery,- InRealm,- Revisioned
 
 public class GroupListQuery extends AbstractRevisioned implements GroupQuery - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description GroupListQuery(Long revisioned, String id, RealmModel realm, Set<String> groups)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getGroups()StringgetRealm()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- 
GroupListQuerypublic GroupListQuery(Long revisioned, String id, RealmModel realm, Set<String> groups) 
 
- 
 
-