Class RealmListQuery
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.RealmListQuery
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- RealmQuery,- Revisioned
 
 public class RealmListQuery extends AbstractRevisioned implements RealmQuery - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description RealmListQuery(Long revision, String id, String realm)RealmListQuery(Long revision, String id, Set<String> realms)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>getRealms()- 
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisionedgetCacheTimestamp, getId, getRevision, setRevision
 
- 
 
-