Uses of Interface
org.apache.directory.api.ldap.model.message.BindRequest
-
-
Uses of BindRequest in org.apache.directory.api.dsmlv2.request
Classes in org.apache.directory.api.dsmlv2.request that implement BindRequest Modifier and Type Class Description classBindRequestDsmlDSML Decorator for BindRequestMethods in org.apache.directory.api.dsmlv2.request that return BindRequest Modifier and Type Method Description BindRequestBindRequestDsml. addAllControls(Control[] controls)Adds an array of controls to this Message.BindRequestBindRequestDsml. addControl(Control control)Adds a control to this Message.BindRequestBindRequestDsml. removeControl(Control control)Deletes a control removing it from this Message.BindRequestBindRequestDsml. setCredentials(byte[] credentials)Sets the simple credentials associated with a simple authentication attempt.BindRequestBindRequestDsml. setCredentials(String credentials)Sets the simple credentials associated with a simple authentication attempt.BindRequestBindRequestDsml. setDn(Dn dn)Sets the DN of the subject in this authentication request.BindRequestBindRequestDsml. setMessageId(int messageId)Sets the Message ID for this requestBindRequestBindRequestDsml. setName(String name)Sets the name of the subject in this authentication request.BindRequestBindRequestDsml. setSaslMechanism(String saslMechanism)Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.BindRequestBindRequestDsml. setSimple(boolean isSimple)Sets the authentication mechanism to simple or to SASL based authentication.BindRequestBindRequestDsml. setVersion3(boolean isVersion3)Sets whether or not the LDAP v3 or v2 protocol is used.Constructors in org.apache.directory.api.dsmlv2.request with parameters of type BindRequest Constructor Description BindRequestDsml(LdapApiService codec, BindRequest ldapMessage)Creates a new getDecoratedMessage() of AuthRequestDsml. -
Uses of BindRequest in org.apache.directory.api.ldap.codec.actions.request.bind
Method parameters in org.apache.directory.api.ldap.codec.actions.request.bind with type arguments of type BindRequest Modifier and Type Method Description voidInitBindRequest. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidInitSaslBind. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreName. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreSaslCredentials. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreSaslMechanism. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreSimpleAuth. action(LdapMessageContainer<BindRequest> container)The action to be executed.voidStoreVersion. action(LdapMessageContainer<BindRequest> container)The action to be executed. -
Uses of BindRequest in org.apache.directory.api.ldap.model.message
Classes in org.apache.directory.api.ldap.model.message that implement BindRequest Modifier and Type Class Description classBindRequestImplBind protocol operation request which authenticates and begins a client session.Methods in org.apache.directory.api.ldap.model.message that return BindRequest Modifier and Type Method Description BindRequestBindRequest. addAllControls(Control[] controls)Adds an array of controls to this Message.BindRequestBindRequestImpl. addAllControls(Control[] controls)Adds an array of controls to this Message.BindRequestBindRequest. addControl(Control control)Adds a control to this Message.BindRequestBindRequestImpl. addControl(Control control)Adds a control to this Message.BindRequestBindRequest. removeControl(Control control)Deletes a control removing it from this Message.BindRequestBindRequestImpl. removeControl(Control control)Deletes a control removing it from this Message.BindRequestBindRequest. setCredentials(byte[] credentials)Sets the simple credentials associated with a simple authentication attempt.BindRequestBindRequest. setCredentials(String credentials)Sets the simple credentials associated with a simple authentication attempt.BindRequestBindRequestImpl. setCredentials(byte[] credentials)Sets the simple credentials associated with a simple authentication attempt.BindRequestBindRequestImpl. setCredentials(String credentials)Sets the simple credentials associated with a simple authentication attempt.BindRequestBindRequest. setDn(Dn name)Sets the DN of the subject in this authentication request.BindRequestBindRequestImpl. setDn(Dn dn)Sets the DN of the subject in this authentication request.BindRequestBindRequest. setMessageId(int messageId)Sets the Message ID for this requestBindRequestBindRequestImpl. setMessageId(int messageId)Sets the Message ID for this requestBindRequestBindRequest. setName(String name)Sets the name of the subject in this authentication request.BindRequestBindRequestImpl. setName(String name)Sets the name of the subject in this authentication request.BindRequestBindRequest. setSaslMechanism(String saslMechanism)Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.BindRequestBindRequestImpl. setSaslMechanism(String saslMechanism)Sets the SASL mechanism String associated with this BindRequest if the bind operation is using SASL.BindRequestBindRequest. setSimple(boolean isSimple)Sets the authentication mechanism to simple or to SASL based authentication.BindRequestBindRequestImpl. setSimple(boolean simple)Sets the authentication mechanism to simple or to SASL based authentication.BindRequestBindRequest. setVersion3(boolean isVersion3)Sets whether or not the LDAP v3 or v2 protocol is used.BindRequestBindRequestImpl. setVersion3(boolean version3)Sets whether or not the LDAP v3 or v2 protocol is used. -
Uses of BindRequest in org.apache.directory.ldap.client.api
Methods in org.apache.directory.ldap.client.api that return BindRequest Modifier and Type Method Description protected BindRequestAbstractLdapConnection. createBindRequest(String name, byte[] credentials, String saslMechanism, Control... controls)Create a complete BindRequest ready to be sent.Methods in org.apache.directory.ldap.client.api with parameters of type BindRequest Modifier and Type Method Description BindResponseLdapConnection. bind(BindRequest bindRequest)Bind to the server using a bind request object.BindResponseLdapConnectionWrapper. bind(BindRequest bindRequest)Bind to the server using a bind request object.BindResponseLdapNetworkConnection. bind(BindRequest bindRequest)Bind to the server using a bind request object.BindResponseMonitoringLdapConnection. bind(BindRequest bindRequest)Bind to the server using a bind request object.BindFutureLdapAsyncConnection. bindAsync(BindRequest bindRequest)Do an asynchronous bind, based on a BindRequest.BindFutureLdapNetworkConnection. bindAsync(BindRequest bindRequest)Do an asynchronous bind, based on a BindRequest.
-