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/
DReferralException.php28 protected $referrals; variable in FreeDSx\\Ldap\\Exception\\ReferralException
34 public function __construct(string $diagnostic, LdapUrl ...$referrals)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
DReferralContext.php29 protected $referrals = []; variable in FreeDSx\\Ldap\\Protocol\\ReferralContext
34 public function __construct(LdapUrl ...$referrals)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
DSearchResultReference.php36 protected $referrals = []; variable in FreeDSx\\Ldap\\Operation\\Response\\SearchResultReference
41 public function __construct(LdapUrl ...$referrals)
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
DLdapResult.php111 protected $referrals = []; variable in FreeDSx\\Ldap\\Operation\\LdapResult
113 …_construct(int $resultCode, string $dn = '', string $diagnosticMessage = '', LdapUrl ...$referrals)