| Package | Description |
|---|---|
| org.keycloak.models | |
| org.keycloak.models.utils |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowModel |
RealmModel.addAuthenticationFlow(AuthenticationFlowModel model) |
AuthenticationFlowModel |
RealmModel.getAuthenticationFlowById(String id) |
AuthenticationFlowModel |
RealmModel.getFlowByAlias(String alias) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationFlowModel> |
RealmModel.getAuthenticationFlows() |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationFlowModel |
RealmModel.addAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmModel.removeAuthenticationFlow(AuthenticationFlowModel model) |
void |
RealmModel.updateAuthenticationFlow(AuthenticationFlowModel model) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationFlowModel |
RepresentationToModel.toModel(AuthenticationFlowRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationFlowRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm,
AuthenticationFlowModel model) |
Copyright © 2015 JBoss by Red Hat. All rights reserved.