|
PTLib
Version 2.18.8
|
This is the complete list of members for PLDAPSession, including all inherited members.
| 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 | |
| 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 | inlinestatic |
| Clone() const | PObject | virtual |
| CloneAs() const | PObject | inline |
| Close() | PLDAPSession | |
| Compare(const PObject &obj) const | PObject | virtual |
| Compare2(T v1, T v2) | PObject | inlinestatic |
| CompareObjectMemoryDirect(const PObject &obj) const | PObject | virtual |
| Comparison enum name | PObject | |
| CopyTraceContextIdentifier(PObject &obj) const | PObject | inline |
| CopyTraceContextIdentifier(PObject *obj) const | PObject | inline |
| CopyTraceContextIdentifier(PObject &to, const PObject &from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject &to, const PObject *from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject *to, const PObject &from) | PObject | inlinestatic |
| CopyTraceContextIdentifier(PObject *to, const PObject *from) | PObject | inlinestatic |
| Delete(const PString &dn) | PLDAPSession | |
| EqualTo enum value | PObject | |
| GetBaseDN() const | PLDAPSession | inline |
| GetClass() const | PObject | inline |
| 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 |
| GetTraceContextIdentifier() const | PObject | inline |
| GreaterThan enum value | PObject | |
| HashFunction() const | PObject | virtual |
| InternalCompareObjectMemoryDirect(const PObject *obj1, const PObject *obj2, PINDEX size) | PObject | static |
| IsClass(const char *name) const | PObject | inline |
| IsOpen() const | PLDAPSession | inline |
| LessThan enum value | PObject | |
| m_defaultBaseDN | PLDAPSession | protected |
| m_errorNumber | PLDAPSession | protected |
| m_ldapContext | PLDAPSession | protected |
| m_multipleValueSeparator | PLDAPSession | protected |
| m_protocolVersion | PLDAPSession | protected |
| m_searchLimit | PLDAPSession | protected |
| m_timeout | PLDAPSession | protected |
| m_traceContextIdentifier | PObject | protected |
| 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 | |
| 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<=(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 |
| PLDAPSession(const PString &defaultBaseDN=PString::Empty()) | PLDAPSession | |
| PObject() | PObject | inlineprotected |
| PrintOn(ostream &strm) const | PObject | virtual |
| PTraceObjectInstance() const | PObject | inline |
| PTraceObjectInstance(const char *) | PObject | inlinestatic |
| PTraceObjectInstance(const PObject *obj) | PObject | inlinestatic |
| 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 | |
| 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 |
| SetTraceContextIdentifier(unsigned id) | PObject | inline |
| SetTraceContextIdentifier(const PObject &obj) | PObject | inline |
| SetTraceContextIdentifier(const PObject *obj) | PObject | inline |
| StartTLS() | PLDAPSession | |
| ~PLDAPSession() | PLDAPSession | |
| ~PObject() | PObject | inlinevirtual |