Module: CPKIFLDAPRepository
Definition in file PKIFLDAPRepository.h.
#include "PKIFdll.h"
#include "components.h"
#include "IPKIFColleague.h"
#include "IPKIFPKIRepository.h"
#include "IPKIFSupportsSynonymousSources.h"
#include <vector>
Go to the source code of this file.
Classes | |
class | CPKIFLDAPRepository |
Functions | |
FD_LIST_PTR (CPKIFCertificate) | |
FD_LIST_PTR (CPKIFCRL) | |
FD_SMART_PTR (CPKIFName) | |
FD_SMART_PTR (CPKIFGeneralSubtree) | |
FD_LIST_PTR (CPKIFGeneralSubtree) | |
DECLARE_SMART_POINTERS (CPKIFLDAPRepository) | |
CAC_API CPKIFLDAPRepositoryPtr | MakeLDAPRepository () |
CAC_API void | FreeLDAPRepository (CPKIFLDAPRepository *ldap) |
DECLARE_SMART_POINTERS | ( | CPKIFLDAPRepository | ) |
FD_LIST_PTR | ( | CPKIFGeneralSubtree | ) |
FD_LIST_PTR | ( | CPKIFCRL | ) |
FD_LIST_PTR | ( | CPKIFCertificate | ) |
FD_SMART_PTR | ( | CPKIFGeneralSubtree | ) |
FD_SMART_PTR | ( | CPKIFName | ) |
CAC_API void FreeLDAPRepository | ( | CPKIFLDAPRepository * | ldap | ) |
Interface: External
This function is used to delete CPKIFLDAPRepository objects allocated using the MakeLDAPRepository function.
ldap | [in] Pointer to the CPKIFLDAPRepository object to delete |
Definition at line 131 of file CACLDAPRepository.cpp.
CAC_API CPKIFLDAPRepositoryPtr MakeLDAPRepository | ( | ) |
Interface: External
This function wraps the CPKIFLDAPRepository constructor, returning a pointer to the new object.
Definition at line 119 of file CACLDAPRepository.cpp.