Class CachedUserConsents
java.lang.Object
org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
org.keycloak.models.cache.infinispan.entities.CachedUserConsents
- All Implemented Interfaces:
CachedObject
,InRealm
,Revisioned
- Version:
- $Revision: 1 $
- Author:
- Bill Burke
-
Constructor Summary
ConstructorDescriptionCachedUserConsents
(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents) CachedUserConsents
(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents, boolean allConsents) -
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
-
CachedUserConsents
public CachedUserConsents(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents) -
CachedUserConsents
public CachedUserConsents(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents, boolean allConsents)
-
-
Method Details