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.php55 $referrals = $result instanceof LdapResult ? $result->getReferrals() : [];
79 …getResponse() instanceof LdapResult || \count($messageFrom->getResponse()->getReferrals()) === 0) {
91 foreach ($messageFrom->getResponse()->getReferrals() as $referral) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DReferralException.php41 public function getReferrals() function in FreeDSx\\Ldap\\Exception\\ReferralException
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DReferralContext.php38 public function getReferrals(): array function in FreeDSx\\Ldap\\Protocol\\ReferralContext
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php47 public function getReferrals(): array function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
H A DBindResponse.php43 …t->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
H A DExtendedResponse.php59 …t->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php136 public function getReferrals(): array function in FreeDSx\\Ldap\\Operation\\LdapResult