Class CachedClientRole
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.CachedRole
- 
- org.keycloak.models.cache.infinispan.entities.CachedClientRole
 
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- InClient,- InRealm,- Revisioned
 
 public class CachedClientRole extends CachedRole implements InClient - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Field Summary- 
Fields inherited from class org.keycloak.models.cache.infinispan.entities.CachedRolecomposite, composites, description, name, realm
 
- 
 - 
Constructor SummaryConstructors Constructor Description CachedClientRole(Long revision, String clientId, RoleModel model, RealmModel realm)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientId()- 
Methods inherited from class org.keycloak.models.cache.infinispan.entities.CachedRolegetAttributes, getComposites, getDescription, getName, getRealm, isComposite
 - 
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, toString, wait, wait, wait
 - 
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.RevisionedgetId, getRevision, setRevision
 
- 
 
- 
- 
- 
Constructor Detail- 
CachedClientRolepublic CachedClientRole(Long revision, String clientId, RoleModel model, RealmModel realm) 
 
- 
 - 
Method Detail- 
getClientIdpublic String getClientId() - Specified by:
- getClientIdin interface- InClient
 
 
- 
 
-