Uses of Class
org.keycloak.models.AuthenticationExecutionModel
- 
- 
Uses of AuthenticationExecutionModel in org.keycloak.authenticationMethods in org.keycloak.authentication that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModelAuthenticationSelectionOption. getAuthenticationExecution()AuthenticationExecutionModelAbstractAuthenticationFlowContext. getExecution()The current execution in the flowAuthenticationExecutionModelAuthenticationProcessor.Result. getExecution()AuthenticationExecutionModelFormContext. 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.ResultAuthenticationProcessor. createAuthenticatorContext(AuthenticationExecutionModel model, Authenticator authenticator, List<AuthenticationExecutionModel> executions)AuthenticationProcessor.ResultAuthenticationProcessor. 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.migratorsMethods in org.keycloak.migration.migrators with parameters of type AuthenticationExecutionModel Modifier and Type Method Description static voidMigrateTo8_0_0. migrateOptionalAuthenticationExecution(RealmModel realm, AuthenticationFlowModel parentFlow, AuthenticationExecutionModel optionalExecution, boolean updateOptionalExecution)
- 
Uses of AuthenticationExecutionModel in org.keycloak.modelsMethods in org.keycloak.models that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModelRealmModel. addAuthenticatorExecution(AuthenticationExecutionModel model)AuthenticationExecutionModelRealmModel. getAuthenticationExecutionByFlowId(String flowId)AuthenticationExecutionModelRealmModel. 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)AuthenticationExecutionModelas a stream.Methods in org.keycloak.models with parameters of type AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModelRealmModel. addAuthenticatorExecution(AuthenticationExecutionModel model)intAuthenticationExecutionModel.ExecutionComparator. compare(AuthenticationExecutionModel o1, AuthenticationExecutionModel o2)voidRealmModel. removeAuthenticatorExecution(AuthenticationExecutionModel model)voidRealmModel. updateAuthenticatorExecution(AuthenticationExecutionModel model)
- 
Uses of AuthenticationExecutionModel in org.keycloak.models.cache.infinispanMethods in org.keycloak.models.cache.infinispan that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModelRealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)AuthenticationExecutionModelRealmAdapter. getAuthenticationExecutionByFlowId(String flowId)AuthenticationExecutionModelRealmAdapter. 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 AuthenticationExecutionModelRealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)voidRealmAdapter. removeAuthenticatorExecution(AuthenticationExecutionModel model)voidRealmAdapter. updateAuthenticatorExecution(AuthenticationExecutionModel model)
- 
Uses of AuthenticationExecutionModel in org.keycloak.models.cache.infinispan.entitiesFields in org.keycloak.models.cache.infinispan.entities with type parameters of type AuthenticationExecutionModel Modifier and Type Field Description protected MultivaluedHashMap<String,AuthenticationExecutionModel>CachedRealm. authenticationExecutionsprotected Map<String,AuthenticationExecutionModel>CachedRealm. executionsByFlowIdprotected Map<String,AuthenticationExecutionModel>CachedRealm. executionsByIdMethods in org.keycloak.models.cache.infinispan.entities that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModelCachedRealm. 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.jpaMethods in org.keycloak.models.jpa that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModelRealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)AuthenticationExecutionModelRealmAdapter. entityToModel(AuthenticationExecutionEntity entity)AuthenticationExecutionModelRealmAdapter. getAuthenticationExecutionByFlowId(String flowId)AuthenticationExecutionModelRealmAdapter. 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 AuthenticationExecutionModelRealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)voidRealmAdapter. removeAuthenticatorExecution(AuthenticationExecutionModel model)voidRealmAdapter. updateAuthenticatorExecution(AuthenticationExecutionModel model)
- 
Uses of AuthenticationExecutionModel in org.keycloak.models.map.realmMethods in org.keycloak.models.map.realm that return AuthenticationExecutionModel Modifier and Type Method Description AuthenticationExecutionModelMapRealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)AuthenticationExecutionModelMapRealmAdapter. getAuthenticationExecutionByFlowId(String flowId)AuthenticationExecutionModelMapRealmAdapter. 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 AuthenticationExecutionModelMapRealmAdapter. addAuthenticatorExecution(AuthenticationExecutionModel model)voidMapRealmAdapter. removeAuthenticatorExecution(AuthenticationExecutionModel model)voidMapRealmAdapter. updateAuthenticatorExecution(AuthenticationExecutionModel model)
- 
Uses of AuthenticationExecutionModel in org.keycloak.models.map.realm.entityMethods in org.keycloak.models.map.realm.entity that return AuthenticationExecutionModel Modifier and Type Method Description static AuthenticationExecutionModelMapAuthenticationExecutionEntity. toModel(MapAuthenticationExecutionEntity entity)Methods in org.keycloak.models.map.realm.entity with parameters of type AuthenticationExecutionModel Modifier and Type Method Description static MapAuthenticationExecutionEntityMapAuthenticationExecutionEntity. fromModel(AuthenticationExecutionModel model)
- 
Uses of AuthenticationExecutionModel in org.keycloak.models.utilsMethods in org.keycloak.models.utils that return AuthenticationExecutionModel Modifier and Type Method Description static AuthenticationExecutionModelRepresentationToModel. toModel(RealmModel realm, AuthenticationExecutionRepresentation rep)Methods in org.keycloak.models.utils with parameters of type AuthenticationExecutionModel Modifier and Type Method Description static AuthenticationExecutionExportRepresentationModelToRepresentation. toRepresentation(RealmModel realm, AuthenticationExecutionModel model)Method parameters in org.keycloak.models.utils with type arguments of type AuthenticationExecutionModel Modifier and Type Method Description static voidKeycloakModelUtils. 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.adminMethods in org.keycloak.services.resources.admin with parameters of type AuthenticationExecutionModel Modifier and Type Method Description AuthenticationFlowModelAuthenticationManagementResource. getParentFlow(AuthenticationExecutionModel model)
 
-