|
| AFW_LDAP_DECLARE_INTERNAL_CONST_DATA (afw_adaptor_factory_t) afw_ldap_adaptor_factory |
|
const afw_adaptor_t * | afw_ldap_internal_adaptor_create_cede_p (const afw_object_t *properties, const afw_pool_t *p, afw_xctx_t *xctx) |
| Internal create an LDAP adaptor. More...
|
|
afw_ldap_internal_adaptor_session_t * | afw_ldap_internal_adaptor_session_create (afw_ldap_internal_adaptor_t *adaptor, afw_xctx_t *xctx) |
| Internal create an LDAP adaptor session. More...
|
|
void | afw_ldap_internal_cleanup_ldap_msgfree (void *data, void *data2, const afw_pool_t *p, afw_xctx_t *xctx) |
|
void | afw_ldap_internal_cleanup_ldap_value_free_len (void *data, void *data2, const afw_pool_t *p, afw_xctx_t *xctx) |
|
void | afw_ldap_internal_cleanup_ldap_memfree (void *data, void *data2, const afw_pool_t *p, afw_xctx_t *xctx) |
|
LDAPMessage * | afw_ldap_internal_search_s (afw_ldap_internal_adaptor_session_t *session, const afw_utf8_z_t *dn, int ldap_scope, const afw_utf8_z_t *filter, afw_xctx_t *xctx) |
|
const afw_utf8_t * | afw_ldap_internal_get_object_id (afw_ldap_internal_adaptor_session_t *self, LDAPMessage *e, afw_boolean_t check_base, afw_xctx_t *xctx) |
|
void | afw_ldap_internal_session_begin (afw_ldap_internal_adaptor_session_t *self, afw_xctx_t *xctx) |
|
void | afw_ldap_internal_session_end (afw_ldap_internal_adaptor_session_t *self) |
|
const afw_object_t * | afw_ldap_internal_create_object_from_entry (afw_ldap_internal_adaptor_session_t *self, const afw_utf8_t *object_type_id, const afw_utf8_t *object_id, LDAPMessage *e, const afw_pool_t *p, afw_xctx_t *xctx) |
|
const afw_utf8_t * | afw_ldap_internal_expression_from_query_criteria (afw_ldap_internal_adaptor_session_t *session, const afw_query_criteria_filter_entry_t *entry, afw_xctx_t *xctx) |
|
void | afw_ldap_internal_syntax_handler_assign (afw_ldap_metadata_t *metadata, afw_ldap_metadata_attribute_type_t *attribute_type, afw_xctx_t *xctx) |
|
const afw_value_t * | afw_ldap_internal_syntax_handler_unknown_to_value (struct berval **bv, const afw_pool_t *p, afw_xctx_t *xctx) |
|
Adaptive Framework LDAP Internal Header
Definition in file afw_ldap_internal.h.