Modifier and Type | Method and Description |
---|---|
static AuthenticationExecutionModel |
AuthenticatorUtil.findExecutionByAuthenticator(RealmModel realm,
String flowId,
String authProviderId) |
AuthenticationExecutionModel |
AuthenticationProcessor.Result.getExecution() |
AuthenticationExecutionModel |
FormContext.getExecution()
The current execution in the flow
|
AuthenticationExecutionModel |
AbstractAuthenticationFlowContext.getExecution()
The current execution in the flow
|
Modifier and Type | Method and Description |
---|---|
protected List<AuthenticationExecutionModel> |
ClientAuthenticationFlow.findExecutionsToRun() |
static List<AuthenticationExecutionModel> |
AuthenticatorUtil.getEnabledExecutionsRecursively(RealmModel realm,
String flowId) |
Modifier and Type | Method and Description |
---|---|
AuthenticationProcessor.Result |
AuthenticationProcessor.createAuthenticatorContext(AuthenticationExecutionModel model,
Authenticator authenticator,
List<AuthenticationExecutionModel> executions) |
AuthenticationProcessor.Result |
AuthenticationProcessor.createClientAuthenticatorContext(AuthenticationExecutionModel model,
ClientAuthenticator clientAuthenticator,
List<AuthenticationExecutionModel> executions) |
static void |
AuthenticatorUtil.recurseExecutions(RealmModel realm,
String flowId,
List<AuthenticationExecutionModel> executions) |
Constructor and Description |
---|
FormAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationExecutionModel execution) |
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 |
---|---|
AuthenticationExecutionModel |
RealmAdapter.addAuthenticatorExecution(AuthenticationExecutionModel model) |
AuthenticationExecutionModel |
RealmAdapter.getAuthenticationExecutionById(String id) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationExecutionModel> |
RealmAdapter.getAuthenticationExecutions(String flowId) |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
RealmAdapter.addAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
RealmAdapter.removeAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
RealmAdapter.updateAuthenticatorExecution(AuthenticationExecutionModel model) |
Modifier and Type | Field and Description |
---|---|
protected MultivaluedHashMap<String,AuthenticationExecutionModel> |
CachedRealm.authenticationExecutions |
protected Map<String,AuthenticationExecutionModel> |
CachedRealm.executionsById |
Modifier and Type | Method and Description |
---|---|
MultivaluedHashMap<String,AuthenticationExecutionModel> |
CachedRealm.getAuthenticationExecutions() |
Map<String,AuthenticationExecutionModel> |
CachedRealm.getExecutionsById() |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
RealmAdapter.addAuthenticatorExecution(AuthenticationExecutionModel model) |
AuthenticationExecutionModel |
RealmAdapter.entityToModel(AuthenticationExecutionEntity entity) |
AuthenticationExecutionModel |
RealmAdapter.getAuthenticationExecutionById(String id) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationExecutionModel> |
RealmAdapter.getAuthenticationExecutions(String flowId) |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
RealmAdapter.addAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
RealmAdapter.removeAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
RealmAdapter.updateAuthenticatorExecution(AuthenticationExecutionModel model) |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
RealmAdapter.addAuthenticatorExecution(AuthenticationExecutionModel model) |
AuthenticationExecutionModel |
RealmAdapter.entityToModel(AuthenticationExecutionEntity entity) |
AuthenticationExecutionModel |
RealmAdapter.getAuthenticationExecutionById(String id) |
Modifier and Type | Method and Description |
---|---|
List<AuthenticationExecutionModel> |
RealmAdapter.getAuthenticationExecutions(String flowId) |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
RealmAdapter.addAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
RealmAdapter.removeAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
RealmAdapter.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
|
Modifier and Type | Method and Description |
---|---|
List<AuthenticationExecutionModel> |
AuthenticationManagementResource.getSortedExecutions(AuthenticationFlowModel parentFlow) |
Modifier and Type | Method and Description |
---|---|
AuthenticationFlowModel |
AuthenticationManagementResource.getParentFlow(AuthenticationExecutionModel model) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.