|
| const DS_Referral * | DS_ReferralList_GetFirst (const DS_ReferralList *referral_list) |
| Get the first referral or continuation reference (if there is one) in a list of referrals. | |
| const DS_Referral * | DS_Referral_GetNext (const DS_Referral *referral) |
| Get the next referral or continuation reference (if any) in a list of referrals. | |
| const DS_ReferralAddress * | DS_Referral_GetFirstAddress (const DS_Referral *referral) |
| Get the first referral address from a DS_Referral. | |
| const DS_ReferralAddress * | DS_ReferralAddress_GetNext (const DS_ReferralAddress *referral_address) |
| Get the next referral address (if any) in a list of referral addresses. | |
| DS_Status | DS_Referral_GetTargetDN (const DS_Referral *referral, const DS_DN **dn_p) |
| Get the target DN from the given DS_Referral. | |
| DS_Status | DS_ReferralAddress_GetDSADN (const DS_ReferralAddress *referral_address, const DS_DN **dn_p) |
| Get the DSA DN from the given DS_ReferralAddress. | |
| DS_Status | DS_ReferralAddress_GetBindAddress (const DS_ReferralAddress *referral_address, const char **address_p) |
| Get the bind address from the given DS_ReferralAddress. |
These API methods implement access to and manipulation of directory referrals and continuation references.
Definition in file dsapi_referral.h.