Package | Description |
---|---|
org.keycloak.models.map.realm | |
org.keycloak.models.map.realm.entity |
Modifier and Type | Method and Description |
---|---|
MapAuthenticatorConfigEntity |
MapRealmEntity.getAuthenticatorConfig(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<MapAuthenticatorConfigEntity> |
MapRealmEntity.getAuthenticatorConfigs() |
Modifier and Type | Method and Description |
---|---|
void |
MapRealmEntity.addAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig) |
void |
MapRealmEntity.updateAuthenticatorConfig(MapAuthenticatorConfigEntity authenticatorConfig) |
Modifier and Type | Method and Description |
---|---|
static MapAuthenticatorConfigEntity |
MapAuthenticatorConfigEntity.fromModel(AuthenticatorConfigModel model) |
Modifier and Type | Method and Description |
---|---|
static AuthenticatorConfigModel |
MapAuthenticatorConfigEntity.toModel(MapAuthenticatorConfigEntity entity) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.