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 Summary
Constructors Constructor Description RealmListQuery(Long revision, String id, String realm)
RealmListQuery(Long revision, String id, Set<String> realms)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Set<String>
getRealms()
-
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
-
-