Uses of Class
de.xima.fc.entities.MandantLdapData
-
Packages that use MandantLdapData Package Description de.xima.fc.api.entity Package for the API access of the model classes.de.xima.fc.api.system Package for API access to system configuration.de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean.data de.xima.fc.gui.bean.settings de.xima.fc.gui.bean.user de.xima.fc.gui.common.bean de.xima.fc.handler.entity de.xima.fc.handler.interfaces.entity de.xima.fc.handler.interfaces.system de.xima.fc.handler.system de.xima.fc.ldap de.xima.fc.manager de.xima.fc.setup Package to create clients, trigger updates and configure the system-loggerde.xima.fc.setup.interfaces Package with interfaces to implement and replace the default client-creationde.xima.fc.testhelper -
-
Uses of MandantLdapData in de.xima.fc.api.entity
Methods in de.xima.fc.api.entity that return MandantLdapData Modifier and Type Method Description MandantLdapDataMandantLdapDataAPI. getByClient(UserContext uc, Mandant mandant)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 MandantLdapData Modifier and Type Method Description BooleanSetupAPI. createMandantWithDependencies(UserContext uc, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)Method for creating aMandantwith initial configuration analogous to the setup process. -
Uses of MandantLdapData in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return MandantLdapData Modifier and Type Method Description MandantLdapDataMandantLdapDataDao. getByMandant(IEntityContext ec, Mandant mandant)Methods in de.xima.fc.dao.impl that return types with arguments of type MandantLdapData Modifier and Type Method Description protected IFCDaoActionHook<MandantLdapData>MandantLdapDataDao. getPreActionHook() -
Uses of MandantLdapData in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return MandantLdapData Modifier and Type Method Description MandantLdapDataIMandantLdapDataDao. getByMandant(IEntityContext ec, Mandant mandant) -
Uses of MandantLdapData in de.xima.fc.entities
Methods in de.xima.fc.entities that return MandantLdapData Modifier and Type Method Description MandantLdapDataMandant. getLdapData()Deprecated.useMandantLdapDataand the corresponding DAO or APIMethods in de.xima.fc.entities with parameters of type MandantLdapData Modifier and Type Method Description voidMandant. setLdapData(MandantLdapData ldapData)Deprecated.useMandantLdapDataand 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 Modifier and Type Method Description MandantLdapDataLdapQueryBean. getCurrentLdapData() -
Uses of MandantLdapData in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return MandantLdapData Modifier and Type Method Description MandantLdapDataClientBean. getLdapData()Methods in de.xima.fc.gui.bean.settings with parameters of type MandantLdapData Modifier and Type Method Description voidClientBean. setLdapData(MandantLdapData ldapData) -
Uses of MandantLdapData in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return MandantLdapData Modifier and Type Method Description MandantLdapDataLDAPGroupBean. getCurrentLdapData() -
Uses of MandantLdapData in de.xima.fc.gui.common.bean
Fields in de.xima.fc.gui.common.bean declared as MandantLdapData Modifier and Type Field Description protected MandantLdapDataAContextBean. currentLdapDataMethods in de.xima.fc.gui.common.bean that return MandantLdapData Modifier and Type Method Description MandantLdapDataAContextBean. getCurrentLdapData()Methods in de.xima.fc.gui.common.bean with parameters of type MandantLdapData Modifier and Type Method Description voidAContextBean. setCurrentLdapData(MandantLdapData currentLdapData) -
Uses of MandantLdapData in de.xima.fc.handler.entity
Methods in de.xima.fc.handler.entity that return MandantLdapData Modifier and Type Method Description MandantLdapDataMandantLdapDataHandler. getByClient(UserContext uc, Mandant mandant) -
Uses of MandantLdapData in de.xima.fc.handler.interfaces.entity
Methods in de.xima.fc.handler.interfaces.entity that return MandantLdapData Modifier and Type Method Description MandantLdapDataIMandantLdapDataHandler. getByClient(UserContext uc, Mandant mandant) -
Uses of MandantLdapData in de.xima.fc.handler.interfaces.system
Methods in de.xima.fc.handler.interfaces.system with parameters of type MandantLdapData Modifier and Type Method Description booleanISetupHandler. createManantWithDependencies(UserContext uc, Mandant client, MandantMailData clientMailData, MandantLdapData clientLdapData, Benutzer user)Methode zum Anlegen eines Mandanten mit der initialen Konfiguration, analog zum Setup-Prozess -
Uses of MandantLdapData in de.xima.fc.handler.system
Methods in de.xima.fc.handler.system with parameters of type MandantLdapData Modifier and Type Method Description booleanSetupHandler. createManantWithDependencies(UserContext uc, Mandant mandant, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben) -
Uses of MandantLdapData in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type MandantLdapData Modifier and Type Method Description static List<String>LDAPBenutzerUtil. getAttributesFromUser(MandantLdapData mandantLdapData, LDAPGruppe ldapGroup, String attribute)Returns a list of values of the passed attribute for the LDAP groupstatic com.unboundid.ldap.sdk.LDAPConnectionLDAPConnectionFactory. getConnection(LDAPGruppe gruppe, MandantLdapData data)static com.unboundid.ldap.sdk.LDAPConnectionLDAPConnectionFactory. getConnection(LDAPGruppe gruppe, MandantLdapData data, String username, String password)static com.unboundid.ldap.sdk.LDAPConnectionLDAPConnectionFactory. getConnection(MandantLdapData data)static com.unboundid.ldap.sdk.LDAPConnectionLDAPConnectionFactory. getConnection(MandantLdapData data, String username, String password)static List<LDAPBenutzer>LDAPBenutzerUtil. getLDAPUsers(MandantLdapData ldapData)static List<LDAPBenutzer>LDAPBenutzerUtil. getLDAPUsers(MandantLdapData ldapData, com.unboundid.ldap.sdk.Filter filter)static List<String>LDAPDataUtil. searchLDAPGroups(LDAPGruppe gruppe, MandantLdapData data)static FCMessageLDAPBenutzerUtil. testBenutzerSearch(LDAPGruppe gruppe, MandantLdapData data)static FCMessageLDAPBenutzerUtil. testBenutzerSearch(MandantLdapData data) -
Uses of MandantLdapData in de.xima.fc.manager
Methods in de.xima.fc.manager with parameters of type MandantLdapData Modifier and Type Method Description static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(LDAPAbfrage abfrage, MandantLdapData data, Serializable[] parameters, IReplacerParams replacerParams)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. executeQuery(LDAPAbfrage ldapQuery, MandantLdapData data, Serializable[] queryParameter, String[] attributeArray)static com.alibaba.fastjson.JSONArrayLDAPQueryManager. 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 MandantLdapData Modifier and Type Method Description protected MandantLdapDataDefaultClientCreator. createLdapData(IEntityContext ec, MandantLdapData ldapData, Mandant client)Methods in de.xima.fc.setup with parameters of type MandantLdapData Modifier and Type Method Description MandantDefaultClientCreator. createClient(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer defaultUser, IClientCreateData defaultData)protected MandantLdapDataDefaultClientCreator. createLdapData(IEntityContext ec, MandantLdapData ldapData, Mandant client)static FCMessageXFSetup. createMandant(IEntityContext ec, Mandant client, MandantMailData mailData, MandantLdapData ldapData, Benutzer user)Creats an client with the currentIClientCreatorand currentIClientCreateData -
Uses of MandantLdapData in de.xima.fc.setup.interfaces
Methods in de.xima.fc.setup.interfaces with parameters of type MandantLdapData Modifier and Type Method Description default MandantIClientCreator. createClient(IEntityContext ec, Mandant man, MandantMailData mailData, MandantLdapData ldapData, Benutzer ben, IClientCreateData defaultData)Method to create an client with the given data. -
Uses of MandantLdapData in de.xima.fc.testhelper
Methods in de.xima.fc.testhelper that return MandantLdapData Modifier and Type Method Description static MandantLdapDataEntityDummyFactory. dummyClientLdapData(Mandant client)static MandantLdapDataEntityDummyFactory. dummyClientLdapData(Mandant client, int port)
-