Home
last modified time | relevance | path

Searched refs:COMPARE_TRUE (Results 1 – 4 of 4) sorted by last modified time

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/
H A DResultCode.php33 public const COMPARE_TRUE = 6;
122 self::COMPARE_TRUE => 'compareTrue',
169 self::COMPARE_TRUE => 'Indicates that the Compare operation has successfully completed and the assertion has evaluated to TRUE.',
32 public const COMPARE_TRUE = 6; global() define in FreeDSx\\Ldap\\Operation\\ResultCode
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientBasicHandler.php41 ResultCode::COMPARE_TRUE,
/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/
H A DLdapClient.php127 return $response->getResultCode() === ResultCode::COMPARE_TRUE;