Package | Description |
---|---|
org.keycloak.models | |
org.keycloak.storage.federated |
Modifier and Type | Method and Description |
---|---|
UserConsentModel |
UserProvider.getConsentByClient(RealmModel realm,
String userId,
String clientInternalId) |
Modifier and Type | Method and Description |
---|---|
List<UserConsentModel> |
UserProvider.getConsents(RealmModel realm,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
UserProvider.addConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
void |
UserProvider.updateConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
Modifier and Type | Method and Description |
---|---|
UserConsentModel |
UserConsentFederatedStorage.getConsentByClient(RealmModel realm,
String userId,
String clientInternalId) |
Modifier and Type | Method and Description |
---|---|
List<UserConsentModel> |
UserConsentFederatedStorage.getConsents(RealmModel realm,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
UserConsentFederatedStorage.addConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
void |
UserConsentFederatedStorage.updateConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.