20 #define AFW_IMPLEMENTATION_ID "ldap"
24 static const afw_utf8_t impl_factory_description =
25 AFW_UTF8_LITERAL(
"Adaptor type for Lightweight Directory Access Protocol (LDAP).");
28 afw_ldap_adaptor_factory =
30 &impl_afw_adaptor_factory_inf,
32 &impl_factory_description
40 impl_afw_adaptor_factory_create_adaptor_cede_p (
Adaptive Framework Core API.
Interface afw_interface implementation declares.
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.
Adaptive Framework LDAP Internal Header
#define AFW_UTF8_LITERAL(A_STRING)
String literal initializer.
Interface afw_adaptor_factory public struct.
Interface afw_adaptor public struct.
Interface afw_object public struct.
Interface afw_pool public struct.
NFC normalized UTF-8 string.
Interface afw_xctx public struct.