Package | Description |
---|---|
org.keycloak.models.map.realm | |
org.keycloak.models.map.realm.entity |
Modifier and Type | Method and Description |
---|---|
MapAuthenticationExecutionEntity |
MapRealmEntity.getAuthenticationExecution(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<MapAuthenticationExecutionEntity> |
MapRealmEntity.getAuthenticationExecutions() |
Modifier and Type | Method and Description |
---|---|
void |
MapRealmEntity.addAuthenticatonExecution(MapAuthenticationExecutionEntity authenticationExecution) |
void |
MapRealmEntity.updateAuthenticatonExecution(MapAuthenticationExecutionEntity authenticationExecution) |
Modifier and Type | Method and Description |
---|---|
static MapAuthenticationExecutionEntity |
MapAuthenticationExecutionEntity.fromModel(AuthenticationExecutionModel model) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationExecutionModel |
MapAuthenticationExecutionEntity.toModel(MapAuthenticationExecutionEntity entity) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.