Uses of Interface
org.apache.directory.api.ldap.model.message.BindResponse
-
-
Uses of BindResponse in org.apache.directory.api.dsmlv2.response
Classes in org.apache.directory.api.dsmlv2.response that implement BindResponse Modifier and Type Class Description classBindResponseDsmlDSML Decorator for AuthResponseConstructors in org.apache.directory.api.dsmlv2.response with parameters of type BindResponse Constructor Description BindResponseDsml(LdapApiService codec, BindResponse ldapMessage)Creates a new getDecoratedMessage() of AuthResponseDsml. -
Uses of BindResponse in org.apache.directory.api.ldap.codec.actions.response.bind
Method parameters in org.apache.directory.api.ldap.codec.actions.response.bind with type arguments of type BindResponse Modifier and Type Method Description voidInitBindResponse. action(LdapMessageContainer<BindResponse> container)The action to be executed.voidStoreServerSASLCreds. action(LdapMessageContainer<BindResponse> container)The action to be executed. -
Uses of BindResponse in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement BindResponse Modifier and Type Class Description classBindResponseImplBindResponse implementation.Methods in org.apache.directory.api.ldap.model.message that return BindResponse Modifier and Type Method Description BindResponseBindRequestImpl. getResultResponse()The result containing response for this request. -
Uses of BindResponse in org.apache.directory.api.ldap.model.message.extended
Classes in org.apache.directory.api.ldap.model.message.extended that implement BindResponse Modifier and Type Class Description classBindNoDResponseAn extended operation intended for notifying clients of upcoming disconnection for the Bind response. -
Uses of BindResponse in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return BindResponse Modifier and Type Method Description BindResponseLdapConnection. bind(BindRequest bindRequest)Bind to the server using a bind request object.BindResponseLdapConnection. bind(SaslRequest saslRequest)SASL Bind to the server using a SASL request object.BindResponseLdapConnectionWrapper. bind(BindRequest bindRequest)Bind to the server using a bind request object.BindResponseLdapConnectionWrapper. bind(SaslRequest saslRequest)SASL Bind to the server using a SASL request object.BindResponseLdapNetworkConnection. bind(BindRequest bindRequest)Bind to the server using a bind request object.BindResponseLdapNetworkConnection. bind(SaslCramMd5Request request)Bind to the server using a CramMd5Request object.BindResponseLdapNetworkConnection. bind(SaslDigestMd5Request request)Bind to the server using a DigestMd5Request object.BindResponseLdapNetworkConnection. bind(SaslExternalRequest request)Bind to the server using a SaslExternalRequest object.BindResponseLdapNetworkConnection. bind(SaslGssApiRequest request)Bind to the server using a GssApiRequest object.BindResponseLdapNetworkConnection. bind(SaslRequest request)Bind to the server using a SaslRequest object.BindResponseMonitoringLdapConnection. bind(BindRequest bindRequest)Bind to the server using a bind request object.BindResponseLdapNetworkConnection. bindSaslCramMd5(String userName, String credentials)Bind to the server using the SASL CRAM-MD5 mechanism.BindResponseLdapNetworkConnection. bindSaslDigestMd5(String userName, String credentials)Bind to the server using the SASL DIGEST-MD5 mechanism.BindResponseLdapNetworkConnection. bindSaslPlain(String authcid, String credentials)SASL PLAIN Bind on a server.BindResponseLdapNetworkConnection. bindSaslPlain(String authzid, String authcid, String credentials)SASL PLAIN Bind on a server.
-