Uses of Interface
com.flowable.idm.engine.CoreIdmEngine
-
Packages that use 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 Collection<AutoDeploymentStrategy<CoreIdmEngine>>
CoreIdmEngineConfiguration. deploymentStrategies
protected static Map<String,CoreIdmEngine>
CoreIdmEngines. idmEngines
Methods in com.flowable.idm.engine that return CoreIdmEngine Modifier and Type Method Description CoreIdmEngine
CoreIdmEngineConfiguration. buildIdmEngine()
static CoreIdmEngine
CoreIdmEngines. getDefaultIdmEngine()
static CoreIdmEngine
CoreIdmEngines. getIdmEngine(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 AutoDeploymentStrategy<CoreIdmEngine>
CoreIdmEngineConfiguration. getAutoDeploymentStrategy(String mode)
Gets theAutoDeploymentStrategy
for the provided mode.Collection<AutoDeploymentStrategy<CoreIdmEngine>>
CoreIdmEngineConfiguration. getDeploymentStrategies()
static Map<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 void
CoreIdmEngineConfiguration. autoDeployResources(CoreIdmEngine idmEngine)
static void
CoreIdmEngines. registerIdmEngine(CoreIdmEngine idmEngine)
Registers the given action engine.static void
CoreIdmEngines. 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 CoreIdmEngineConfiguration
CoreIdmEngineConfiguration. addAutoDeploymentStrategy(AutoDeploymentStrategy<CoreIdmEngine> autoDeploymentStrategy)
void
CoreIdmEngineConfiguration. setDeploymentStrategies(Collection<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 void
DefaultAutoDeploymentStrategy. deployResourcesInternal(String deploymentNameHint, Resource[] resources, CoreIdmEngine idmEngine)
protected void
DefaultAutoDeploymentStrategy. deployUserAccountDefinitions(String deploymentNameHint, Collection<UserAccountDefinitionModel> userAccountDefinitionModels, CoreIdmEngine idmEngine, String tenantId)
protected void
DefaultAutoDeploymentStrategy. deployUserDefinitions(String deploymentNameHint, Collection<UserDefinitionModel> userDefinitionModels, CoreIdmEngine idmEngine, String tenantId)
protected LockManager
AbstractIdmAutoDeploymentStrategy. getLockManager(CoreIdmEngine engine, 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 CoreIdmEngine
CoreIdmEngineConfigurator. 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 class
PlatformIdmEngineImpl
-
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 CoreIdmEngine
PlatformIdmTestHelper. platformIdmEngine
Methods in com.flowable.idm.engine.test that return CoreIdmEngine Modifier and Type Method Description protected CoreIdmEngine
PlatformIdmExtension. createPlatformIdmEngine(org.junit.jupiter.api.extension.ExtensionContext context)
CoreIdmEngine
PlatformIdmTestHelper. getPlatformIdmEngine()
Constructors in com.flowable.idm.engine.test with parameters of type CoreIdmEngine Constructor Description PlatformIdmTestHelper(CoreIdmEngine platformIdmEngine)
-