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 SummaryConstructors 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 SummaryAll 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.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- 
RoleListQuerypublic RoleListQuery(Long revisioned, String id, RealmModel realm, Set<String> roles) 
 - 
RoleListQuerypublic RoleListQuery(Long revisioned, String id, RealmModel realm, String role) 
 - 
RoleListQuerypublic RoleListQuery(Long revision, String id, RealmModel realm, Set<String> roles, String client) 
 - 
RoleListQuerypublic RoleListQuery(Long revision, String id, RealmModel realm, String role, String client) 
 
- 
 - 
Method Detail- 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- InClient
 
 
- 
 
-