Package | Description |
---|---|
org.keycloak.models.map.realm | |
org.keycloak.models.map.realm.entity |
Modifier and Type | Method and Description |
---|---|
MapComponentEntity |
MapRealmEntity.getComponent(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<MapComponentEntity> |
MapRealmEntity.getComponents() |
Modifier and Type | Method and Description |
---|---|
void |
MapRealmEntity.addComponent(MapComponentEntity component) |
void |
MapRealmEntity.updateComponent(MapComponentEntity component) |
Modifier and Type | Method and Description |
---|---|
static MapComponentEntity |
MapComponentEntity.fromModel(ComponentModel model) |
Modifier and Type | Method and Description |
---|---|
static ComponentModel |
MapComponentEntity.toModel(MapComponentEntity entity) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.