Uses of Interface
org.keycloak.models.map.user.MapUserConsentEntity
Packages that use MapUserConsentEntity
-
Uses of MapUserConsentEntity in org.keycloak.models.map.user
Classes in org.keycloak.models.map.user that implement MapUserConsentEntityModifier and TypeClassDescriptionclassclassclassstatic classMethods in org.keycloak.models.map.user that return MapUserConsentEntityModifier and TypeMethodDescriptionstatic MapUserConsentEntityMapUserConsentEntityCloner.deepClone(MapUserConsentEntity original, MapUserConsentEntity target) static MapUserConsentEntityMapUserConsentEntity.fromModel(UserConsentModel model) Methods in org.keycloak.models.map.user that return types with arguments of type MapUserConsentEntityModifier 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()Methods in org.keycloak.models.map.user with parameters of type MapUserConsentEntityModifier and TypeMethodDescriptionvoidMapUserEntity.addUserConsent(MapUserConsentEntity userConsentEntity) voidMapUserEntityDelegate.addUserConsent(MapUserConsentEntity userConsentEntity) voidMapUserEntityFieldDelegate.addUserConsent(MapUserConsentEntity p0) voidMapUserEntityImpl.addUserConsent(MapUserConsentEntity p0) voidMapUserEntityImpl.Empty.addUserConsent(MapUserConsentEntity userConsentEntity) static MapUserConsentEntityMapUserConsentEntityCloner.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 UserConsentModelMapUserConsentEntity.toModel(RealmModel realm, MapUserConsentEntity entity) Method parameters in org.keycloak.models.map.user with type arguments of type MapUserConsentEntityModifier and TypeMethodDescriptionvoidMapUserEntity.setUserConsents(Set<MapUserConsentEntity> userConsentEntity) voidMapUserEntityDelegate.setUserConsents(Set<MapUserConsentEntity> userConsentEntity) voidMapUserEntityFieldDelegate.setUserConsents(Set<MapUserConsentEntity> p0) voidMapUserEntityImpl.Empty.setUserConsents(Set<MapUserConsentEntity> userConsentEntity) voidMapUserEntityImpl.setUserConsents(Set<MapUserConsentEntity> p0) Constructor parameters in org.keycloak.models.map.user with type arguments of type MapUserConsentEntityModifierConstructorDescriptionMapUserConsentEntityDelegate(DelegateProvider<MapUserConsentEntity> delegateProvider) MapUserConsentEntityFieldDelegate(EntityFieldDelegate<MapUserConsentEntity> entityFieldDelegate)