|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.chorem.pollen.ui.utils.LDAPAccountUtil
public class LDAPAccountUtil
Classe permettant de gérer l'import de listes de votants à partir d'un serveur LDAP.
| Constructor Summary | |
|---|---|
LDAPAccountUtil()
|
|
| Method Summary | |
|---|---|
static java.util.List<PollAccountDTO> |
importList(java.lang.String url)
Import d'une liste de votants à partir d'un serveur LDAP. |
static java.util.List<PollAccountDTO> |
importList(java.lang.String server,
java.lang.String context,
java.lang.String filter)
Import d'une liste de votants à partir d'un serveur LDAP. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LDAPAccountUtil()
| Method Detail |
|---|
public static java.util.List<PollAccountDTO> importList(java.lang.String url)
url - l'URL correspondant à la recherche
public static java.util.List<PollAccountDTO> importList(java.lang.String server,
java.lang.String context,
java.lang.String filter)
server - l'adresse du serveurcontext - le nom du contexte pour la recherchefilter - le filtre à apposer pour la recherche
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||