Searched refs:getResultCode (Results 1 – 10 of 10) sorted by relevance
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/ |
| H A D | ClientBasicHandler.php | 77 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 D | ClientSaslBindHandler.php | 95 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 D | ClientStartTlsHandler.php | 42 if ($response->getResultCode() !== ResultCode::SUCCESS) {
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/ |
| H A D | BindResponse.php | 49 …parent::__construct($result->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), .…
|
| H A D | ExtendedResponse.php | 65 …parent::__construct($result->getResultCode(), $result->getDn(), $result->getDiagnosticMessage(), .…
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/ |
| H A D | ClientProtocolHandlerFactory.php | 56 …} elseif ($response instanceof Operation\LdapResult && $response->getResultCode() === ResultCode::…
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/ |
| H A D | ProxyRequestHandler.php | 109 return $response->getResultCode() === ResultCode::COMPARE_TRUE;
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ |
| H A D | LdapQueue.php | 187 $response->getResultCode(),
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/ |
| H A D | LdapResult.php | 148 public function getResultCode(): int function in FreeDSx\\Ldap\\Operation\\LdapResult
|
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/ |
| H A D | LdapClient.php | 127 return $response->getResultCode() === ResultCode::COMPARE_TRUE;
|