org.chorem.pollen.ui.utils
Class LDAPAccountUtil

java.lang.Object
  extended by org.chorem.pollen.ui.utils.LDAPAccountUtil

public class LDAPAccountUtil
extends java.lang.Object

Classe permettant de gérer l'import de listes de votants à partir d'un serveur LDAP.

Version:
$Id: LDAPAccountUtil.java 2731 2009-08-18 12:22:46Z nrannou $
Author:
rannou

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

LDAPAccountUtil

public LDAPAccountUtil()
Method Detail

importList

public static java.util.List<PollAccountDTO> importList(java.lang.String url)
Import d'une liste de votants à partir d'un serveur LDAP.

Parameters:
url - l'URL correspondant à la recherche
Returns:
la liste de votants

importList

public 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.

Parameters:
server - l'adresse du serveur
context - le nom du contexte pour la recherche
filter - le filtre à apposer pour la recherche
Returns:
la liste de votants


Copyright © 2009 CodeLutin. All Rights Reserved.