| Package | Description |
|---|---|
| org.apache.directory.api.ldap.model.message |
| Modifier and Type | Class and Description |
|---|---|
class |
BindRequestImpl
Bind protocol operation request which authenticates and begins a client
session.
|
| Modifier and Type | Method and Description |
|---|---|
BindRequest |
BindRequestImpl.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
BindRequest |
BindRequest.addAllControls(Control[] controls)
Adds an array of controls to this Message.
|
BindRequest |
BindRequestImpl.addControl(Control control)
Adds a control to this Message.
|
BindRequest |
BindRequest.addControl(Control control)
Adds a control to this Message.
|
BindRequest |
BindRequestImpl.removeControl(Control control)
Deletes a control removing it from this Message.
|
BindRequest |
BindRequest.removeControl(Control control)
Deletes a control removing it from this Message.
|
BindRequest |
BindRequestImpl.setCredentials(byte[] credentials)
Sets the simple credentials associated with a simple authentication
attempt.
|
BindRequest |
BindRequest.setCredentials(byte[] credentials)
Sets the simple credentials associated with a simple authentication
attempt.
|
BindRequest |
BindRequestImpl.setCredentials(String credentials)
Sets the simple credentials associated with a simple authentication
attempt.
|
BindRequest |
BindRequest.setCredentials(String credentials)
Sets the simple credentials associated with a simple authentication
attempt.
|
BindRequest |
BindRequestImpl.setDn(Dn dn)
Sets the DN of the subject in this authentication
request.
|
BindRequest |
BindRequest.setDn(Dn name)
Sets the DN of the subject in this authentication
request.
|
BindRequest |
BindRequestImpl.setMessageId(int messageId)
Sets the Message ID for this request
|
BindRequest |
BindRequest.setMessageId(int messageId)
Sets the Message ID for this request
|
BindRequest |
BindRequestImpl.setName(String name)
Sets the name of the subject in this authentication
request.
|
BindRequest |
BindRequest.setName(String name)
Sets the name of the subject in this authentication
request.
|
BindRequest |
BindRequestImpl.setSaslMechanism(String saslMechanism)
Sets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
|
BindRequest |
BindRequest.setSaslMechanism(String saslMechanism)
Sets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
|
BindRequest |
BindRequestImpl.setSimple(boolean simple)
Sets the authentication mechanism to simple or to SASL based
authentication.
|
BindRequest |
BindRequest.setSimple(boolean isSimple)
Sets the authentication mechanism to simple or to SASL based
authentication.
|
BindRequest |
BindRequestImpl.setVersion3(boolean version3)
Sets whether or not the LDAP v3 or v2 protocol is used.
|
BindRequest |
BindRequest.setVersion3(boolean isVersion3)
Sets whether or not the LDAP v3 or v2 protocol is used.
|
Copyright © 2003–2022 The Apache Software Foundation. All rights reserved.