Home
last modified time | relevance | path

Searched refs:LdapUrl (Results 1 – 7 of 7) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DReferralContext.php13 use FreeDSx\Ldap\LdapUrl; alias
23 * @var LdapUrl[]
28 * @param LdapUrl ...$referrals
30 public function __construct(LdapUrl ...$referrals)
36 * @return LdapUrl[]
44 * @param LdapUrl $referral
47 public function addReferral(LdapUrl $referral)
55 * @param LdapUrl $url
58 public function hasReferral(LdapUrl $url): bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php17 use FreeDSx\Ldap\LdapUrl; alias
32 * @var LdapUrl[]
37 * @param LdapUrl ...$referrals
39 public function __construct(LdapUrl ...$referrals)
45 * @return LdapUrl[]
62 $referrals[] = LdapUrl::parse($referral->getValue());
77 /** @var LdapUrl $ref */
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DReferralException.php13 use FreeDSx\Ldap\LdapUrl; alias
24 * @var LdapUrl[]
30 * @param LdapUrl[] ...$referrals
32 public function __construct(string $diagnostic, LdapUrl ...$referrals)
39 * @return LdapUrl[]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php20 use FreeDSx\Ldap\LdapUrl; alias
105 * @var LdapUrl[]
109 …_construct(int $resultCode, string $dn = '', string $diagnosticMessage = '', LdapUrl ...$referrals)
134 * @return LdapUrl[]
206 $referrals[] = LdapUrl::parse($ldapUrl->getValue());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php19 use FreeDSx\Ldap\LdapUrl; alias
164 * @param LdapUrl $referral
166 protected function mergeReferralOptions(RequestInterface $request, LdapUrl $referral): void
175 if ($referral->getScope() === LdapUrl::SCOPE_SUB) {
177 } elseif ($referral->getScope() === LdapUrl::SCOPE_BASE) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DReferralChaserInterface.php31 * @param LdapUrl $referral
36 …public function chase(LdapMessageRequest $request, LdapUrl $referral, ?BindRequest $bind): ?BindRe…
H A DLdapUrl.php24 class LdapUrl class
222 * @return LdapUrl
267 * @return LdapUrl
270 public static function parse(string $ldapUrl): LdapUrl
274 $url = new LdapUrl($pieces['host'] ?? null);