Uses of Interface
org.forgerock.opendj.ldap.messages.BindResult
-
Packages that use BindResult Package Description org.forgerock.opendj.ldap Classes and interfaces for core types including connections, entries, and attributes.org.forgerock.opendj.ldap.messages Classes and interfaces for core LDAP requests/responses. -
-
Uses of BindResult in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap that return BindResult Modifier and Type Method Description BindResultAbstractAsynchronousConnection. bind(BindRequest request)BindResultAbstractConnection. bind(String name, char[] password)BindResultAbstractConnectionWrapper. bind(String name, char[] password)Authenticates to the Directory Server using simple authentication and the provided user name and password.BindResultAbstractConnectionWrapper. bind(BindRequest request)Authenticates to the Directory Server using the provided bind request.BindResultConnection. bind(String name, char[] password)Authenticates to the Directory Server using simple authentication and the provided user name and password.BindResultConnection. 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 BindResult Modifier and Type Method Description default io.reactivex.rxjava3.core.Single<BindResult>LdapClientSocket. bind(BindRequest request)Authenticates to the Directory Server using the provided bind request.LdapPromise<BindResult>AbstractConnection. bindAsync(BindRequest request)LdapPromise<BindResult>AbstractConnectionWrapper. bindAsync(BindRequest request)Asynchronously authenticates to the Directory Server using the provided bind request.LdapPromise<BindResult>AbstractConnectionWrapper. bindAsync(BindRequest request, IntermediateResponseHandler intermediateResponseHandler)Asynchronously authenticates to the Directory Server using the provided bind request.LdapPromise<BindResult>AbstractSynchronousConnection. bindAsync(BindRequest request, IntermediateResponseHandler intermediateResponseHandler)LdapPromise<BindResult>Connection. bindAsync(BindRequest request)Asynchronously authenticates to the Directory Server using the provided bind request.LdapPromise<BindResult>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 BindResult Modifier and Type Method Description BindResultBindResult. addControl(Control control)BindResultBindResult. addControls(Iterable<? extends Control> controls)BindResultBindResult. addReferralUri(String uri)static BindResultResponses. copyOfBindResult(BindResult result)Creates a new bind result that is an exact copy of the provided result.static BindResultResponses. newBindResult(ResultCode resultCode)Creates a new bind result using the provided result code.BindResultBindResult. setCause(Throwable cause)BindResultBindResult. setDiagnosticMessage(CharSequence message)BindResultBindResult. setMatchedDn(String dn)BindResultBindResult. setMatchedDn(Dn dn)BindResultBindResult. setResultCode(ResultCode resultCode)BindResultBindResult. setSaslServer(SaslServer saslServer)Sets theSaslServerto use by the underlying connection.BindResultBindResult. setServerSaslCredentials(ByteString credentials)Sets the server SASL credentials associated with this bind result.static BindResultResponses. unmodifiableBindResult(BindResult result)Creates an unmodifiable bind result using the provided response.Methods in org.forgerock.opendj.ldap.messages with parameters of type BindResult Modifier and Type Method Description static BindResultResponses. copyOfBindResult(BindResult result)Creates a new bind result that is an exact copy of the provided result.static LdapMessageLdapMessage. newResponseMessage(int messageId, BindResult response)Builds and returns anLdapMessagecontaining aBindResult.static BindResultResponses. unmodifiableBindResult(BindResult result)Creates an unmodifiable bind result using the provided response.
-