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