Uses of Class
de.xima.fc.entities.LDAPGruppe
Packages that use LDAPGruppe
Package
Description
Package for the API access of the model classes.
Package für Datenbankentitäten
Allgemeine Modellklassen, nicht Datenbankpersitiert
-
Uses of LDAPGruppe in de.xima.fc.api.entity
Subclasses with type arguments of type LDAPGruppe in de.xima.fc.api.entity -
Uses of LDAPGruppe in de.xima.fc.dao.impl
Subclasses with type arguments of type LDAPGruppe in de.xima.fc.dao.implModifier and TypeClassDescriptionclassDeprecated.Since Version 8.0.0 LDAP access toMandants is stored inIndirectClientAuthorizations.Methods in de.xima.fc.dao.impl that return types with arguments of type LDAPGruppeModifier and TypeMethodDescriptionLDAPGruppeDao.getAllByMandant(IEntityContext ec, Mandant man) Deprecated.LDAPGruppeDao.getAllByUserGroup(IEntityContext ec, Mandant client, BenutzerGruppe userGroup) Deprecated.protected IFCDaoActionHook<LDAPGruppe> LDAPGruppeDao.getPostActionHook()Deprecated. -
Uses of LDAPGruppe in de.xima.fc.dao.interfaces
Subinterfaces with type arguments of type LDAPGruppe in de.xima.fc.dao.interfacesModifier and TypeInterfaceDescriptioninterfaceDeprecated.Since Version 8.0.0 LDAP access toMandants is stored inIndirectClientAuthorizations.Methods in de.xima.fc.dao.interfaces that return types with arguments of type LDAPGruppeModifier and TypeMethodDescriptionILDAPGruppeDao.getAllByMandant(IEntityContext ec, Mandant man) Deprecated.ILDAPGruppeDao.getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup) Deprecated.Returns allLDAPGruppewhich are assigned to theBenutzerGruppe -
Uses of LDAPGruppe in de.xima.fc.entities
Methods in de.xima.fc.entities that return types with arguments of type LDAPGruppeMethods in de.xima.fc.entities with parameters of type LDAPGruppeModifier and TypeMethodDescriptionvoidBenutzerGruppe.addLdapGroup(LDAPGruppe ldapGroup) Deprecated.UseBenutzerGruppe.setIndirectClientAuthorizations(Set)instead.voidBenutzerGruppe.removeLdapGroup(LDAPGruppe ldapGroup) Deprecated.UseBenutzerGruppe.setIndirectClientAuthorizations(Set)instead.Method parameters in de.xima.fc.entities with type arguments of type LDAPGruppeModifier and TypeMethodDescriptionvoidBenutzerGruppe.setLdapGroups(List<LDAPGruppe> ldapGroups) Deprecated.UseBenutzerGruppe.setIndirectClientAuthorizations(Set)instead. -
Uses of LDAPGruppe in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return types with arguments of type LDAPGruppe -
Uses of LDAPGruppe in de.xima.fc.gui.bean.user
Subclasses with type arguments of type LDAPGruppe in de.xima.fc.gui.bean.userMethods in de.xima.fc.gui.bean.user that return LDAPGruppeMethods in de.xima.fc.gui.bean.user that return types with arguments of type LDAPGruppeMethod parameters in de.xima.fc.gui.bean.user with type arguments of type LDAPGruppeModifier and TypeMethodDescriptionvoidLDAPGroupBean.setModel(IEntityListModelSelectByView<LDAPGruppe> model) Deprecated. -
Uses of LDAPGruppe in de.xima.fc.gui.validator
Method parameters in de.xima.fc.gui.validator with type arguments of type LDAPGruppeModifier and TypeMethodDescriptionvoidClientUserManagementValidator.throwError(javax.faces.component.UIInput input, List<LDAPGruppe> grpList, List<LDAPAbfrage> queryList) -
Uses of LDAPGruppe in de.xima.fc.gui.validator.name
Subclasses with type arguments of type LDAPGruppe in de.xima.fc.gui.validator.name -
Uses of LDAPGruppe in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type LDAPGruppeModifier and TypeMethodDescriptionstatic booleanLDAPBenutzerUtil.checkLDAPLogin(IEntityContext ec, LDAPGruppe gruppe, String userLogin, String userPwd) Deprecated.LDAPBenutzerUtil.getAttributesFromUser(MandantLdapData mandantLdapData, LDAPGruppe ldapGroup, String attribute) Deprecated.static com.unboundid.ldap.sdk.LDAPConnectionLDAPConnectionFactory.getConnection(LDAPGruppe gruppe, MandantLdapData data) Deprecated.MandantLdapData&LDAPGruppeare deprecated since version 8.0.0.static com.unboundid.ldap.sdk.LDAPConnectionLDAPConnectionFactory.getConnection(LDAPGruppe gruppe, MandantLdapData data, String username, String password) Deprecated.MandantLdapData&LDAPGruppeare deprecated since version 8.0.0.static LDAPBenutzerLDAPBenutzerUtil.getLDAPGruppeBenutzer(IEntityContext ec, LDAPGruppe gruppe, String userLogin) Deprecated.LDAPDataUtil.searchLDAPGroups(LDAPGruppe gruppe, MandantLdapData data) Deprecated.static FCMessageLDAPBenutzerUtil.testBenutzerSearch(LDAPGruppe gruppe, MandantLdapData data) Deprecated.Method parameters in de.xima.fc.ldap with type arguments of type LDAPGruppeModifier and TypeMethodDescriptionstatic LDAPBenutzerLDAPBenutzerUtil.mergeLDAPGroupData(LDAPBenutzer ben, Mandant man, List<LDAPGruppe> grpList) Deprecated.Adds alluser groupsandrolesfrom the given LDAP groups to the user. -
Uses of LDAPGruppe in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return types with arguments of type LDAPGruppeMethod parameters in de.xima.fc.mdl with type arguments of type LDAPGruppeModifier and TypeMethodDescriptionvoidLDAPBenutzer.setLdapGruppen(Collection<LDAPGruppe> ldapGruppen) Deprecated.
UserProfiles.