Modifier and Type | Method and Description |
---|---|
UserConsentModel |
UserProvider.getConsentByClient(RealmModel realm,
UserModel user,
String clientInternalId) |
UserConsentModel |
UserFederationManager.getConsentByClient(RealmModel realm,
UserModel user,
String clientInternalId) |
Modifier and Type | Method and Description |
---|---|
List<UserConsentModel> |
UserProvider.getConsents(RealmModel realm,
UserModel user) |
List<UserConsentModel> |
UserFederationManager.getConsents(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
UserProvider.addConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
void |
UserFederationManager.addConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
void |
UserProvider.updateConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
void |
UserFederationManager.updateConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
Modifier and Type | Method and Description |
---|---|
UserConsentModel |
UserCacheSession.getConsentByClient(RealmModel realm,
UserModel user,
String clientId) |
Modifier and Type | Method and Description |
---|---|
List<UserConsentModel> |
UserCacheSession.getConsents(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
UserCacheSession.addConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
void |
UserCacheSession.updateConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
Constructor and Description |
---|
CachedUserConsent(UserConsentModel consentModel) |
Constructor and Description |
---|
CachedUserConsents(Long revision,
String id,
RealmModel realm,
List<UserConsentModel> consents) |
Modifier and Type | Method and Description |
---|---|
UserConsentModel |
JpaUserProvider.getConsentByClient(RealmModel realm,
UserModel user,
String clientId) |
Modifier and Type | Method and Description |
---|---|
List<UserConsentModel> |
JpaUserProvider.getConsents(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
JpaUserProvider.addConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
void |
JpaUserProvider.updateConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
Modifier and Type | Method and Description |
---|---|
UserConsentModel |
MongoUserProvider.getConsentByClient(RealmModel realm,
UserModel user,
String clientId) |
Modifier and Type | Method and Description |
---|---|
List<UserConsentModel> |
MongoUserProvider.getConsents(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
MongoUserProvider.addConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
void |
MongoUserProvider.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 |
UserStorageManager.getConsentByClient(RealmModel realm,
UserModel user,
String clientInternalId) |
Modifier and Type | Method and Description |
---|---|
List<UserConsentModel> |
UserStorageManager.getConsents(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
UserStorageManager.addConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
void |
UserStorageManager.updateConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
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) |
Modifier and Type | Method and Description |
---|---|
UserConsentModel |
JpaUserFederatedStorageProvider.getConsentByClient(RealmModel realm,
UserModel user,
String clientInternalId) |
Modifier and Type | Method and Description |
---|---|
List<UserConsentModel> |
JpaUserFederatedStorageProvider.getConsents(RealmModel realm,
UserModel user) |
Modifier and Type | Method and Description |
---|---|
void |
JpaUserFederatedStorageProvider.addConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
void |
JpaUserFederatedStorageProvider.updateConsent(RealmModel realm,
UserModel user,
UserConsentModel consent) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.