Home
last modified time | relevance | path

Searched refs:getReferrals (Results 1 – 7 of 7) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php140 public function getReferrals(): array
136 public function getReferrals(): array global() function in FreeDSx\\Ldap\\Operation\\LdapResult
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DReferralContext.php42 public function getReferrals(): array
38 public function getReferrals(): array global() function in FreeDSx\\Ldap\\Protocol\\ReferralContext
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php49 parent::__construct($result->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
H A DExtendedResponse.php65 parent::__construct($result->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), ...$result->getReferrals());
H A DSearchResultReference.php49 public function getReferrals(): array
47 public function getReferrals(): array global() function in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php69 $referrals = $result instanceof LdapResult ? $result->getReferrals() : [];
99 if (!$messageFrom->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()
41 public function getReferrals() global() function in FreeDSx\\Ldap\\Exception\\ReferralException