Uses of Class
org.keycloak.models.UserConsentModel
Packages that use UserConsentModel
Package
Description
-
Uses of UserConsentModel in org.keycloak.models
Methods in org.keycloak.models that return UserConsentModelModifier and TypeMethodDescriptionUserProvider.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 UserConsentModelModifier and TypeMethodDescriptionUserProvider.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 UserConsentModelModifier and TypeMethodDescriptionvoidUserProvider.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.infinispan
Methods in org.keycloak.models.cache.infinispan that return UserConsentModelModifier and TypeMethodDescriptionUserCacheSession.getConsentByClient(RealmModel realm, String userId, String clientId) Methods in org.keycloak.models.cache.infinispan that return types with arguments of type UserConsentModelModifier and TypeMethodDescriptionUserCacheSession.getConsentsStream(RealmModel realm, String userId) Methods in org.keycloak.models.cache.infinispan with parameters of type UserConsentModelModifier and TypeMethodDescriptionvoidUserCacheSession.addConsent(RealmModel realm, String userId, UserConsentModel consent) voidUserCacheSession.updateConsent(RealmModel realm, String userId, UserConsentModel consent) -
Uses of UserConsentModel in org.keycloak.models.cache.infinispan.entities
Constructors in org.keycloak.models.cache.infinispan.entities with parameters of type UserConsentModel -
Uses of UserConsentModel in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa that return UserConsentModelModifier and TypeMethodDescriptionJpaUserProvider.getConsentByClient(RealmModel realm, String userId, String clientId) Methods in org.keycloak.models.jpa that return types with arguments of type UserConsentModelModifier and TypeMethodDescriptionJpaUserProvider.getConsentsStream(RealmModel realm, String userId) Methods in org.keycloak.models.jpa with parameters of type UserConsentModelModifier and TypeMethodDescriptionvoidJpaUserProvider.addConsent(RealmModel realm, String userId, UserConsentModel consent) voidJpaUserProvider.updateConsent(RealmModel realm, String userId, UserConsentModel consent) -
Uses of UserConsentModel in org.keycloak.models.map.user
Methods in org.keycloak.models.map.user that return UserConsentModelModifier and TypeMethodDescriptionMapUserProvider.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 UserConsentModelModifier and TypeMethodDescriptionMapUserProvider.getConsentsStream(RealmModel realm, String userId) Methods in org.keycloak.models.map.user with parameters of type UserConsentModelModifier and TypeMethodDescriptionvoidMapUserProvider.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.utils
Methods in org.keycloak.models.utils that return UserConsentModelModifier and TypeMethodDescriptionstatic UserConsentModelRepresentationToModel.toModel(RealmModel newRealm, UserConsentRepresentation consentRep) Methods in org.keycloak.models.utils with parameters of type UserConsentModelModifier and TypeMethodDescriptionstatic UserConsentRepresentationModelToRepresentation.toRepresentation(UserConsentModel model) -
Uses of UserConsentModel in org.keycloak.storage
Methods in org.keycloak.storage that return UserConsentModelModifier and TypeMethodDescriptionUserStorageManager.getConsentByClient(RealmModel realm, String userId, String clientInternalId) Methods in org.keycloak.storage that return types with arguments of type UserConsentModelModifier and TypeMethodDescriptionUserStorageManager.getConsentsStream(RealmModel realm, String userId) Methods in org.keycloak.storage with parameters of type UserConsentModelModifier and TypeMethodDescriptionvoidUserStorageManager.addConsent(RealmModel realm, String userId, UserConsentModel consent) voidUserStorageManager.updateConsent(RealmModel realm, String userId, UserConsentModel consent) -
Uses of UserConsentModel in org.keycloak.storage.federated
Methods in org.keycloak.storage.federated that return UserConsentModelModifier and TypeMethodDescriptionUserConsentFederatedStorage.getConsentByClient(RealmModel realm, String userId, String clientInternalId) Methods in org.keycloak.storage.federated that return types with arguments of type UserConsentModelModifier and TypeMethodDescriptionUserConsentFederatedStorage.getConsentsStream(RealmModel realm, String userId) Obtains the consents associated with the federated user identified byuserId.Methods in org.keycloak.storage.federated with parameters of type UserConsentModelModifier and TypeMethodDescriptionvoidUserConsentFederatedStorage.addConsent(RealmModel realm, String userId, UserConsentModel consent) voidUserConsentFederatedStorage.updateConsent(RealmModel realm, String userId, UserConsentModel consent) -
Uses of UserConsentModel in org.keycloak.storage.jpa
Methods in org.keycloak.storage.jpa that return UserConsentModelModifier and TypeMethodDescriptionJpaUserFederatedStorageProvider.getConsentByClient(RealmModel realm, String userId, String clientInternalId) Methods in org.keycloak.storage.jpa that return types with arguments of type UserConsentModelModifier and TypeMethodDescriptionJpaUserFederatedStorageProvider.getConsentsStream(RealmModel realm, String userId) Methods in org.keycloak.storage.jpa with parameters of type UserConsentModelModifier and TypeMethodDescriptionvoidJpaUserFederatedStorageProvider.addConsent(RealmModel realm, String userId, UserConsentModel consent) voidJpaUserFederatedStorageProvider.updateConsent(RealmModel realm, String userId, UserConsentModel consent)