Home
last modified time | relevance | path

Searched refs:SCOPE_BASE_OBJECT (Results 1 – 4 of 4) sorted by relevance

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DServerProtocolHandlerFactory.php77 return $request->getScope() === SearchRequest::SCOPE_BASE_OBJECT
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Request/
H A DSearchRequest.php57 public const SCOPE_BASE_OBJECT = 0;
179 $this->scope = self::SCOPE_BASE_OBJECT;
55 public const SCOPE_BASE_OBJECT = 0; global() define in FreeDSx\\Ldap\\Operation\\Request\\SearchRequest
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DServerAuthorization.php140 return $request->getScope() === SearchRequest::SCOPE_BASE_OBJECT
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientReferralHandler.php201 $request->setScope(SearchRequest::SCOPE_BASE_OBJECT);