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