Uses of Class
de.xima.fc.entities.LDAPGruppe
-
Packages that use LDAPGruppe Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.entities Package für Datenbankentitätende.xima.fc.gui.bean de.xima.fc.gui.bean.user de.xima.fc.gui.validator de.xima.fc.ldap de.xima.fc.mdl Allgemeine Modellklassen, nicht Datenbankpersitiert -
-
Uses of LDAPGruppe in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type LDAPGruppe Modifier and Type Method Description List<LDAPGruppe>
LDAPGruppeDao. getAllByMandant(IEntityContext ec, Mandant man)
List<LDAPGruppe>
LDAPGruppeDao. getAllByUserGroup(IEntityContext ec, Mandant client, BenutzerGruppe userGroup)
protected IFCDaoActionHook<LDAPGruppe>
LDAPGruppeDao. getPostActionHook()
-
Uses of LDAPGruppe in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type LDAPGruppe Modifier and Type Method Description List<LDAPGruppe>
ILDAPGruppeDao. getAllByMandant(IEntityContext ec, Mandant man)
List<LDAPGruppe>
ILDAPGruppeDao. getAllByUserGroup(IEntityContext entityContext, Mandant client, BenutzerGruppe userGroup)
Returns allLDAPGruppe
which 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 LDAPGruppe Modifier and Type Method Description List<LDAPGruppe>
BenutzerGruppe. getLdapGroups()
Methods in de.xima.fc.entities with parameters of type LDAPGruppe Modifier and Type Method Description void
BenutzerGruppe. addLdapGroup(LDAPGruppe ldapGroup)
void
BenutzerGruppe. removeLdapGroup(LDAPGruppe ldapGroup)
Method parameters in de.xima.fc.entities with type arguments of type LDAPGruppe Modifier and Type Method Description void
BenutzerGruppe. setLdapGroups(List<LDAPGruppe> ldapGroups)
-
Uses of LDAPGruppe in de.xima.fc.gui.bean
Methods in de.xima.fc.gui.bean that return types with arguments of type LDAPGruppe Modifier and Type Method Description List<LDAPGruppe>
BackendBean. getLdapGroupsOfCurrentUser()
-
Uses of LDAPGruppe in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return LDAPGruppe Modifier and Type Method Description LDAPGruppe
LDAPGroupBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.user that return types with arguments of type LDAPGruppe Modifier and Type Method Description List<LDAPGruppe>
UserGroupBean. getAllLdapGroups()
IEntityListModelSelectByView<LDAPGruppe>
LDAPGroupBean. getModel()
List<LDAPGruppe>
UserGroupBean. getSelectedLdapGroups()
Method parameters in de.xima.fc.gui.bean.user with type arguments of type LDAPGruppe Modifier and Type Method Description void
LDAPGroupBean. setModel(IEntityListModelSelectByView<LDAPGruppe> model)
void
UserGroupBean. setSelectedLdapGroups(List<LDAPGruppe> selectedLdapGroups)
-
Uses of LDAPGruppe in de.xima.fc.gui.validator
Method parameters in de.xima.fc.gui.validator with type arguments of type LDAPGruppe Modifier and Type Method Description void
ClientUserManagementValidator. throwError(javax.faces.component.UIInput input, List<LDAPGruppe> grpList, List<LDAPAbfrage> queryList)
-
Uses of LDAPGruppe in de.xima.fc.ldap
Methods in de.xima.fc.ldap with parameters of type LDAPGruppe Modifier and Type Method Description static boolean
LDAPBenutzerUtil. checkLDAPLogin(IEntityContext ec, LDAPGruppe gruppe, String userLogin, String userPwd)
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.LDAPConnection
LDAPConnectionFactory. getConnection(LDAPGruppe gruppe, MandantLdapData data)
static com.unboundid.ldap.sdk.LDAPConnection
LDAPConnectionFactory. getConnection(LDAPGruppe gruppe, MandantLdapData data, String username, String password)
static LDAPBenutzer
LDAPBenutzerUtil. getLDAPGruppeBenutzer(IEntityContext ec, LDAPGruppe gruppe, String userLogin)
static List<String>
LDAPDataUtil. searchLDAPGroups(LDAPGruppe gruppe, MandantLdapData data)
static FCMessage
LDAPBenutzerUtil. testBenutzerSearch(LDAPGruppe gruppe, MandantLdapData data)
Method parameters in de.xima.fc.ldap with type arguments of type LDAPGruppe Modifier and Type Method Description static LDAPBenutzer
LDAPBenutzerUtil. mergeLDAPGroupData(LDAPBenutzer ben, Mandant man, List<LDAPGruppe> grpList)
-
Uses of LDAPGruppe in de.xima.fc.mdl
Methods in de.xima.fc.mdl that return types with arguments of type LDAPGruppe Modifier and Type Method Description Collection<LDAPGruppe>
LDAPBenutzer. getLdapGruppen()
Method parameters in de.xima.fc.mdl with type arguments of type LDAPGruppe Modifier and Type Method Description void
LDAPBenutzer. setLdapGruppen(Collection<LDAPGruppe> ldapGruppen)
-