Add(const PString &dn, const PArray< ModAttrib > &attributes) | PLDAPSession | |
Add(const PString &dn, const PStringToString &attributes) | PLDAPSession | |
Add(const PString &dn, const PStringArray &attributes) | PLDAPSession | |
Add(const PString &dn, const PLDAPStructBase &data) | PLDAPSession | |
AddPerson(const RTPerson &person) | PILSSession | |
AuthenticationMethod enum name | PLDAPSession | |
AuthKerberos enum value | PLDAPSession | |
AuthSASL enum value | PLDAPSession | |
AuthSimple enum value | PLDAPSession | |
Bind(const PString &who=PString::Empty(), const PString &passwd=PString::Empty(), AuthenticationMethod authMethod=AuthSimple) | PLDAPSession | |
Class() | PObject | [inline, static] |
Clone() const | PObject | [virtual] |
Close() | PLDAPSession | |
Compare(const PObject &obj) const | PObject | [virtual] |
CompareObjectMemoryDirect(const PObject &obj) const | PObject | [virtual] |
Comparison enum name | PObject | |
defaultBaseDN | PLDAPSession | [protected] |
Delete(const PString &dn) | PLDAPSession | |
DeletePerson(const RTPerson &person) | PILSSession | |
EqualTo enum value | PObject | |
errorNumber | PLDAPSession | [protected] |
GetBaseDN() const | PLDAPSession | [inline] |
GetClass(unsigned ancestor=0) const | PObject | [inline, virtual] |
GetDN() const | PILSSession | |
GetErrorNumber() const | PLDAPSession | [inline] |
GetErrorText() const | PLDAPSession | |
GetNextSearchResult(SearchContext &context) | PLDAPSession | |
GetOpenLDAP() const | PLDAPSession | [inline] |
GetSearchResult(SearchContext &context, PStringToString &data) | PLDAPSession | |
GetSearchResult(SearchContext &context, const PString &attribute, PString &data) | PLDAPSession | |
GetSearchResult(SearchContext &context, const PString &attribute, PStringArray &data) | PLDAPSession | |
GetSearchResult(SearchContext &context, const PString &attribute, PArray< PBYTEArray > &data) | PLDAPSession | |
GetSearchResult(SearchContext &context, PLDAPStructBase &data) | PLDAPSession | |
GetSearchResultDN(SearchContext &context) | PLDAPSession | |
GetTimeout() const | PLDAPSession | [inline] |
GreaterThan enum value | PObject | |
HashFunction() const | PObject | [virtual] |
InternalIsDescendant(const char *clsName) const | PObject | [inline, virtual] |
IsClass(const char *cls) const | PObject | [inline] |
IsOpen() const | PLDAPSession | [inline] |
ldapContext | PLDAPSession | [protected] |
LessThan enum value | PObject | |
Modify(const PString &dn, const PArray< ModAttrib > &attributes) | PLDAPSession | |
Modify(const PString &dn, const PStringToString &attributes) | PLDAPSession | |
Modify(const PString &dn, const PStringArray &attributes) | PLDAPSession | |
Modify(const PString &dn, const PLDAPStructBase &data) | PLDAPSession | |
ModifyPerson(const RTPerson &person) | PILSSession | |
multipleValueSeparator | PLDAPSession | [protected] |
NumAuthenticationMethod enum value | PLDAPSession | |
NumSearchScope enum value | PLDAPSession | |
Open(const PString &server, WORD port=0) | PLDAPSession | |
operator!=(const PObject &obj) const | PObject | [inline] |
operator<(const PObject &obj) const | PObject | [inline] |
operator<<(ostream &strm, const PObject &obj) | PObject | [friend] |
operator<=(const PObject &obj) const | PObject | [inline] |
operator==(const PObject &obj) const | PObject | [inline] |
operator>(const PObject &obj) const | PObject | [inline] |
operator>=(const PObject &obj) const | PObject | [inline] |
operator>>(istream &strm, PObject &obj) | PObject | [friend] |
PILSSession() | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, unsigned, sflags, 0) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, unsigned, ssecurity, 0) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, unsigned, smodop, 0) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, unsigned, sttl, 3600) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, PString, sappid, PProcess::Current().GetName()) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, PString, sappguid,"none") | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, PBoolean, ilsa32833566, 0) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, PBoolean, ilsa32964638, 0) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, PBoolean, ilsa26214430, 0) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, unsigned, ilsa26279966, 0) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, unsigned, ilsa39321630, 0) | PILSSession | |
PLDAP_ATTR_INIT(RTPerson, time_t, timestamp, PTime().GetTimeInSeconds()) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PString, cn) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PString, c) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PString, o) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PString, surname) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PString, givenName) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PString, rfc822Mailbox) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PString, location) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PString, comment) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, MSIPAddress, sipAddress) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PWORDArray, sport) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PStringList, sprotid) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PStringList, sprotmimetype) | PILSSession | |
PLDAP_ATTR_SIMP(RTPerson, PStringList, smimetype) | PILSSession | |
PLDAP_STRUCT_END() | PILSSession | |
PLDAPSession(const PString &defaultBaseDN=PString::Empty()) | PLDAPSession | |
PObject() | PObject | [inline, protected] |
PrintOn(ostream &strm) const | PObject | [virtual] |
protocolVersion | PLDAPSession | [protected] |
ReadFrom(istream &strm) | PObject | [virtual] |
ScopeBaseOnly enum value | PLDAPSession | |
ScopeSingleLevel enum value | PLDAPSession | |
ScopeSubTree enum value | PLDAPSession | |
Search(SearchContext &context, const PString &filter, const PStringArray &attributes=PStringList(), const PString &base=PString::Empty(), SearchScope scope=ScopeSubTree) | PLDAPSession | |
Search(const PString &filter, const PStringArray &attributes=PStringList(), const PString &base=PString::Empty(), SearchScope scope=ScopeSubTree) | PLDAPSession | |
searchLimit | PLDAPSession | [protected] |
SearchPeople(const PString &filter) | PILSSession | |
SearchPerson(const PString &canonicalName, RTPerson &person) | PILSSession | |
SearchScope enum name | PLDAPSession | |
SetBaseDN(const PString &dn) | PLDAPSession | [inline] |
SetOption(int optcode, int value) | PLDAPSession | |
SetOption(int optcode, void *value) | PLDAPSession | |
SetSearchLimit(const unsigned s) | PLDAPSession | [inline] |
SetTimeout(const PTimeInterval &t) | PLDAPSession | [inline] |
timeout | PLDAPSession | [protected] |
~PLDAPSession() | PLDAPSession | |
~PObject() | PObject | [inline, virtual] |