Uses of Class
org.keycloak.models.cache.infinispan.entities.CachedUserConsent
-
Packages that use CachedUserConsent Package Description org.keycloak.models.cache.infinispan.entities -
-
Uses of CachedUserConsent in org.keycloak.models.cache.infinispan.entities
Methods in org.keycloak.models.cache.infinispan.entities that return types with arguments of type CachedUserConsent Modifier and Type Method Description HashMap<String,CachedUserConsent>
CachedUserConsents. getConsents()
Constructor parameters in org.keycloak.models.cache.infinispan.entities with type arguments of type CachedUserConsent Constructor Description CachedUserConsents(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents)
CachedUserConsents(Long revision, String id, RealmModel realm, List<CachedUserConsent> consents, boolean allConsents)
-