Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerProtocolHandler.php138 $this->queue->sendMessage($this->responseFactory->getStandardResponse(
235 $this->queue->sendMessage($this->responseFactory->getStandardResponse(
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/
H A DServerAnonBindHandler.php52 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
H A DServerBindHandler.php50 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
H A DServerDispatchHandler.php64 $queue->sendMessage($this->responseFactory->getStandardResponse($message));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php45 public function getStandardResponse(LdapMessageRequest $message, int $resultCode = ResultCode::SUCCESS, string $diagnostic = ''): LdapMessageResponse
44 public function getStandardResponse(LdapMessageRequest $message, int $resultCode = ResultCode::SUCCESS, string $diagnostic = ''): LdapMessageResponse global() function in FreeDSx\\Ldap\\Protocol\\Factory\\ResponseFactory