Class CachedUserConsents
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.AbstractRevisioned
- 
- org.keycloak.models.cache.infinispan.entities.CachedUserConsents
 
 
- 
- All Implemented Interfaces:
- Serializable,- CachedObject,- InRealm,- Revisioned
 
 public class CachedUserConsents extends AbstractRevisioned implements InRealm - Version:
- $Revision: 1 $
- Author:
- Bill Burke
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description CachedUserConsents(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents)CachedUserConsents(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents, boolean allConsents)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description HashMap<String,CachedUserConsent>getConsents()StringgetRealm()booleanisAllConsents()- 
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- 
CachedUserConsentspublic CachedUserConsents(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents) 
 - 
CachedUserConsentspublic CachedUserConsents(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents, boolean allConsents) 
 
- 
 
-