public class LDAPPlugin
extends org.imixs.workflow.engine.plugins.AbstractPlugin
| Modifier and Type | Field and Description |
|---|---|
static String |
LDAPSERVICE_NOT_BOUND |
static String |
PROPERTYSERVICE_NOT_BOUND |
| Constructor and Description |
|---|
LDAPPlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
init(org.imixs.workflow.WorkflowContext actx)
This method tries to lookup hte LDAPLookupSerivice EJB only in case that the
bean is not yet injected by CDI which is the expected behavior,
|
org.imixs.workflow.ItemCollection |
run(org.imixs.workflow.ItemCollection adocumentContext,
org.imixs.workflow.ItemCollection documentActivity)
Run only on Profile Entities
The method load the user object form the LDAP Service and compares the
attributes (defined in the imixs.properties 'ldap.user-attributes') with the
current values.
|
public static final String LDAPSERVICE_NOT_BOUND
public static final String PROPERTYSERVICE_NOT_BOUND
public void init(org.imixs.workflow.WorkflowContext actx)
throws org.imixs.workflow.exceptions.PluginException
init in interface org.imixs.workflow.Plugininit in class org.imixs.workflow.engine.plugins.AbstractPluginorg.imixs.workflow.exceptions.PluginExceptionpublic org.imixs.workflow.ItemCollection run(org.imixs.workflow.ItemCollection adocumentContext,
org.imixs.workflow.ItemCollection documentActivity)
throws org.imixs.workflow.exceptions.PluginException
org.imixs.workflow.exceptions.PluginExceptionCopyright © 2019 Imixs Software Solutions GmbH. All rights reserved.