Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php69 $referrals = $result instanceof LdapResult ? $result->getReferrals() : [];
99 …>getResponse() instanceof LdapResult || count($messageFrom->getResponse()->getReferrals()) === 0) {
111 foreach ($messageFrom->getResponse()->getReferrals() as $referral) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DReferralException.php43 public function getReferrals() function in FreeDSx\\Ldap\\Exception\\ReferralException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DReferralContext.php42 public function getReferrals(): array function in FreeDSx\\Ldap\\Protocol\\ReferralContext
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php49 public function getReferrals(): array function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
H A DBindResponse.php49 …t->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
H A DExtendedResponse.php65 …t->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php140 public function getReferrals(): array function in FreeDSx\\Ldap\\Operation\\LdapResult