Uses of Class
org.keycloak.models.map.user.UserConsentEntity
-
Packages that use UserConsentEntity Package Description org.keycloak.models.map.user -
-
Uses of UserConsentEntity in org.keycloak.models.map.user
Methods in org.keycloak.models.map.user that return UserConsentEntity Modifier and Type Method Description static UserConsentEntityUserConsentEntity. fromModel(UserConsentModel model)UserConsentEntityMapUserEntity. getUserConsent(String clientId)Methods in org.keycloak.models.map.user that return types with arguments of type UserConsentEntity Modifier and Type Method Description Stream<UserConsentEntity>MapUserEntity. getUserConsents()Methods in org.keycloak.models.map.user with parameters of type UserConsentEntity Modifier and Type Method Description voidMapUserEntity. addUserConsent(UserConsentEntity userConsentEntity)static UserConsentModelUserConsentEntity. toModel(RealmModel realm, UserConsentEntity entity)
-