Uses of Class
org.keycloak.models.AuthenticationExecutionModel
-
-
Uses of AuthenticationExecutionModel in org.keycloak.authentication
Methods in org.keycloak.authentication that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
AuthenticationSelectionOption. getAuthenticationExecution()
AuthenticationExecutionModel
AbstractAuthenticationFlowContext. getExecution()
The current execution in the flowAuthenticationExecutionModel
AuthenticationProcessor.Result. getExecution()
AuthenticationExecutionModel
FormContext. getExecution()
The current execution in the flowMethods in org.keycloak.authentication that return types with arguments of type AuthenticationExecutionModel Modifier and Type Method Description protected List<AuthenticationExecutionModel>
ClientAuthenticationFlow. findExecutionsToRun()
static List<AuthenticationExecutionModel>
AuthenticatorUtil. getExecutionsByType(RealmModel realm, String flowId, String providerId)
Method parameters in org.keycloak.authentication with type arguments of type AuthenticationExecutionModel Modifier and Type Method Description AuthenticationProcessor.Result
AuthenticationProcessor. createAuthenticatorContext(AuthenticationExecutionModel model, Authenticator authenticator, List<AuthenticationExecutionModel> executions)
AuthenticationProcessor.Result
AuthenticationProcessor. createClientAuthenticatorContext(AuthenticationExecutionModel model, ClientAuthenticator clientAuthenticator, List<AuthenticationExecutionModel> executions)
Constructors in org.keycloak.authentication with parameters of type AuthenticationExecutionModel Constructor Description AuthenticationSelectionOption(KeycloakSession session, AuthenticationExecutionModel authExec)
FormAuthenticationFlow(AuthenticationProcessor processor, AuthenticationExecutionModel execution)
-
Uses of AuthenticationExecutionModel in org.keycloak.migration.migrators
Methods in org.keycloak.migration.migrators with parameters of type AuthenticationExecutionModel Modifier and Type Method Description static void
MigrateTo8_0_0. migrateOptionalAuthenticationExecution(RealmModel realm, AuthenticationFlowModel parentFlow, AuthenticationExecutionModel optionalExecution, boolean updateOptionalExecution)
-
Uses of AuthenticationExecutionModel in org.keycloak.models
Methods in org.keycloak.models that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
RealmModel. addAuthenticatorExecution(AuthenticationExecutionModel model)
AuthenticationExecutionModel
RealmModel. getAuthenticationExecutionByFlowId(String flowId)
AuthenticationExecutionModel
RealmModel. getAuthenticationExecutionById(String id)
Methods in org.keycloak.models that return types with arguments of type AuthenticationExecutionModel Modifier and Type Method Description Stream<AuthenticationExecutionModel>
RealmModel. getAuthenticationExecutionsStream(String flowId)
Returns sorted (according to priority)AuthenticationExecutionModel
as a stream.Methods in org.keycloak.models with parameters of type AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
RealmModel. addAuthenticatorExecution(AuthenticationExecutionModel model)
int
AuthenticationExecutionModel.ExecutionComparator. compare(AuthenticationExecutionModel o1, AuthenticationExecutionModel o2)
void
RealmModel. removeAuthenticatorExecution(AuthenticationExecutionModel model)
void
RealmModel. updateAuthenticatorExecution(AuthenticationExecutionModel model)
-
Uses of AuthenticationExecutionModel in org.keycloak.models.cache.infinispan
Methods in org.keycloak.models.cache.infinispan that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
RealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)
AuthenticationExecutionModel
RealmAdapter. getAuthenticationExecutionByFlowId(String flowId)
AuthenticationExecutionModel
RealmAdapter. getAuthenticationExecutionById(String id)
Methods in org.keycloak.models.cache.infinispan that return types with arguments of type AuthenticationExecutionModel Modifier and Type Method Description Stream<AuthenticationExecutionModel>
RealmAdapter. getAuthenticationExecutionsStream(String flowId)
Methods in org.keycloak.models.cache.infinispan with parameters of type AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
RealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)
void
RealmAdapter. removeAuthenticatorExecution(AuthenticationExecutionModel model)
void
RealmAdapter. updateAuthenticatorExecution(AuthenticationExecutionModel model)
-
Uses of AuthenticationExecutionModel in org.keycloak.models.cache.infinispan.entities
Fields in org.keycloak.models.cache.infinispan.entities with type parameters of type AuthenticationExecutionModel Modifier and Type Field Description protected MultivaluedHashMap<String,AuthenticationExecutionModel>
CachedRealm. authenticationExecutions
protected Map<String,AuthenticationExecutionModel>
CachedRealm. executionsByFlowId
protected Map<String,AuthenticationExecutionModel>
CachedRealm. executionsById
Methods in org.keycloak.models.cache.infinispan.entities that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
CachedRealm. getAuthenticationExecutionByFlowId(String flowId)
Methods in org.keycloak.models.cache.infinispan.entities that return types with arguments of type AuthenticationExecutionModel Modifier and Type Method Description MultivaluedHashMap<String,AuthenticationExecutionModel>
CachedRealm. getAuthenticationExecutions()
Map<String,AuthenticationExecutionModel>
CachedRealm. getExecutionsById()
-
Uses of AuthenticationExecutionModel in org.keycloak.models.jpa
Methods in org.keycloak.models.jpa that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
RealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)
AuthenticationExecutionModel
RealmAdapter. entityToModel(AuthenticationExecutionEntity entity)
AuthenticationExecutionModel
RealmAdapter. getAuthenticationExecutionByFlowId(String flowId)
AuthenticationExecutionModel
RealmAdapter. getAuthenticationExecutionById(String id)
Methods in org.keycloak.models.jpa that return types with arguments of type AuthenticationExecutionModel Modifier and Type Method Description Stream<AuthenticationExecutionModel>
RealmAdapter. getAuthenticationExecutionsStream(String flowId)
Methods in org.keycloak.models.jpa with parameters of type AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
RealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)
void
RealmAdapter. removeAuthenticatorExecution(AuthenticationExecutionModel model)
void
RealmAdapter. updateAuthenticatorExecution(AuthenticationExecutionModel model)
-
Uses of AuthenticationExecutionModel in org.keycloak.models.map.realm
Methods in org.keycloak.models.map.realm that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
MapRealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)
AuthenticationExecutionModel
MapRealmAdapter. getAuthenticationExecutionByFlowId(String flowId)
AuthenticationExecutionModel
MapRealmAdapter. getAuthenticationExecutionById(String id)
Methods in org.keycloak.models.map.realm that return types with arguments of type AuthenticationExecutionModel Modifier and Type Method Description Stream<AuthenticationExecutionModel>
MapRealmAdapter. getAuthenticationExecutionsStream(String flowId)
Methods in org.keycloak.models.map.realm with parameters of type AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModel
MapRealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)
void
MapRealmAdapter. removeAuthenticatorExecution(AuthenticationExecutionModel model)
void
MapRealmAdapter. updateAuthenticatorExecution(AuthenticationExecutionModel model)
-
Uses of AuthenticationExecutionModel in org.keycloak.models.map.realm.entity
Methods in org.keycloak.models.map.realm.entity that return AuthenticationExecutionModel Modifier and Type Method Description static AuthenticationExecutionModel
MapAuthenticationExecutionEntity. toModel(MapAuthenticationExecutionEntity entity)
Methods in org.keycloak.models.map.realm.entity with parameters of type AuthenticationExecutionModel Modifier and Type Method Description static MapAuthenticationExecutionEntity
MapAuthenticationExecutionEntity. fromModel(AuthenticationExecutionModel model)
-
Uses of AuthenticationExecutionModel in org.keycloak.models.utils
Methods in org.keycloak.models.utils that return AuthenticationExecutionModel Modifier and Type Method Description static AuthenticationExecutionModel
RepresentationToModel. toModel(RealmModel realm, AuthenticationExecutionRepresentation rep)
Methods in org.keycloak.models.utils with parameters of type AuthenticationExecutionModel Modifier and Type Method Description static AuthenticationExecutionExportRepresentation
ModelToRepresentation. toRepresentation(RealmModel realm, AuthenticationExecutionModel model)
Method parameters in org.keycloak.models.utils with type arguments of type AuthenticationExecutionModel Modifier and Type Method Description static void
KeycloakModelUtils. deepFindAuthenticationExecutions(RealmModel realm, AuthenticationFlowModel flow, List<AuthenticationExecutionModel> result)
Recursively find all AuthenticationExecutionModel from specified flow or all it's subflows -
Uses of AuthenticationExecutionModel in org.keycloak.services.resources.admin
Methods in org.keycloak.services.resources.admin with parameters of type AuthenticationExecutionModel Modifier and Type Method Description AuthenticationFlowModel
AuthenticationManagementResource. getParentFlow(AuthenticationExecutionModel model)
-