Uses of Interface
com.flowable.idm.engine.CoreIdmEngine
| Package | Description |
|---|---|
| com.flowable.idm.engine | |
| com.flowable.idm.engine.autodeployment | |
| com.flowable.idm.engine.configurator | |
| com.flowable.idm.engine.impl | |
| com.flowable.idm.engine.test |
-
Uses of CoreIdmEngine in com.flowable.idm.engine
Fields in com.flowable.idm.engine with type parameters of type CoreIdmEngine Modifier and Type Field Description protected java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<CoreIdmEngine>>CoreIdmEngineConfiguration. deploymentStrategiesprotected static java.util.Map<java.lang.String,CoreIdmEngine>CoreIdmEngines. idmEnginesMethods in com.flowable.idm.engine that return CoreIdmEngine Modifier and Type Method Description CoreIdmEngineCoreIdmEngineConfiguration. buildIdmEngine()static CoreIdmEngineCoreIdmEngines. getDefaultIdmEngine()static CoreIdmEngineCoreIdmEngines. getIdmEngine(java.lang.String idmEngineName)Obtain an idm engine by name.Methods in com.flowable.idm.engine that return types with arguments of type CoreIdmEngine Modifier and Type Method Description protected org.flowable.common.spring.AutoDeploymentStrategy<CoreIdmEngine>CoreIdmEngineConfiguration. getAutoDeploymentStrategy(java.lang.String mode)Gets theAutoDeploymentStrategyfor the provided mode.java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<CoreIdmEngine>>CoreIdmEngineConfiguration. getDeploymentStrategies()static java.util.Map<java.lang.String,CoreIdmEngine>CoreIdmEngines. getIdmEngines()Provides access to idm engines to application clients in a managed server environment.Methods in com.flowable.idm.engine with parameters of type CoreIdmEngine Modifier and Type Method Description protected voidCoreIdmEngineConfiguration. autoDeployResources(CoreIdmEngine idmEngine)static voidCoreIdmEngines. registerIdmEngine(CoreIdmEngine idmEngine)Registers the given action engine.static voidCoreIdmEngines. unregister(CoreIdmEngine idmEngine)Unregisters the given idm engine.Method parameters in com.flowable.idm.engine with type arguments of type CoreIdmEngine Modifier and Type Method Description CoreIdmEngineConfigurationCoreIdmEngineConfiguration. addAutoDeploymentStrategy(org.flowable.common.spring.AutoDeploymentStrategy<CoreIdmEngine> autoDeploymentStrategy)voidCoreIdmEngineConfiguration. setDeploymentStrategies(java.util.Collection<org.flowable.common.spring.AutoDeploymentStrategy<CoreIdmEngine>> deploymentStrategies) -
Uses of CoreIdmEngine in com.flowable.idm.engine.autodeployment
Methods in com.flowable.idm.engine.autodeployment with parameters of type CoreIdmEngine Modifier and Type Method Description protected voidDefaultAutoDeploymentStrategy. deployResourcesInternal(java.lang.String deploymentNameHint, org.springframework.core.io.Resource[] resources, CoreIdmEngine idmEngine)protected voidDefaultAutoDeploymentStrategy. deployUserAccountDefinitions(java.lang.String deploymentNameHint, java.util.Collection<UserAccountDefinitionModel> userAccountDefinitionModels, CoreIdmEngine idmEngine, java.lang.String tenantId)protected voidDefaultAutoDeploymentStrategy. deployUserDefinitions(java.lang.String deploymentNameHint, java.util.Collection<UserDefinitionModel> userDefinitionModels, CoreIdmEngine idmEngine, java.lang.String tenantId)protected org.flowable.common.engine.impl.lock.LockManagerAbstractIdmAutoDeploymentStrategy. getLockManager(CoreIdmEngine engine, java.lang.String deploymentNameHint) -
Uses of CoreIdmEngine in com.flowable.idm.engine.configurator
Methods in com.flowable.idm.engine.configurator that return CoreIdmEngine Modifier and Type Method Description protected CoreIdmEngineCoreIdmEngineConfigurator. initEngine() -
Uses of CoreIdmEngine in com.flowable.idm.engine.impl
Classes in com.flowable.idm.engine.impl that implement CoreIdmEngine Modifier and Type Class Description classPlatformIdmEngineImpl -
Uses of CoreIdmEngine in com.flowable.idm.engine.test
Fields in com.flowable.idm.engine.test declared as CoreIdmEngine Modifier and Type Field Description protected CoreIdmEnginePlatformIdmTestHelper. platformIdmEngineMethods in com.flowable.idm.engine.test that return CoreIdmEngine Modifier and Type Method Description protected CoreIdmEnginePlatformIdmExtension. createPlatformIdmEngine(org.junit.jupiter.api.extension.ExtensionContext context)CoreIdmEnginePlatformIdmTestHelper. getPlatformIdmEngine()Constructors in com.flowable.idm.engine.test with parameters of type CoreIdmEngine Constructor Description PlatformIdmTestHelper(CoreIdmEngine platformIdmEngine)