Uses of Class
org.keycloak.models.UserConsentModel
- 
- 
Uses of UserConsentModel in org.keycloak.modelsMethods in org.keycloak.models that return UserConsentModel Modifier and Type Method Description UserConsentModelUserProvider. getConsentByClient(RealmModel realm, String userId, String clientInternalId)Returns UserConsentModel given by a user with the userId for the client with clientInternalIdMethods in org.keycloak.models that return types with arguments of type UserConsentModel Modifier and Type Method Description Stream<UserConsentModel>UserProvider. getConsentsStream(RealmModel realm, String userId)Obtains the consents associated with the user identified by the specifieduserId.Methods in org.keycloak.models with parameters of type UserConsentModel Modifier and Type Method Description voidUserProvider. addConsent(RealmModel realm, String userId, UserConsentModel consent)Add user consent for the user.voidUserProvider. updateConsent(RealmModel realm, String userId, UserConsentModel consent)Update client scopes in the stored user consent
- 
Uses of UserConsentModel in org.keycloak.models.cache.infinispanMethods in org.keycloak.models.cache.infinispan that return UserConsentModel Modifier and Type Method Description UserConsentModelUserCacheSession. getConsentByClient(RealmModel realm, String userId, String clientId)Methods in org.keycloak.models.cache.infinispan that return types with arguments of type UserConsentModel Modifier and Type Method Description Stream<UserConsentModel>UserCacheSession. getConsentsStream(RealmModel realm, String userId)Methods in org.keycloak.models.cache.infinispan with parameters of type UserConsentModel Modifier and Type Method Description voidUserCacheSession. addConsent(RealmModel realm, String userId, UserConsentModel consent)voidUserCacheSession. updateConsent(RealmModel realm, String userId, UserConsentModel consent)
- 
Uses of UserConsentModel in org.keycloak.models.cache.infinispan.entitiesConstructors in org.keycloak.models.cache.infinispan.entities with parameters of type UserConsentModel Constructor Description CachedUserConsent(UserConsentModel consentModel)
- 
Uses of UserConsentModel in org.keycloak.models.jpaMethods in org.keycloak.models.jpa that return UserConsentModel Modifier and Type Method Description UserConsentModelJpaUserProvider. getConsentByClient(RealmModel realm, String userId, String clientId)Methods in org.keycloak.models.jpa that return types with arguments of type UserConsentModel Modifier and Type Method Description Stream<UserConsentModel>JpaUserProvider. getConsentsStream(RealmModel realm, String userId)Methods in org.keycloak.models.jpa with parameters of type UserConsentModel Modifier and Type Method Description voidJpaUserProvider. addConsent(RealmModel realm, String userId, UserConsentModel consent)voidJpaUserProvider. updateConsent(RealmModel realm, String userId, UserConsentModel consent)
- 
Uses of UserConsentModel in org.keycloak.models.map.userMethods in org.keycloak.models.map.user that return UserConsentModel Modifier and Type Method Description UserConsentModelMapUserProvider. getConsentByClient(RealmModel realm, String userId, String clientInternalId)static UserConsentModelMapUserConsentEntity. toModel(RealmModel realm, MapUserConsentEntity entity)Methods in org.keycloak.models.map.user that return types with arguments of type UserConsentModel Modifier and Type Method Description Stream<UserConsentModel>MapUserProvider. getConsentsStream(RealmModel realm, String userId)Methods in org.keycloak.models.map.user with parameters of type UserConsentModel Modifier and Type Method Description voidMapUserProvider. addConsent(RealmModel realm, String userId, UserConsentModel consent)static MapUserConsentEntityMapUserConsentEntity. fromModel(UserConsentModel model)voidMapUserProvider. updateConsent(RealmModel realm, String userId, UserConsentModel consent)
- 
Uses of UserConsentModel in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return UserConsentModel Modifier and Type Method Description static UserConsentModelRepresentationToModel. toModel(RealmModel newRealm, UserConsentRepresentation consentRep)Methods in org.keycloak.models.utils with parameters of type UserConsentModel Modifier and Type Method Description static UserConsentRepresentationModelToRepresentation. toRepresentation(UserConsentModel model)
- 
Uses of UserConsentModel in org.keycloak.storageMethods in org.keycloak.storage that return UserConsentModel Modifier and Type Method Description UserConsentModelUserStorageManager. getConsentByClient(RealmModel realm, String userId, String clientInternalId)Methods in org.keycloak.storage that return types with arguments of type UserConsentModel Modifier and Type Method Description Stream<UserConsentModel>UserStorageManager. getConsentsStream(RealmModel realm, String userId)Methods in org.keycloak.storage with parameters of type UserConsentModel Modifier and Type Method Description voidUserStorageManager. addConsent(RealmModel realm, String userId, UserConsentModel consent)voidUserStorageManager. updateConsent(RealmModel realm, String userId, UserConsentModel consent)
- 
Uses of UserConsentModel in org.keycloak.storage.federatedMethods in org.keycloak.storage.federated that return UserConsentModel Modifier and Type Method Description UserConsentModelUserConsentFederatedStorage. getConsentByClient(RealmModel realm, String userId, String clientInternalId)Methods in org.keycloak.storage.federated that return types with arguments of type UserConsentModel Modifier and Type Method Description List<UserConsentModel>UserConsentFederatedStorage. getConsents(RealmModel realm, String userId)Deprecated.UsegetConsentsStreaminstead.default List<UserConsentModel>UserConsentFederatedStorage.Streams. getConsents(RealmModel realm, String userId)default Stream<UserConsentModel>UserConsentFederatedStorage. getConsentsStream(RealmModel realm, String userId)Obtains the consents associated with the federated user identified byuserId.Stream<UserConsentModel>UserConsentFederatedStorage.Streams. getConsentsStream(RealmModel realm, String userId)Methods in org.keycloak.storage.federated with parameters of type UserConsentModel Modifier and Type Method Description voidUserConsentFederatedStorage. addConsent(RealmModel realm, String userId, UserConsentModel consent)voidUserConsentFederatedStorage. updateConsent(RealmModel realm, String userId, UserConsentModel consent)
- 
Uses of UserConsentModel in org.keycloak.storage.jpaMethods in org.keycloak.storage.jpa that return UserConsentModel Modifier and Type Method Description UserConsentModelJpaUserFederatedStorageProvider. getConsentByClient(RealmModel realm, String userId, String clientInternalId)Methods in org.keycloak.storage.jpa that return types with arguments of type UserConsentModel Modifier and Type Method Description Stream<UserConsentModel>JpaUserFederatedStorageProvider. getConsentsStream(RealmModel realm, String userId)Methods in org.keycloak.storage.jpa with parameters of type UserConsentModel Modifier and Type Method Description voidJpaUserFederatedStorageProvider. addConsent(RealmModel realm, String userId, UserConsentModel consent)voidJpaUserFederatedStorageProvider. updateConsent(RealmModel realm, String userId, UserConsentModel consent)
 
-