Uses of Class
de.xima.fc.entities.MandantLdapData
Packages that use MandantLdapData
Package
Description
Package for the API access of the model classes.
Package for API access to system configuration.
Package für Datenbankentitäten
Package to create clients, trigger updates and configure the system-logger
Package with interfaces to implement and replace the default client-creation
-
Uses of MandantLdapData in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return MandantLdapDataModifier and TypeMethodDescriptionMandantLdapDataAPI.getByClient
(UserContext uc, Mandant mandant) Deprecated.Method deliver the LDAP data for a client. -
Uses of MandantLdapData in de.xima.fc.api.system
Methods in de.xima.fc.api.system with parameters of type MandantLdapDataModifier and TypeMethodDescriptionSetupAPI.createMandantWithDependencies
(UserContext uc, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user) Deprecated. -
Uses of MandantLdapData in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return MandantLdapDataModifier and TypeMethodDescriptionMandantLdapDataDao.getByMandant
(IEntityContext ec, Mandant mandant) Deprecated.Methods in de.xima.fc.dao.impl that return types with arguments of type MandantLdapDataModifier and TypeMethodDescriptionprotected IFCDaoActionHook<MandantLdapData>
MandantLdapDataDao.getPreActionHook()
Deprecated. -
Uses of MandantLdapData in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return MandantLdapDataModifier and TypeMethodDescriptionIMandantLdapDataDao.getByMandant
(IEntityContext ec, Mandant mandant) Deprecated. -
Uses of MandantLdapData in de.xima.fc.entities
Methods in de.xima.fc.entities that return MandantLdapDataModifier and TypeMethodDescriptionMandant.getLdapData()
Deprecated.useMandantLdapData
and the corresponding DAO or APIMethods in de.xima.fc.entities with parameters of type MandantLdapDataModifier and TypeMethodDescriptionvoid
Mandant.setLdapData
(MandantLdapData ldapData) Deprecated.useMandantLdapData
and the corresponding DAO or API -
Uses of MandantLdapData in de.xima.fc.gui.bean.data
Methods in de.xima.fc.gui.bean.data that return MandantLdapData -
Uses of MandantLdapData in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return MandantLdapData -
Uses of MandantLdapData in de.xima.fc.gui.common.bean
Fields in de.xima.fc.gui.common.bean declared as MandantLdapDataModifier and TypeFieldDescriptionprotected MandantLdapData
AContextBean.currentLdapData
Deprecated.Methods in de.xima.fc.gui.common.bean that return MandantLdapDataMethods in de.xima.fc.gui.common.bean with parameters of type MandantLdapDataModifier and TypeMethodDescriptionvoid
AContextBean.setCurrentLdapData
(MandantLdapData currentLdapData) Deprecated. -
Uses of MandantLdapData in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return MandantLdapDataModifier and TypeMethodDescriptionMandantLdapDataHandler.getByClient
(UserContext uc, Mandant mandant) Deprecated. -
Uses of MandantLdapData in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return MandantLdapDataModifier and TypeMethodDescriptionIMandantLdapDataHandler.getByClient
(UserContext uc, Mandant mandant) Deprecated. -
Uses of MandantLdapData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type MandantLdapDataModifier and TypeMethodDescriptionboolean
ISetupHandler.createManantWithDependencies
(UserContext uc, Mandant client, MandantMailData clientMailData, MandantLdapData clientLdapData, Benutzer user) Deprecated. -
Uses of MandantLdapData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type MandantLdapDataModifier and TypeMethodDescriptionboolean
SetupHandler.createManantWithDependencies
(UserContext uc, Mandant mandant, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben) Deprecated. -
Uses of MandantLdapData in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type MandantLdapDataModifier and TypeMethodDescriptionLDAPBenutzerUtil.getAttributesFromUser
(MandantLdapData mandantLdapData, LDAPGruppe ldapGroup, String attribute) Deprecated.Returns a list of values of the passed attribute for the LDAP group User management has been reworked in version 8.0.0.static com.unboundid.ldap.sdk.LDAPConnection
LDAPConnectionFactory.getConnection
(LDAPGruppe gruppe, MandantLdapData data) Deprecated.MandantLdapData
&LDAPGruppe
are deprecated since version 8.0.0.static com.unboundid.ldap.sdk.LDAPConnection
LDAPConnectionFactory.getConnection
(LDAPGruppe gruppe, MandantLdapData data, String username, String password) Deprecated.MandantLdapData
&LDAPGruppe
are deprecated since version 8.0.0.static com.unboundid.ldap.sdk.LDAPConnection
LDAPConnectionFactory.getConnection
(MandantLdapData data) Deprecated.MandantLdapData
is deprecated since version 8.0.0.static com.unboundid.ldap.sdk.LDAPConnection
LDAPConnectionFactory.getConnection
(MandantLdapData data, String username, String password) Deprecated.MandantLdapData
is deprecated since version 8.0.0.static List<LDAPBenutzer>
LDAPBenutzerUtil.getLDAPUsers
(MandantLdapData ldapData) Deprecated.User management has been reworked in version 8.0.0.static List<LDAPBenutzer>
LDAPBenutzerUtil.getLDAPUsers
(MandantLdapData ldapData, com.unboundid.ldap.sdk.Filter filter) Deprecated.User management has been reworked in version 8.0.0.LDAPDataUtil.searchLDAPGroups
(LDAPGruppe gruppe, MandantLdapData data) Deprecated.static FCMessage
LDAPBenutzerUtil.testBenutzerSearch
(LDAPGruppe gruppe, MandantLdapData data) Deprecated.LDAPGruppe
have been deprecated in version 8.0.0static FCMessage
LDAPBenutzerUtil.testBenutzerSearch
(MandantLdapData data) Deprecated.MandantLdapData
has been deprecated in version 8.0.0 -
Uses of MandantLdapData in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type MandantLdapDataModifier and TypeMethodDescriptionstatic com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters, IReplacerParams replacerParams) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage ldapQuery, MandantLdapData data, Serializable[] queryParameter, String[] attributeArray) static com.alibaba.fastjson.JSONArray
LDAPQueryManager.executeQuery
(LDAPAbfrage ldapQuery, MandantLdapData data, Serializable[] queryParameter, String[] attributeArray, IReplacerParams replacerParams) Executes a given LDAP query and return the result asJSONArray
. -
Uses of MandantLdapData in de.xima.fc.setup
Methods in de.xima.fc.setup that return MandantLdapDataModifier and TypeMethodDescriptionprotected MandantLdapData
DefaultClientCreator.createLdapData
(IEntityContext ec, MandantLdapData ldapData, Mandant client) Deprecated.UseDefaultClientCreator.createLdapData(IEntityContext, LDAPZugriff, Mandant)
instead.Methods in de.xima.fc.setup with parameters of type MandantLdapDataModifier and TypeMethodDescriptionDefaultClientCreator.createClient
(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData) protected MandantLdapData
DefaultClientCreator.createLdapData
(IEntityContext ec, MandantLdapData ldapData, Mandant client) Deprecated.UseDefaultClientCreator.createLdapData(IEntityContext, LDAPZugriff, Mandant)
instead.static FCMessage
XFSetup.createMandant
(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user) Deprecated. -
Uses of MandantLdapData in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces with parameters of type MandantLdapDataModifier and TypeMethodDescriptiondefault Mandant
IClientCreator.createClient
(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData) -
Uses of MandantLdapData in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return MandantLdapDataModifier and TypeMethodDescriptionstatic MandantLdapData
EntityDummyFactory.dummyClientLdapData
(Mandant client) static MandantLdapData
EntityDummyFactory.dummyClientLdapData
(Mandant client, int port)
SetupAPI.createMandantWithDependencies(UserContext, Mandant, MandantMailData, String, IUser)
instead.