Uses of Class
de.xima.fc.entities.LDAPZugriff
Packages that use LDAPZugriff
Package
Description
Package für Datenbankentitäten
-
Uses of LDAPZugriff in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return LDAPZugriffModifier and TypeMethodDescriptionLDAPZugriffDao.getByUUID(IEntityContext ec, Mandant client, String uuid) LDAPZugriffDao.getByUUID(IEntityContext ec, Mandant client, UUID uuid) Methods in de.xima.fc.dao.impl that return types with arguments of type LDAPZugriffModifier and TypeMethodDescriptionprotected IFCDaoActionHook<LDAPZugriff>LDAPZugriffDao.getPostActionHook()protected IFCDaoActionHook<LDAPZugriff>LDAPZugriffDao.getPreActionHook()Methods in de.xima.fc.dao.impl with parameters of type LDAPZugriffModifier and TypeMethodDescriptionLDAPZugriffDao.getEntityRefs(IEntityContext ec, LDAPZugriff ldapConnection) -
Uses of LDAPZugriff in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return LDAPZugriffModifier and TypeMethodDescriptionILDAPZugriffDao.getByUUID(IEntityContext ec, Mandant client, String uuid) Returns the LDAP connection with the given UUID stringILDAPZugriffDao.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 LDAPZugriffMethods in de.xima.fc.entities with parameters of type LDAPZugriff -
Uses of LDAPZugriff in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return LDAPZugriffMethods in de.xima.fc.gui.bean.data that return types with arguments of type LDAPZugriffMethods in de.xima.fc.gui.bean.data with parameters of type LDAPZugriffModifier and TypeMethodDescriptionvoidLdapConnectionBean.EntityListModelImpl.setSelected(LDAPZugriff selected) Method parameters in de.xima.fc.gui.bean.data with type arguments of type LDAPZugriffModifier and TypeMethodDescriptionvoidLdapConnectionBean.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 -
Uses of LDAPZugriff in de.xima.fc.gui.event.entity
Constructors in de.xima.fc.gui.event.entity with parameters of type LDAPZugriffModifierConstructorDescriptionLdapConnectionModifiedEvent(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 -
Uses of LDAPZugriff in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type LDAPZugriffModifier and TypeMethodDescriptionstatic com.unboundid.ldap.sdk.LDAPConnectionLDAPConnectionFactory.getConnection(LDAPZugriff zugriff) -
Uses of LDAPZugriff in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return LDAPZugriffModifier and TypeMethodDescriptionstatic LDAPZugriffEntityDummyFactory.dummyLdapConnection(String name, Mandant client) Methods in de.xima.fc.testhelper with parameters of type LDAPZugriffModifier and TypeMethodDescriptionstatic 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 LDAPZugriffModifier and TypeMethodDescriptionstatic <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 -
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 LDAPZugriffMethod parameters in de.xima.fc.workflow.designer.model with type arguments of type LDAPZugriffModifier and TypeMethodDescriptionvoidWorkflowRequestContextModel.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 LDAPZugriffModifier and TypeMethodDescriptionstatic 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 LDAPZugriffModifier and TypeMethodDescriptionstatic 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