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 String
getClientDbId()
Set<String>
getClientScopeIds()
Long
getCreatedDate()
Long
getLastUpdatedDate()
boolean
isNotExistent()
-
-
-
Constructor Detail
-
CachedUserConsent
public CachedUserConsent(UserConsentModel consentModel)
-
CachedUserConsent
public CachedUserConsent(String clientDbId)
-
-