Uses of Record Class
org.forgerock.opendj.ldap.messages.BindResult
Packages that use 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
Methods in org.forgerock.opendj.ldap that return BindResultModifier 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.Methods in org.forgerock.opendj.ldap that return types with arguments of type BindResultModifier 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
Methods in org.forgerock.opendj.ldap.messages that return BindResultModifier and TypeMethodDescriptionstatic BindResult
Responses.newBindResult
(Result result) Creates a new bind result using the provided result.static BindResult
Responses.newBindResult
(ResultCode resultCode) Creates a new bind result using the provided result code.static BindResult
Responses.newBindResult
(ResultCode resultCode, String matchedDn, CharSequence diagnosticMessage, Throwable cause) Creates a new bind result using the provided result code.static BindResult
Responses.newBindResult
(ResultCode resultCode, String matchedDn, CharSequence diagnosticMessage, List<String> referralUris, ByteString credentials, List<Control> controls, Throwable cause, SaslServer saslServer) Creates a new bind result using the provided result code.static BindResult
Responses.newBindResult
(ResultCode resultCode, String matchedDn, CharSequence diagnosticMessage, ByteString credentials, Throwable cause, SaslServer saslServer) Creates a new bind result using the provided result code.static BindResult
Responses.newBindResult
(ResultCode resultCode, ByteString credentials, SaslServer saslServer) Creates a new bind result using the provided result code.Methods in org.forgerock.opendj.ldap.messages with parameters of type BindResultModifier and TypeMethodDescriptionstatic LdapMessage
LdapMessage.newResponseMessage
(int messageId, BindResult response) Builds and returns anLdapMessage
containing aBindResult
.