Home
last modified time | relevance | path

Searched refs:REFERRAL (Results 1 – 5 of 5) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php102 ResultCode::REFERRAL
165 if ($e->getCode() === ResultCode::REFERRAL) {
179 ), ResultCode::REFERRAL);
H A DClientBasicHandler.php42 ResultCode::REFERRAL,
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Exception/
H A DReferralException.php37 parent::__construct($diagnostic, ResultCode::REFERRAL);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php39 public const REFERRAL = 10;
125 self::REFERRAL => 'referral',
172 self::REFERRAL => 'Indicates that a referral needs to be chased to complete the operation.',
38 public const REFERRAL = 10; global() define in FreeDSx\\Ldap\\Operation\\ResultCode
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DClientProtocolHandlerFactory.php56 } elseif ($response instanceof Operation\LdapResult && $response->getResultCode() === ResultCode::REFERRAL) {