Class RoleListQuery
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.entities.RoleListQuery
- All Implemented Interfaces:
CachedObject
,InClient
,InRealm
,Revisioned
,RoleQuery
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorDescriptionRoleListQuery
(Long revisioned, String id, RealmModel realm, String role) RoleListQuery
(Long revision, String id, RealmModel realm, String role, String client) RoleListQuery
(Long revisioned, String id, RealmModel realm, Set<String> roles) RoleListQuery
(Long revision, String id, RealmModel realm, Set<String> roles, String client) -
Method Summary
Methods inherited from class org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
getCacheTimestamp, getId, getRevision, setRevision
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
Constructor Details
-
RoleListQuery
-
RoleListQuery
-
RoleListQuery
-
RoleListQuery
-
-
Method Details