Home
last modified time | relevance | path

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

/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Operation/Response/
H A DBindResponse.php24 * BindResponse ::= [APPLICATION 1] SEQUENCE {
30 class BindResponse extends LdapResult
27 class BindResponse extends LdapResult global() class
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/ClientProtocolHandler/
H A DClientSaslBindHandler.php23 use FreeDSx\Ldap\Operation\Response\BindResponse;
89 if (!$saslResponse instanceof BindResponse) {
102 && $response->getResponse() instanceof BindResponse
145 * @param BindResponse $saslResponse
158 BindResponse $saslResponse,
169 if (!$saslResponse instanceof BindResponse) {
208 protected function isChallengeComplete(SaslContext $context, BindResponse $response): bool
17 use FreeDSx\Ldap\Operation\Response\BindResponse; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/Factory/
H A DResponseFactory.php24 use FreeDSx\Ldap\Operation\Response\BindResponse;
51 $response = new BindResponse(new LdapResult($resultCode, '', $diagnostic));
23 use FreeDSx\Ldap\Operation\Response\BindResponse; global() alias
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Protocol/
H A DLdapMessage.php39 * bindResponse BindResponse,
207 $operation = Response\BindResponse::fromAsn1($opAsn1);