Class CachedRealmRole
- java.lang.Object
-
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
-
- org.keycloak.models.cache.infinispan.entities.CachedRole
-
- org.keycloak.models.cache.infinispan.entities.CachedRealmRole
-
- All Implemented Interfaces:
Serializable
,CachedObject
,InRealm
,Revisioned
public class CachedRealmRole extends CachedRole
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.keycloak.models.cache.infinispan.entities.CachedRole
composite, composites, description, name, realm
-
-
Constructor Summary
Constructors Constructor Description CachedRealmRole(Long revision, RoleModel model, RealmModel realm)
-
Method Summary
-
Methods inherited from class org.keycloak.models.cache.infinispan.entities.CachedRole
getAttributes, getComposites, getDescription, getName, getRealm, 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
-
CachedRealmRole
public CachedRealmRole(Long revision, RoleModel model, RealmModel realm)
-
-