Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members  

EdgReplicaManager::LDAPQuery Class Reference

class to query an LDAP server. More...

List of all members.

Public Methods

 LDAPQuery (const std::string &baseDN, const std::string &hostname) throw (LDAPException)
 ~LDAPQuery ()
 try to connect to LDAP server. More...

const std::vector< std::string > & query (const std::string &constraint, const std::string &attr) throw (LDAPException)
 do a query looking for the object scope, with a given constraint and a given attribute. More...


Detailed Description

class to query an LDAP server.


Constructor & Destructor Documentation

LDAPQuery const std::string &    baseDN,
const std::string &    hostname
throw (LDAPException)
 

~LDAPQuery  
 

try to connect to LDAP server.


Member Function Documentation

const std::vector< std::string > & query const std::string &    constraint,
const std::string &    attr
throw (LDAPException)
 

do a query looking for the object scope, with a given constraint and a given attribute.

The EU DataGrid Project. All rights reserved.