| 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.flow |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowEntity |
AuthenticationExecutionEntity.getFlow() |
| Modifier and Type | Method and Description |
|---|---|
Collection<AuthenticationFlowEntity> |
RealmEntity.getAuthenticationFlows() |
| Modifier and Type | Method and Description |
|---|---|
void |
AuthenticationExecutionEntity.setFlow(AuthenticationFlowEntity flow) |
| Modifier and Type | Method and Description |
|---|---|
void |
RealmEntity.setAuthenticationFlows(Collection<AuthenticationFlowEntity> authenticationFlows) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.