Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
AuthenticationSelectionOption.getAuthenticationExecution() |
AuthenticationExecutionModel |
FormContext.getExecution()
The current execution in the flow
|
AuthenticationExecutionModel |
AbstractAuthenticationFlowContext.getExecution()
The current execution in the flow
|
AuthenticationExecutionModel |
AuthenticationProcessor.Result.getExecution() |
Modifier and Type | Method and Description |
---|---|
protected List<AuthenticationExecutionModel> |
ClientAuthenticationFlow.findExecutionsToRun() |
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) |
Constructor and Description |
---|
AuthenticationSelectionOption(KeycloakSession session,
AuthenticationExecutionModel authExec) |
FormAuthenticationFlow(AuthenticationProcessor processor,
AuthenticationExecutionModel execution) |
Modifier and Type | Method and Description |
---|---|
static void |
MigrateTo8_0_0.migrateOptionalAuthenticationExecution(RealmModel realm,
AuthenticationFlowModel parentFlow,
AuthenticationExecutionModel optionalExecution,
boolean updateOptionalExecution) |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
RealmModel.addAuthenticatorExecution(AuthenticationExecutionModel model) |
AuthenticationExecutionModel |
RealmModel.getAuthenticationExecutionByFlowId(String flowId) |
AuthenticationExecutionModel |
RealmModel.getAuthenticationExecutionById(String id) |
Modifier and Type | Method and Description |
---|---|
default List<AuthenticationExecutionModel> |
RealmModel.getAuthenticationExecutions(String flowId)
Deprecated.
Use
getAuthenticationExecutionsStream instead. |
Stream<AuthenticationExecutionModel> |
RealmModel.getAuthenticationExecutionsStream(String flowId)
Returns sorted (according to priority)
AuthenticationExecutionModel as a stream. |
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.getAuthenticationExecutionByFlowId(String flowId) |
AuthenticationExecutionModel |
RealmAdapter.getAuthenticationExecutionById(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticationExecutionModel> |
RealmAdapter.getAuthenticationExecutionsStream(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.executionsByFlowId |
protected Map<String,AuthenticationExecutionModel> |
CachedRealm.executionsById |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
CachedRealm.getAuthenticationExecutionByFlowId(String flowId) |
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.getAuthenticationExecutionByFlowId(String flowId) |
AuthenticationExecutionModel |
RealmAdapter.getAuthenticationExecutionById(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticationExecutionModel> |
RealmAdapter.getAuthenticationExecutionsStream(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 |
MapRealmAdapter.addAuthenticatorExecution(AuthenticationExecutionModel model) |
AuthenticationExecutionModel |
MapRealmAdapter.getAuthenticationExecutionByFlowId(String flowId) |
AuthenticationExecutionModel |
MapRealmAdapter.getAuthenticationExecutionById(String id) |
Modifier and Type | Method and Description |
---|---|
Stream<AuthenticationExecutionModel> |
MapRealmAdapter.getAuthenticationExecutionsStream(String flowId) |
Modifier and Type | Method and Description |
---|---|
AuthenticationExecutionModel |
MapRealmAdapter.addAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
MapRealmAdapter.removeAuthenticatorExecution(AuthenticationExecutionModel model) |
void |
MapRealmAdapter.updateAuthenticatorExecution(AuthenticationExecutionModel model) |
Modifier and Type | Method and Description |
---|---|
static AuthenticationExecutionModel |
MapAuthenticationExecutionEntity.toModel(MapAuthenticationExecutionEntity entity) |
Modifier and Type | Method and Description |
---|---|
static MapAuthenticationExecutionEntity |
MapAuthenticationExecutionEntity.fromModel(AuthenticationExecutionModel model) |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
AuthenticationFlowModel |
AuthenticationManagementResource.getParentFlow(AuthenticationExecutionModel model) |
Copyright © 2021 JBoss by Red Hat. All rights reserved.