Package | Description |
---|---|
de.xima.fc.dao.impl | |
de.xima.fc.dao.interfaces | |
de.xima.fc.entities |
Package für Datenbankentitäten
|
de.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
|
Modifier and Type | Method and Description |
---|---|
List<LDAPGruppe> |
LDAPGruppeDao.getAllByMandant(IEntityContext ec,
Mandant man) |
List<LDAPGruppe> |
LDAPGruppeDao.getAllByUserGroup(IEntityContext ec,
Mandant client,
BenutzerGruppe userGroup) |
Modifier and Type | Method and Description |
---|---|
List<LDAPGruppe> |
ILDAPGruppeDao.getAllByMandant(IEntityContext ec,
Mandant man) |
List<LDAPGruppe> |
ILDAPGruppeDao.getAllByUserGroup(IEntityContext entityContext,
Mandant client,
BenutzerGruppe userGroup)
Returns all
LDAPGruppe which are assigned to the BenutzerGruppe |
Modifier and Type | Method and Description |
---|---|
List<LDAPGruppe> |
BenutzerGruppe.getLdapGroups() |
Modifier and Type | Method and Description |
---|---|
void |
BenutzerGruppe.addLdapGroup(LDAPGruppe ldapGroup) |
void |
BenutzerGruppe.removeLdapGroup(LDAPGruppe ldapGroup) |
Modifier and Type | Method and Description |
---|---|
void |
BenutzerGruppe.setLdapGroups(List<LDAPGruppe> ldapGroups) |
Modifier and Type | Method and Description |
---|---|
List<LDAPGruppe> |
BackendBean.getLdapGroupsOfCurrentUser() |
Modifier and Type | Method and Description |
---|---|
LDAPGruppe |
LDAPGroupBean.EntityListModelImpl.getNew() |
Modifier and Type | Method and Description |
---|---|
List<LDAPGruppe> |
UserGroupBean.getAllLdapGroups() |
IEntityListModelSelectByView<LDAPGruppe> |
LDAPGroupBean.getModel() |
List<LDAPGruppe> |
UserGroupBean.getSelectedLdapGroups() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPGroupBean.setModel(IEntityListModelSelectByView<LDAPGruppe> model) |
void |
UserGroupBean.setSelectedLdapGroups(List<LDAPGruppe> selectedLdapGroups) |
Modifier and Type | Method and Description |
---|---|
void |
ClientUserManagementValidator.throwError(javax.faces.component.UIInput input,
List<LDAPGruppe> grpList,
List<LDAPAbfrage> queryList) |
Modifier and Type | Method and 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 group
|
static 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) |
Modifier and Type | Method and Description |
---|---|
static LDAPBenutzer |
LDAPBenutzerUtil.mergeLDAPGroupData(LDAPBenutzer ben,
Mandant man,
List<LDAPGruppe> grpList) |
Modifier and Type | Method and Description |
---|---|
Collection<LDAPGruppe> |
LDAPBenutzer.getLdapGruppen() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPBenutzer.setLdapGruppen(Collection<LDAPGruppe> ldapGruppen) |
Copyright © 2020 XIMA MEDIA GmbH. All rights reserved.