Home
last modified time | relevance | path

Searched refs:getResultCode (Results 1 – 10 of 10) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php77 if (!$result instanceof LdapResult || $result->getResultCode() === ResultCode::SUCCESS) {
83 if (in_array($result->getResultCode(), self::NON_ERROR_CODES, true)) {
90 $result->getResultCode()
94 throw new OperationException($result->getDiagnosticMessage(), $result->getResultCode());
H A DClientSaslBindHandler.php95 if ($saslResponse->getResultCode() !== ResultCode::SASL_BIND_IN_PROGRESS) {
103 && $response->getResponse()->getResultCode() === ResultCode::SUCCESS
181 if ($saslResponse->getResultCode() === ResultCode::SUCCESS && $context->hasSecurityLayer()) {
214 if ($response->getResultCode() === ResultCode::SUCCESS) {
218 return $response->getResultCode() !== ResultCode::SASL_BIND_IN_PROGRESS;
H A DClientStartTlsHandler.php42 if ($response->getResultCode() !== ResultCode::SUCCESS) {
/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());
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DClientProtocolHandlerFactory.php56 } elseif ($response instanceof Operation\LdapResult && $response->getResultCode() === ResultCode::REFERRAL) {
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/
H A DProxyRequestHandler.php109 return $response->getResultCode() === ResultCode::COMPARE_TRUE;
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DLdapResult.php148 public function getResultCode(): int
144 public function getResultCode(): int global() function in FreeDSx\\Ldap\\Operation\\LdapResult
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapQueue.php187 $response->getResultCode(),
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapClient.php127 return $response->getResultCode() === ResultCode::COMPARE_TRUE;