Uses of Interface
org.keycloak.models.map.realm.entity.MapComponentEntity
-
-
Uses of MapComponentEntity in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return types with arguments of type MapComponentEntity Modifier and Type Method Description Optional<MapComponentEntity>
MapRealmEntity. getComponent(String id)
Optional<MapComponentEntity>
MapRealmEntityDelegate. getComponent(String id)
Optional<MapComponentEntity>
MapRealmEntityFieldDelegate. getComponent(String p0)
Optional<MapComponentEntity>
MapRealmEntityImpl.Empty. getComponent(String id)
Optional<MapComponentEntity>
MapRealmEntityImpl. getComponent(String p0)
Set<MapComponentEntity>
MapRealmEntity. getComponents()
Set<MapComponentEntity>
MapRealmEntityDelegate. getComponents()
Set<MapComponentEntity>
MapRealmEntityFieldDelegate. getComponents()
Set<MapComponentEntity>
MapRealmEntityImpl.Empty. getComponents()
Set<MapComponentEntity>
MapRealmEntityImpl. getComponents()
Methods in org.keycloak.models.map.realm with parameters of type MapComponentEntity Modifier and Type Method Description void
MapRealmEntity. addComponent(MapComponentEntity component)
void
MapRealmEntityDelegate. addComponent(MapComponentEntity component)
void
MapRealmEntityFieldDelegate. addComponent(MapComponentEntity p0)
void
MapRealmEntityImpl. addComponent(MapComponentEntity p0)
void
MapRealmEntityImpl.Empty. addComponent(MapComponentEntity component)
-
Uses of MapComponentEntity in org.keycloak.models.map.realm.entity
Classes in org.keycloak.models.map.realm.entity that implement MapComponentEntity Modifier and Type Class Description class
MapComponentEntityDelegate
class
MapComponentEntityFieldDelegate
class
MapComponentEntityImpl
static class
MapComponentEntityImpl.Empty
Methods in org.keycloak.models.map.realm.entity that return MapComponentEntity Modifier and Type Method Description static MapComponentEntity
MapComponentEntityCloner. deepClone(MapComponentEntity original, MapComponentEntity target)
static MapComponentEntity
MapComponentEntityCloner. deepCloneNoId(MapComponentEntity original, MapComponentEntity target)
static MapComponentEntity
MapComponentEntity. fromModel(ComponentModel model)
Methods in org.keycloak.models.map.realm.entity that return types with arguments of type MapComponentEntity Modifier and Type Method Description DelegateProvider<MapComponentEntity>
MapComponentEntityDelegate. getDelegateProvider()
EntityFieldDelegate<MapComponentEntity>
MapComponentEntityFieldDelegate. getEntityFieldDelegate()
Methods in org.keycloak.models.map.realm.entity with parameters of type MapComponentEntity Modifier and Type Method Description static MapComponentEntity
MapComponentEntityCloner. deepClone(MapComponentEntity original, MapComponentEntity target)
static MapComponentEntity
MapComponentEntityCloner. deepCloneNoId(MapComponentEntity original, MapComponentEntity target)
static ComponentModel
MapComponentEntity. toModel(MapComponentEntity entity)
Constructor parameters in org.keycloak.models.map.realm.entity with type arguments of type MapComponentEntity Constructor Description MapComponentEntityDelegate(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 MapComponentEntity Modifier and Type Method Description Optional<MapComponentEntity>
HotRodRealmEntityDelegate. getComponent(String p0)
Set<MapComponentEntity>
HotRodRealmEntityDelegate. getComponents()
Methods in org.keycloak.models.map.storage.hotRod.realm with parameters of type MapComponentEntity Modifier and Type Method Description void
HotRodRealmEntityDelegate. 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 Modifier and Type Class Description class
HotRodComponentEntityDelegate
-
Uses of MapComponentEntity in org.keycloak.models.map.storage.jpa.realm.entity
Classes in org.keycloak.models.map.storage.jpa.realm.entity that implement MapComponentEntity Modifier and Type Class Description class
JpaComponentEntity
JPAMapComponentEntity
implementation.class
JpaComponentMetadata
Class 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 MapComponentEntity Modifier and Type Method Description Optional<MapComponentEntity>
JpaRealmEntity. getComponent(String componentId)
Set<MapComponentEntity>
JpaRealmEntity. getComponents()
Methods in org.keycloak.models.map.storage.jpa.realm.entity with parameters of type MapComponentEntity Modifier and Type Method Description void
JpaRealmEntity. addComponent(MapComponentEntity component)
-