| Package | Description |
|---|---|
| org.keycloak.models.map.user |
| Modifier and Type | Method and Description |
|---|---|
static UserConsentEntity |
UserConsentEntity.fromModel(UserConsentModel model) |
UserConsentEntity |
MapUserEntity.getUserConsent(String clientId) |
| Modifier and Type | Method and Description |
|---|---|
Stream<UserConsentEntity> |
MapUserEntity.getUserConsents() |
| Modifier and Type | Method and Description |
|---|---|
void |
MapUserEntity.addUserConsent(UserConsentEntity userConsentEntity) |
static UserConsentModel |
UserConsentEntity.toModel(RealmModel realm,
UserConsentEntity entity) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.