Uses of Class
de.xima.fc.entities.LDAPZugriff
- 
- 
Uses of LDAPZugriff in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return LDAPZugriff Modifier and Type Method Description LDAPZugriffLDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)LDAPZugriffLDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Methods in de.xima.fc.dao.impl that return types with arguments of type LDAPZugriff Modifier and Type Method Description protected IFCDaoActionHook<LDAPZugriff>LDAPZugriffDao. getPostActionHook()protected IFCDaoActionHook<LDAPZugriff>LDAPZugriffDao. getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type LDAPZugriff Modifier and Type Method Description Set<de.xima.cmn.dao.interfaces.IEntity<Long>>LDAPZugriffDao. getEntityRefs(IEntityContext ec, LDAPZugriff ldapConnection) - 
Uses of LDAPZugriff in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return LDAPZugriff Modifier and Type Method Description LDAPZugriffILDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)Returns the LDAP connection with the given UUID stringLDAPZugriffILDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, UUID uuid)Returns the LDAP connection with the given UUID - 
Uses of LDAPZugriff in de.xima.fc.entities
Methods in de.xima.fc.entities that return LDAPZugriff Modifier and Type Method Description LDAPZugriffLDAPAbfrage. getZugriff()Methods in de.xima.fc.entities with parameters of type LDAPZugriff Modifier and Type Method Description voidLDAPAbfrage. setZugriff(LDAPZugriff zugriff) - 
Uses of LDAPZugriff in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return LDAPZugriff Modifier and Type Method Description LDAPZugriffLdapConnectionBean.EntityListModelImpl. getNew()Methods in de.xima.fc.gui.bean.data that return types with arguments of type LDAPZugriff Modifier and Type Method Description List<LDAPZugriff>LdapQueryBean. getLdapZugriffe()IEntityListModelSelectByView<LDAPZugriff>LdapConnectionBean. getModel()Method parameters in de.xima.fc.gui.bean.data with type arguments of type LDAPZugriff Modifier and Type Method Description voidLdapConnectionBean. setModel(IEntityListModelSelectByView<LDAPZugriff> model) - 
Uses of LDAPZugriff in de.xima.fc.interfaces.workflow
Methods in de.xima.fc.interfaces.workflow that return types with arguments of type LDAPZugriff Modifier and Type Method Description List<LDAPZugriff>IWorkflowProvider. getAllLdapConnections() - 
Uses of LDAPZugriff in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type LDAPZugriff Modifier and Type Method Description static com.unboundid.ldap.sdk.LDAPConnectionLDAPConnectionFactory. getConnection(LDAPZugriff zugriff) - 
Uses of LDAPZugriff in de.xima.fc.workflow.designer.bean
Methods in de.xima.fc.workflow.designer.bean that return types with arguments of type LDAPZugriff Modifier and Type Method Description List<LDAPZugriff>WorkflowProviderBean. getAllLdapConnections() - 
Uses of LDAPZugriff in de.xima.fc.workflow.designer.model
Methods in de.xima.fc.workflow.designer.model that return types with arguments of type LDAPZugriff Modifier and Type Method Description List<LDAPZugriff>WorkflowRequestContextModel. getLdapConnections()Method parameters in de.xima.fc.workflow.designer.model with type arguments of type LDAPZugriff Modifier and Type Method Description voidWorkflowRequestContextModel. setLdapConnections(List<LDAPZugriff> ldapConnections) - 
Uses of LDAPZugriff in de.xima.fc.workflow.processor.factory
Methods in de.xima.fc.workflow.processor.factory with parameters of type LDAPZugriff Modifier and Type Method Description static WorkflowNodeWorkflowNodeFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter)Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERYwith a custom search filter.static WorkflowNodeWorkflowNodeFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter, String baseDn)Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERYwith a custom search filter.static WorkflowNodeWorkflowNodeFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter, String baseDn, Iterable<String> resultFilter)Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERYwith a custom search filter. - 
Uses of LDAPZugriff in de.xima.fc.workflow.processor.logic
Methods in de.xima.fc.workflow.processor.logic that return types with arguments of type LDAPZugriff Modifier and Type Method Description static List<LDAPZugriff>WorkflowProviderHelper. computeAllLdapConnections(IEntityContext ec, Mandant client) - 
Uses of LDAPZugriff in de.xima.fc.workflow.processor.logic.validation
Methods in de.xima.fc.workflow.processor.logic.validation that return types with arguments of type LDAPZugriff Modifier and Type Method Description List<LDAPZugriff>ValidationWorkflowProvider. getAllLdapConnections() 
 -