BindRequest |
BindRequest.addAllControls(Control[] controls) |
Adds an array of controls to this Message.
|
BindRequest |
BindRequestImpl.addAllControls(Control[] controls) |
Adds an array of controls to this Message.
|
BindRequest |
BindRequest.addControl(Control control) |
Adds a control to this Message.
|
BindRequest |
BindRequestImpl.addControl(Control control) |
Adds a control to this Message.
|
BindRequest |
BindRequest.removeControl(Control control) |
Deletes a control removing it from this Message.
|
BindRequest |
BindRequestImpl.removeControl(Control control) |
Deletes a control removing it from this Message.
|
BindRequest |
BindRequest.setCredentials(byte[] 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.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.setDn(Dn name) |
Sets the DN of the subject in this authentication
request.
|
BindRequest |
BindRequestImpl.setDn(Dn dn) |
Sets the DN of the subject in this authentication
request.
|
BindRequest |
BindRequest.setMessageId(int messageId) |
Sets the Message ID for this request
|
BindRequest |
BindRequestImpl.setMessageId(int messageId) |
Sets the Message ID for this request
|
BindRequest |
BindRequest.setName(String name) |
Sets the name of the subject in this authentication
request.
|
BindRequest |
BindRequestImpl.setName(String name) |
Sets the name of the subject in this authentication
request.
|
BindRequest |
BindRequest.setSaslMechanism(String saslMechanism) |
Sets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
|
BindRequest |
BindRequestImpl.setSaslMechanism(String saslMechanism) |
Sets the SASL mechanism String associated with this BindRequest if the
bind operation is using SASL.
|
BindRequest |
BindRequest.setSimple(boolean isSimple) |
Sets the authentication mechanism to simple or to SASL based
authentication.
|
BindRequest |
BindRequestImpl.setSimple(boolean simple) |
Sets the authentication mechanism to simple or to SASL based
authentication.
|
BindRequest |
BindRequest.setVersion3(boolean isVersion3) |
Sets whether or not the LDAP v3 or v2 protocol is used.
|
BindRequest |
BindRequestImpl.setVersion3(boolean version3) |
Sets whether or not the LDAP v3 or v2 protocol is used.
|