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)
Deprecated.
Use
getConsentsStream instead. |
default List<UserConsentModel> |
UserProvider.Streams.getConsents(RealmModel realm,
String userId) |
default Stream<UserConsentModel> |
UserProvider.getConsentsStream(RealmModel realm,
String userId)
Obtains the consents associated with the user identified by the specified
userId . |
Stream<UserConsentModel> |
UserProvider.Streams.getConsentsStream(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 |
UserCacheSession.getConsentByClient(RealmModel realm,
String userId,
String clientId) |
Modifier and Type | Method and Description |
---|---|
Stream<UserConsentModel> |
UserCacheSession.getConsentsStream(RealmModel realm,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
UserCacheSession.addConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
void |
UserCacheSession.updateConsent(RealmModel realm,
String userId,
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,
String userId,
String clientId) |
Modifier and Type | Method and Description |
---|---|
Stream<UserConsentModel> |
JpaUserProvider.getConsentsStream(RealmModel realm,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
JpaUserProvider.addConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
void |
JpaUserProvider.updateConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
Modifier and Type | Method and Description |
---|---|
UserConsentModel |
MapUserProvider.getConsentByClient(RealmModel realm,
String userId,
String clientInternalId) |
static UserConsentModel |
UserConsentEntity.toModel(RealmModel realm,
UserConsentEntity entity) |
Modifier and Type | Method and Description |
---|---|
Stream<UserConsentModel> |
MapUserProvider.getConsentsStream(RealmModel realm,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
MapUserProvider.addConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
static UserConsentEntity |
UserConsentEntity.fromModel(UserConsentModel model) |
void |
MapUserProvider.updateConsent(RealmModel realm,
String userId,
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,
String userId,
String clientInternalId) |
Modifier and Type | Method and Description |
---|---|
Stream<UserConsentModel> |
UserStorageManager.getConsentsStream(RealmModel realm,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
UserStorageManager.addConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
void |
UserStorageManager.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)
Deprecated.
Use
getConsentsStream instead. |
default List<UserConsentModel> |
UserConsentFederatedStorage.Streams.getConsents(RealmModel realm,
String userId) |
default Stream<UserConsentModel> |
UserConsentFederatedStorage.getConsentsStream(RealmModel realm,
String userId)
Obtains the consents associated with the federated user identified by
userId . |
Stream<UserConsentModel> |
UserConsentFederatedStorage.Streams.getConsentsStream(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) |
Modifier and Type | Method and Description |
---|---|
UserConsentModel |
JpaUserFederatedStorageProvider.getConsentByClient(RealmModel realm,
String userId,
String clientInternalId) |
Modifier and Type | Method and Description |
---|---|
Stream<UserConsentModel> |
JpaUserFederatedStorageProvider.getConsentsStream(RealmModel realm,
String userId) |
Modifier and Type | Method and Description |
---|---|
void |
JpaUserFederatedStorageProvider.addConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
void |
JpaUserFederatedStorageProvider.updateConsent(RealmModel realm,
String userId,
UserConsentModel consent) |
Copyright © 2020 JBoss by Red Hat. All rights reserved.