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()Methods in de.xima.fc.gui.bean.data with parameters of type LDAPZugriff Modifier and Type Method Description voidLdapConnectionBean.EntityListModelImpl. setSelected(LDAPZugriff selected)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.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type LDAPZugriff Modifier and Type Method Description List<LDAPZugriff>ExternalUserClientBean. getLdapConnectionOptions() -
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.LDAPConnectionLDAPConnectionFactory. 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 LDAPZugriffEntityDummyFactory. dummyLdapConnection(String name, Mandant client)Methods in de.xima.fc.testhelper with parameters of type LDAPZugriff Modifier and Type Method Description static LDAPAbfrageEntityDummyFactory. dummyLdapQuery(String name, LDAPZugriff connection, String ldapQuery) -
Uses of LDAPZugriff in de.xima.fc.testhelper.security
Methods in de.xima.fc.testhelper.security with parameters of type LDAPZugriff Modifier and Type Method Description static <T extends IAuthenticator<?>>
KerberosExtensionAuthenticatorProperties<T>DummyAuthenticatorPropsFactory. dummyKerberosExtensionProps(T authenticator, LDAPZugriff ldapCon) -
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.static FcLdapQueryPropsWorkflowNodePropsFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter)Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERYwith a custom search filter.static FcLdapQueryPropsWorkflowNodePropsFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter, String baseDn)Creates a new workflow node model for aEWorkflowNodeType.FC_LDAP_QUERYwith a custom search filter.static FcLdapQueryPropsWorkflowNodePropsFactory. ldapQuery(LDAPZugriff ldapConnection, String searchFilter, String baseDn, Iterable<String> resultFilter)Creates a new workflow node model 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()
-