Searched refs:modifyDn (Results 1 – 4 of 4) sorted by relevance
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Server/RequestHandler/ | ||
| H A D | ProxyRequestHandler.php | 70 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void function in FreeDSx\\Ldap\\Server\\RequestHandler\\ProxyRequestHandler |
| H A D | RequestHandlerInterface.php | 72 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void; function |
| H A D | GenericRequestHandler.php | 84 public function modifyDn(RequestContext $context, ModifyDnRequest $modifyDn): void function in FreeDSx\\Ldap\\Server\\RequestHandler\\GenericRequestHandler |
| /plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ServerProtocolHandler/ | ||
| H A D | ServerDispatchHandler.php | 52 $dispatcher->modifyDn($context, $request); |