#include <LDAPUrl.h>
Public Member Functions | |
| LDAPUrl (const char *url) | |
| Create a new object from a c-string that contains a LDAP-Url. | |
| ~LDAPUrl () | |
| Destructor. | |
| int | getPort () const |
| int | getScope () const |
| const std::string & | getURLString () const |
| const std::string & | getHost () const |
| const std::string & | getDN () const |
| const std::string & | getFilter () const |
| const StringList & | getAttrs () const |
Protected Attributes | |
| int | m_Port |
| int | m_Scope |
| std::string | m_Host |
| std::string | m_DN |
| std::string | m_Filter |
| StringList | m_Attrs |
| LDAPURLDesc * | m_urlDesc |
| std::string | m_urlString |
LDAP-URLs are defined in RFC1959 and have the following format:
ldap://host:port/baseDN[?attr[?scope[?filter]]]
|
|
Create a new object from a c-string that contains a LDAP-Url.
|
|
|
Destructor.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.4