Class RoleListQuery
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.entities.RoleListQuery
-
- All Implemented Interfaces:
Serializable,CachedObject,InClient,InRealm,Revisioned,RoleQuery
public class RoleListQuery extends AbstractRevisioned implements RoleQuery, InClient
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description RoleListQuery(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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()StringgetRealm()Set<String>getRoles()StringtoString()-
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 Detail
-
RoleListQuery
public RoleListQuery(Long revisioned, String id, RealmModel realm, Set<String> roles)
-
RoleListQuery
public RoleListQuery(Long revisioned, String id, RealmModel realm, String role)
-
RoleListQuery
public RoleListQuery(Long revision, String id, RealmModel realm, Set<String> roles, String client)
-
RoleListQuery
public RoleListQuery(Long revision, String id, RealmModel realm, String role, String client)
-
-
Method Detail
-
getClientId
public String getClientId()
- Specified by:
getClientIdin interfaceInClient
-
-