Class CachedMembership
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.organization.CachedMembership
- All Implemented Interfaces:
CachedObject
,InRealm
,Revisioned
-
Constructor Summary
ConstructorDescriptionCachedMembership
(Long revision, String key, RealmModel realm, boolean managed, boolean isMember) -
Method Summary
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 Details
-
CachedMembership
public CachedMembership(Long revision, String key, RealmModel realm, boolean managed, boolean isMember)
-
-
Method Details