Uses of Class
org.keycloak.models.UserConsentModel
-
Packages that use UserConsentModel Package Description org.keycloak.models org.keycloak.storage.federated -
-
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 List<UserConsentModel>UserProvider. getConsents(RealmModel realm, String userId)Deprecated.UsegetConsentsStreaminstead.default List<UserConsentModel>UserProvider.Streams. getConsents(RealmModel realm, String userId)default Stream<UserConsentModel>UserProvider. getConsentsStream(RealmModel realm, String userId)Obtains the consents associated with the user identified by the specifieduserId.Stream<UserConsentModel>UserProvider.Streams. getConsentsStream(RealmModel realm, String userId)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.storage.federated
Methods 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)
-