| Package | Description |
|---|---|
| org.keycloak.models.jpa | |
| org.keycloak.models.jpa.entities |
| Modifier and Type | Method and Description |
|---|---|
protected AuthenticationFlowModel |
RealmAdapter.entityToModel(AuthenticationFlowEntity entity) |
| Modifier and Type | Field and Description |
|---|---|
protected AuthenticationFlowEntity |
AuthenticationExecutionEntity.parentFlow |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowEntity |
AuthenticationExecutionEntity.getParentFlow() |
| Modifier and Type | Method and Description |
|---|---|
Collection<AuthenticationFlowEntity> |
RealmEntity.getAuthenticationFlows() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationExecutionEntity.setParentFlow(AuthenticationFlowEntity flow) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmEntity.setAuthenticationFlows(Collection<AuthenticationFlowEntity> authenticationFlows) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.