Uses of Class
org.keycloak.models.UserConsentModel
Packages that use UserConsentModel
-
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