Home
last modified time | relevance | path

Searched defs:referrals (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DReferralException.php26 protected $referrals; variable in FreeDSx\\Ldap\\Exception\\ReferralException
32 public function __construct(string $diagnostic, LdapUrl ...$referrals)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DReferralContext.php25 protected $referrals = []; variable in FreeDSx\\Ldap\\Protocol\\ReferralContext
30 public function __construct(LdapUrl ...$referrals)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DSearchResultReference.php34 protected $referrals = []; variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
39 public function __construct(LdapUrl ...$referrals)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php107 protected $referrals = []; variable in FreeDSx\\Ldap\\Operation\\LdapResult
109 …_construct(int $resultCode, string $dn = '', string $diagnosticMessage = '', LdapUrl ...$referrals)