Uses of Interface
org.keycloak.models.map.user.MapUserConsentEntity
Package
Description
-
Uses of MapUserConsentEntity in org.keycloak.models.map.storage.hotRod.user
Modifier and TypeMethodDescriptionHotRodUserEntityDelegate.getUserConsent
(String p0) HotRodUserEntityDelegate.getUserConsents()
Modifier and TypeMethodDescriptionvoid
HotRodUserEntityDelegate.addUserConsent
(MapUserConsentEntity p0) HotRodUserEntityDelegate.removeUserConsent
(MapUserConsentEntity p0) Modifier and TypeMethodDescriptionvoid
HotRodUserEntityDelegate.setUserConsents
(Set<MapUserConsentEntity> p0) -
Uses of MapUserConsentEntity in org.keycloak.models.map.storage.jpa.user.entity
Modifier and TypeClassDescriptionclass
JPAMapUserConsentEntity
implementation.class
Class that contains all the user consent metadata that is written as JSON into the database.Modifier and TypeMethodDescriptionJpaUserEntity.getUserConsent
(String clientId) JpaUserEntity.getUserConsents()
Modifier and TypeMethodDescriptionvoid
JpaUserEntity.addUserConsent
(MapUserConsentEntity userConsentEntity) JpaUserEntity.removeUserConsent
(MapUserConsentEntity userConsentEntity) Modifier and TypeMethodDescriptionvoid
JpaUserEntity.setUserConsents
(Set<MapUserConsentEntity> userConsents) -
Uses of MapUserConsentEntity in org.keycloak.models.map.user
Modifier and TypeClassDescriptionclass
class
class
static class
Modifier and TypeMethodDescriptionstatic MapUserConsentEntity
MapUserConsentEntityCloner.deepClone
(MapUserConsentEntity original, MapUserConsentEntity target) static MapUserConsentEntity
MapUserConsentEntity.fromModel
(UserConsentModel model) Modifier and TypeMethodDescriptionMapUserConsentEntityDelegate.getDelegateProvider()
MapUserConsentEntityFieldDelegate.getEntityFieldDelegate()
MapUserEntity.getUserConsent
(String clientId) MapUserEntityDelegate.getUserConsent
(String clientId) MapUserEntityFieldDelegate.getUserConsent
(String p0) MapUserEntityImpl.Empty.getUserConsent
(String clientId) MapUserEntityImpl.getUserConsent
(String p0) MapUserEntity.getUserConsents()
MapUserEntityDelegate.getUserConsents()
MapUserEntityFieldDelegate.getUserConsents()
MapUserEntityImpl.Empty.getUserConsents()
MapUserEntityImpl.getUserConsents()
Modifier and TypeMethodDescriptionvoid
MapUserEntity.addUserConsent
(MapUserConsentEntity userConsentEntity) void
MapUserEntityDelegate.addUserConsent
(MapUserConsentEntity userConsentEntity) void
MapUserEntityFieldDelegate.addUserConsent
(MapUserConsentEntity p0) void
MapUserEntityImpl.addUserConsent
(MapUserConsentEntity p0) void
MapUserEntityImpl.Empty.addUserConsent
(MapUserConsentEntity userConsentEntity) static MapUserConsentEntity
MapUserConsentEntityCloner.deepClone
(MapUserConsentEntity original, MapUserConsentEntity target) MapUserEntity.removeUserConsent
(MapUserConsentEntity userConsentEntity) MapUserEntityDelegate.removeUserConsent
(MapUserConsentEntity userConsentEntity) MapUserEntityFieldDelegate.removeUserConsent
(MapUserConsentEntity p0) MapUserEntityImpl.Empty.removeUserConsent
(MapUserConsentEntity userConsentEntity) MapUserEntityImpl.removeUserConsent
(MapUserConsentEntity p0) static UserConsentModel
MapUserConsentEntity.toModel
(RealmModel realm, MapUserConsentEntity entity) Modifier and TypeMethodDescriptionvoid
MapUserEntity.setUserConsents
(Set<MapUserConsentEntity> userConsentEntity) void
MapUserEntityDelegate.setUserConsents
(Set<MapUserConsentEntity> userConsentEntity) void
MapUserEntityFieldDelegate.setUserConsents
(Set<MapUserConsentEntity> p0) void
MapUserEntityImpl.Empty.setUserConsents
(Set<MapUserConsentEntity> userConsentEntity) void
MapUserEntityImpl.setUserConsents
(Set<MapUserConsentEntity> p0) ModifierConstructorDescriptionMapUserConsentEntityDelegate
(DelegateProvider<MapUserConsentEntity> delegateProvider) MapUserConsentEntityFieldDelegate
(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)