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