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 TypeMethodDescriptionvoid
UserProvider.addConsent
(RealmModel realm, String userId, UserConsentModel consent) Add user consent for the user.void
UserProvider.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 TypeMethodDescriptionvoid
UserCacheSession.addConsent
(RealmModel realm, String userId, UserConsentModel consent) void
UserCacheSession.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 TypeMethodDescriptionvoid
JpaUserProvider.addConsent
(RealmModel realm, String userId, UserConsentModel consent) void
JpaUserProvider.updateConsent
(RealmModel realm, String userId, UserConsentModel consent) -
Uses of UserConsentModel in org.keycloak.models.light
Methods in org.keycloak.models.light that return UserConsentModelModifier and TypeMethodDescriptionLightweightUserAdapter.getConsentByClient
(String clientInternalId) Methods in org.keycloak.models.light that return types with arguments of type UserConsentModelMethods in org.keycloak.models.light with parameters of type UserConsentModelModifier and TypeMethodDescriptionvoid
LightweightUserAdapter.addConsent
(UserConsentModel consent) void
LightweightUserAdapter.updateConsent
(UserConsentModel consent) -
Uses of UserConsentModel in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return UserConsentModelModifier and TypeMethodDescriptionstatic UserConsentModel
RepresentationToModel.toModel
(RealmModel newRealm, UserConsentRepresentation consentRep) Methods in org.keycloak.models.utils with parameters of type UserConsentModelModifier and TypeMethodDescriptionstatic UserConsentRepresentation
ModelToRepresentation.toRepresentation
(UserConsentModel model) -
Uses of UserConsentModel in org.keycloak.services.managers
Methods in org.keycloak.services.managers that return UserConsentModelModifier and TypeMethodDescriptionstatic UserConsentModel
UserConsentManager.getConsentByClient
(KeycloakSession session, RealmModel realm, UserModel user, String clientInternalId) Returns UserConsentModel given by a user for the client with clientInternalIdMethods in org.keycloak.services.managers that return types with arguments of type UserConsentModelModifier and TypeMethodDescriptionstatic Stream<UserConsentModel>
UserConsentManager.getConsentsStream
(KeycloakSession session, RealmModel realm, UserModel user) Obtains the consents associated with the userMethods in org.keycloak.services.managers with parameters of type UserConsentModelModifier and TypeMethodDescriptionstatic void
UserConsentManager.addConsent
(KeycloakSession session, RealmModel realm, UserModel user, UserConsentModel consent) Add user consent for the user.static void
UserConsentManager.updateConsent
(KeycloakSession session, RealmModel realm, UserModel user, UserConsentModel consent) Update client scopes in the stored user consent -
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 TypeMethodDescriptionvoid
UserStorageManager.addConsent
(RealmModel realm, String userId, UserConsentModel consent) void
UserStorageManager.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 TypeMethodDescriptionvoid
UserConsentFederatedStorage.addConsent
(RealmModel realm, String userId, UserConsentModel consent) void
UserConsentFederatedStorage.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 TypeMethodDescriptionvoid
JpaUserFederatedStorageProvider.addConsent
(RealmModel realm, String userId, UserConsentModel consent) void
JpaUserFederatedStorageProvider.updateConsent
(RealmModel realm, String userId, UserConsentModel consent)