| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils |
| Modifier and Type | Method and Description |
|---|---|
UserConsentModel |
UserModel.getConsentByClient(String clientInternalId) |
| Modifier and Type | Method and Description |
|---|---|
List<UserConsentModel> |
UserModel.getConsents() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModel.addConsent(UserConsentModel consent) |
void |
UserModel.updateConsent(UserConsentModel consent) |
| Modifier and Type | Method and Description |
|---|---|
UserConsentModel |
UserModelDelegate.getConsentByClient(String clientId) |
static UserConsentModel |
RepresentationToModel.toModel(RealmModel newRealm,
UserConsentRepresentation consentRep) |
| Modifier and Type | Method and Description |
|---|---|
List<UserConsentModel> |
UserModelDelegate.getConsents() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserModelDelegate.addConsent(UserConsentModel consent) |
static UserConsentRepresentation |
ModelToRepresentation.toRepresentation(UserConsentModel model) |
void |
UserModelDelegate.updateConsent(UserConsentModel consent) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.