Package | Description |
---|---|
org.keycloak.models.map.realm | |
org.keycloak.models.map.realm.entity |
Modifier and Type | Method and Description |
---|---|
MapAuthenticationFlowEntity |
MapRealmEntity.getAuthenticationFlow(String flowId) |
Modifier and Type | Method and Description |
---|---|
Stream<MapAuthenticationFlowEntity> |
MapRealmEntity.getAuthenticationFlows() |
Modifier and Type | Method and Description |
---|---|
void |
MapRealmEntity.addAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow) |
void |
MapRealmEntity.updateAuthenticationFlow(MapAuthenticationFlowEntity authenticationFlow) |
Modifier and Type | Method and Description |
---|---|
static MapAuthenticationFlowEntity |
MapAuthenticationFlowEntity.fromModel(AuthenticationFlowModel model) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationFlowModel |
MapAuthenticationFlowEntity.toModel(MapAuthenticationFlowEntity entity) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.