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 Summary
Fields Modifier and Type Field Description protected boolean
composite
protected Set<String>
composites
protected String
description
protected String
name
protected String
realm
-
Constructor Summary
Constructors Constructor Description CachedRole(Long revision, RoleModel model, RealmModel realm)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MultivaluedHashMap<String,String>
getAttributes(Supplier<RoleModel> roleModel)
Set<String>
getComposites()
String
getDescription()
String
getName()
String
getRealm()
boolean
isComposite()
-
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, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.models.cache.infinispan.entities.Revisioned
getId, getRevision, setRevision
-
-
-
-
Constructor Detail
-
CachedRole
public CachedRole(Long revision, RoleModel model, RealmModel realm)
-
-