Uses of Interface
org.forgerock.opendj.ldap.messages.BindResult
Package
Description
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
-
Uses of BindResult in org.forgerock.opendj.ldap
Modifier and TypeMethodDescriptionAbstractAsynchronousConnection.bind
(BindRequest request) Authenticates to the Directory Server using simple authentication and the provided user name and password.AbstractConnectionWrapper.bind
(BindRequest request) Authenticates to the Directory Server using the provided bind request.Authenticates to the Directory Server using simple authentication and the provided user name and password.Connection.bind
(BindRequest request) Authenticates to the Directory Server using the provided bind request.Modifier and TypeMethodDescriptiondefault io.reactivex.rxjava3.core.Single<BindResult>
LdapClientSocket.bind
(BindRequest request) Authenticates to the Directory Server using the provided bind request.AbstractConnection.bindAsync
(BindRequest request) AbstractConnectionWrapper.bindAsync
(BindRequest request) Asynchronously authenticates to the Directory Server using the provided bind request.AbstractConnectionWrapper.bindAsync
(BindRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously authenticates to the Directory Server using the provided bind request.AbstractSynchronousConnection.bindAsync
(BindRequest request, IntermediateResponseHandler intermediateResponseHandler) Connection.bindAsync
(BindRequest request) Asynchronously authenticates to the Directory Server using the provided bind request.Connection.bindAsync
(BindRequest request, IntermediateResponseHandler intermediateResponseHandler) Asynchronously authenticates to the Directory Server using the provided bind request. -
Uses of BindResult in org.forgerock.opendj.ldap.messages
Modifier and TypeMethodDescriptionBindResult.addControl
(Control control) BindResult.addControls
(Iterable<? extends Control> controls) BindResult.addReferralUri
(String uri) static BindResult
Responses.copyOfBindResult
(BindResult result) Creates a new bind result that is an exact copy of the provided result.static BindResult
Responses.newBindResult
(ResultCode resultCode) Creates a new bind result using the provided result code.BindResult.setDiagnosticMessage
(CharSequence message) BindResult.setMatchedDn
(String dn) BindResult.setMatchedDn
(Dn dn) BindResult.setResultCode
(ResultCode resultCode) BindResult.setSaslServer
(SaslServer saslServer) Sets theSaslServer
to use by the underlying connection.BindResult.setServerSaslCredentials
(ByteString credentials) Sets the server SASL credentials associated with this bind result.static BindResult
Responses.unmodifiableBindResult
(BindResult result) Creates an unmodifiable bind result using the provided response.Modifier and TypeMethodDescriptionstatic BindResult
Responses.copyOfBindResult
(BindResult result) Creates a new bind result that is an exact copy of the provided result.static LdapMessage
LdapMessage.newResponseMessage
(int messageId, BindResult response) Builds and returns anLdapMessage
containing aBindResult
.static BindResult
Responses.unmodifiableBindResult
(BindResult result) Creates an unmodifiable bind result using the provided response.