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 |
Modifier and Type | Field and Description |
---|---|
protected Collection<AutoDeploymentStrategy<CoreIdmEngine>> |
CoreIdmEngineConfiguration.deploymentStrategies |
protected static Map<String,CoreIdmEngine> |
CoreIdmEngines.idmEngines |
Modifier and Type | Method and Description |
---|---|
CoreIdmEngine |
CoreIdmEngineConfiguration.buildIdmEngine() |
static CoreIdmEngine |
CoreIdmEngines.getDefaultIdmEngine() |
static CoreIdmEngine |
CoreIdmEngines.getIdmEngine(String idmEngineName)
Obtain an idm engine by name.
|
Modifier and Type | Method and Description |
---|---|
protected AutoDeploymentStrategy<CoreIdmEngine> |
CoreIdmEngineConfiguration.getAutoDeploymentStrategy(String mode)
Gets the
AutoDeploymentStrategy 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.
|
Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CoreIdmEngineConfiguration |
CoreIdmEngineConfiguration.addAutoDeploymentStrategy(AutoDeploymentStrategy<CoreIdmEngine> autoDeploymentStrategy) |
void |
CoreIdmEngineConfiguration.setDeploymentStrategies(Collection<AutoDeploymentStrategy<CoreIdmEngine>> deploymentStrategies) |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
protected CoreIdmEngine |
CoreIdmEngineConfigurator.initEngine() |
Modifier and Type | Class and Description |
---|---|
class |
PlatformIdmEngineImpl |
Modifier and Type | Field and Description |
---|---|
protected CoreIdmEngine |
PlatformIdmTestHelper.platformIdmEngine |
Modifier and Type | Method and Description |
---|---|
protected CoreIdmEngine |
PlatformIdmExtension.createPlatformIdmEngine(org.junit.jupiter.api.extension.ExtensionContext context) |
CoreIdmEngine |
PlatformIdmTestHelper.getPlatformIdmEngine() |
Constructor and Description |
---|
PlatformIdmTestHelper(CoreIdmEngine platformIdmEngine) |