| Package | Description |
|---|---|
| org.keycloak.authentication | |
| org.keycloak.models | |
| org.keycloak.models.utils |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExecutionModel |
AbstractAuthenticationFlowContext.getExecution()
The current execution in the flow
|
AuthenticationExecutionModel |
FormContext.getExecution()
The current execution in the flow
|
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExecutionModel |
RealmModel.addAuthenticatorExecution(AuthenticationExecutionModel model) |
AuthenticationExecutionModel |
RealmModel.getAuthenticationExecutionById(String id) |
| Modifier and Type | Method and Description |
|---|---|
List<AuthenticationExecutionModel> |
RealmModel.getAuthenticationExecutions(String flowId) |
| Modifier and Type | Method and Description |
|---|---|
AuthenticationExecutionModel |
RealmModel.addAuthenticatorExecution(AuthenticationExecutionModel model) |
int |
AuthenticationExecutionModel.ExecutionComparator.compare(AuthenticationExecutionModel o1,
AuthenticationExecutionModel o2) |
void |
RealmModel.removeAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
RealmModel.updateAuthenticatorExecution(AuthenticationExecutionModel model) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationExecutionModel |
RepresentationToModel.toModel(RealmModel realm,
AuthenticationExecutionExportRepresentation rep) |
static AuthenticationExecutionModel |
RepresentationToModel.toModel(RealmModel realm,
AuthenticationExecutionRepresentation rep) |
| Modifier and Type | Method and Description |
|---|---|
static AuthenticationExecutionExportRepresentation |
ModelToRepresentation.toRepresentation(RealmModel realm,
AuthenticationExecutionModel model) |
| Modifier and Type | Method and Description |
|---|---|
static void |
KeycloakModelUtils.deepFindAuthenticationExecutions(RealmModel realm,
AuthenticationFlowModel flow,
List<AuthenticationExecutionModel> result)
Recursively find all AuthenticationExecutionModel from specified flow or all it's subflows
|
Copyright © 2016 JBoss by Red Hat. All rights reserved.