Class CachedRole
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.CachedRole
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- InRealm,- Revisioned
 - Direct Known Subclasses:
- CachedClientRole,- CachedRealmRole
 
 public class CachedRole extends AbstractRevisioned implements InRealm - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected booleancompositeprotected Set<String>compositesprotected Stringdescriptionprotected Stringnameprotected Stringrealm
 - 
Constructor SummaryConstructors Constructor Description CachedRole(Long revision, RoleModel model, RealmModel realm)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description MultivaluedHashMap<String,String>getAttributes(Supplier<RoleModel> roleModel)Set<String>getComposites()StringgetDescription()StringgetName()StringgetRealm()booleanisComposite()- 
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- 
CachedRolepublic CachedRole(Long revision, RoleModel model, RealmModel realm) 
 
- 
 
-