Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php17 use FreeDSx\Ldap\Operation\Response\BindResponse; alias
71 if (!$saslResponse instanceof BindResponse) {
83 && $response->getResponse() instanceof BindResponse
112 BindResponse $saslResponse,
123 if (!$saslResponse instanceof BindResponse) {
153 protected function isChallengeComplete(SaslContext $context, BindResponse $response): bool
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php23 use FreeDSx\Ldap\Operation\Response\BindResponse; alias
50 $response = new BindResponse(new LdapResult($resultCode, '', $diagnostic));
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php27 class BindResponse extends LdapResult class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php195 $operation = Response\BindResponse::fromAsn1($opAsn1);