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 LDAPZugriff
LDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
LDAPZugriff
LDAPZugriffDao. 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 LDAPZugriff
ILDAPZugriffDao. getByUUID(IEntityContext ec, Mandant client, String uuid)
Returns the LDAP connection with the given UUID stringLDAPZugriff
ILDAPZugriffDao. 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 LDAPZugriff
LDAPAbfrage. getZugriff()
Methods in de.xima.fc.entities with parameters of type LDAPZugriff Modifier and Type Method Description void
LDAPAbfrage. 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 LDAPZugriff
LdapConnectionBean.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()
Methods in de.xima.fc.gui.bean.data with parameters of type LDAPZugriff Modifier and Type Method Description void
LdapConnectionBean.EntityListModelImpl. setSelected(LDAPZugriff selected)
Method parameters in de.xima.fc.gui.bean.data with type arguments of type LDAPZugriff Modifier and Type Method Description void
LdapConnectionBean. setModel(IEntityListModelSelectByView<LDAPZugriff> model)
-
Uses of LDAPZugriff in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type LDAPZugriff Constructor Description LdapConnectionModifiedEvent(LDAPZugriff entity, de.xima.cmn.dao.enums.EDaoAction action, IEntityContext ec)
Creates a new entity POJO with the given data. -
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.LDAPConnection
LDAPConnectionFactory. getConnection(LDAPZugriff zugriff)
-
Uses of LDAPZugriff in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return LDAPZugriff Modifier and Type Method Description static LDAPZugriff
EntityDummyFactory. dummyLdapConnection(String name, Mandant client)
Methods in de.xima.fc.testhelper with parameters of type LDAPZugriff Modifier and Type Method Description static LDAPAbfrage
EntityDummyFactory. dummyLdapQuery(String name, LDAPZugriff connection, String ldapQuery)
-
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 void
WorkflowRequestContextModel. 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 WorkflowNode
WorkflowNodeFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter)
Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERY
with a custom search filter.static WorkflowNode
WorkflowNodeFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter, String baseDn)
Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERY
with a custom search filter.static WorkflowNode
WorkflowNodeFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter, String baseDn, Iterable<String> resultFilter)
Creates a new workflow node for aEWorkflowNodeType.FC_LDAP_QUERY
with 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()
-