Uses of Interface
org.keycloak.models.map.realm.entity.MapComponentEntity
Packages that use MapComponentEntity
Package
Description
-
Uses of MapComponentEntity in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return types with arguments of type MapComponentEntityModifier and TypeMethodDescriptionMapRealmEntity.getComponent(String id) MapRealmEntityDelegate.getComponent(String id) MapRealmEntityFieldDelegate.getComponent(String p0) MapRealmEntityImpl.Empty.getComponent(String id) MapRealmEntityImpl.getComponent(String p0) MapRealmEntity.getComponents()MapRealmEntityDelegate.getComponents()MapRealmEntityFieldDelegate.getComponents()MapRealmEntityImpl.Empty.getComponents()MapRealmEntityImpl.getComponents()Methods in org.keycloak.models.map.realm with parameters of type MapComponentEntityModifier and TypeMethodDescriptionvoidMapRealmEntity.addComponent(MapComponentEntity component) voidMapRealmEntityDelegate.addComponent(MapComponentEntity component) voidMapRealmEntityFieldDelegate.addComponent(MapComponentEntity p0) voidMapRealmEntityImpl.addComponent(MapComponentEntity p0) voidMapRealmEntityImpl.Empty.addComponent(MapComponentEntity component) -
Uses of MapComponentEntity in org.keycloak.models.map.realm.entity
Classes in org.keycloak.models.map.realm.entity that implement MapComponentEntityModifier and TypeClassDescriptionclassclassclassstatic classMethods in org.keycloak.models.map.realm.entity that return MapComponentEntityModifier and TypeMethodDescriptionstatic MapComponentEntityMapComponentEntityCloner.deepClone(MapComponentEntity original, MapComponentEntity target) static MapComponentEntityMapComponentEntityCloner.deepCloneNoId(MapComponentEntity original, MapComponentEntity target) static MapComponentEntityMapComponentEntity.fromModel(ComponentModel model) Methods in org.keycloak.models.map.realm.entity that return types with arguments of type MapComponentEntityModifier and TypeMethodDescriptionMapComponentEntityDelegate.getDelegateProvider()MapComponentEntityFieldDelegate.getEntityFieldDelegate()Methods in org.keycloak.models.map.realm.entity with parameters of type MapComponentEntityModifier and TypeMethodDescriptionstatic MapComponentEntityMapComponentEntityCloner.deepClone(MapComponentEntity original, MapComponentEntity target) static MapComponentEntityMapComponentEntityCloner.deepCloneNoId(MapComponentEntity original, MapComponentEntity target) static ComponentModelMapComponentEntity.toModel(MapComponentEntity entity) Constructor parameters in org.keycloak.models.map.realm.entity with type arguments of type MapComponentEntityModifierConstructorDescriptionMapComponentEntityDelegate(DelegateProvider<MapComponentEntity> delegateProvider) MapComponentEntityFieldDelegate(EntityFieldDelegate<MapComponentEntity> entityFieldDelegate) -
Uses of MapComponentEntity in org.keycloak.models.map.storage.hotRod.realm
Methods in org.keycloak.models.map.storage.hotRod.realm that return types with arguments of type MapComponentEntityModifier and TypeMethodDescriptionHotRodRealmEntityDelegate.getComponent(String p0) HotRodRealmEntityDelegate.getComponents()Methods in org.keycloak.models.map.storage.hotRod.realm with parameters of type MapComponentEntityModifier and TypeMethodDescriptionvoidHotRodRealmEntityDelegate.addComponent(MapComponentEntity p0) -
Uses of MapComponentEntity in org.keycloak.models.map.storage.hotRod.realm.entity
Classes in org.keycloak.models.map.storage.hotRod.realm.entity that implement MapComponentEntity -
Uses of MapComponentEntity in org.keycloak.models.map.storage.jpa.realm.entity
Classes in org.keycloak.models.map.storage.jpa.realm.entity that implement MapComponentEntityModifier and TypeClassDescriptionclassJPAMapComponentEntityimplementation.classClass that contains all the component metadata that is written as JSON into the database.Methods in org.keycloak.models.map.storage.jpa.realm.entity that return types with arguments of type MapComponentEntityModifier and TypeMethodDescriptionJpaRealmEntity.getComponent(String componentId) JpaRealmEntity.getComponents()Methods in org.keycloak.models.map.storage.jpa.realm.entity with parameters of type MapComponentEntity