Class CachedUserConsent
- java.lang.Object
- 
- org.keycloak.models.cache.infinispan.entities.CachedUserConsent
 
- 
 public class CachedUserConsent extends Object - Author:
- Marek Posolda
 
- 
- 
Constructor SummaryConstructors Constructor Description CachedUserConsent(String clientDbId)CachedUserConsent(UserConsentModel consentModel)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClientDbId()Set<String>getClientScopeIds()LonggetCreatedDate()LonggetLastUpdatedDate()booleanisNotExistent()
 
- 
- 
- 
Constructor Detail- 
CachedUserConsentpublic CachedUserConsent(UserConsentModel consentModel) 
 - 
CachedUserConsentpublic CachedUserConsent(String clientDbId) 
 
- 
 
-