Package | Description |
---|---|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
Modifier and Type | Method and Description |
---|---|
void |
LDAPMessageHandler.bindRequest(int messageID,
int version,
GenericBindRequest request)
Handles an LDAP bind request message.
|
void |
AbstractLDAPMessageHandler.bindRequest(int messageID,
int version,
GenericBindRequest request) |
void |
LDAPWriter.writeBindRequest(int messageID,
int version,
GenericBindRequest request)
Writes the provided bind request.
|
Modifier and Type | Method and Description |
---|---|
GenericBindRequest |
GenericBindRequest.addControl(Control control) |
static GenericBindRequest |
Requests.copyOfGenericBindRequest(GenericBindRequest request)
Creates a new generic bind request that is an exact copy of the provided
request.
|
static GenericBindRequest |
Requests.newGenericBindRequest(byte authenticationType,
byte[] authenticationValue)
Creates a new generic bind request using an empty distinguished name,
authentication type, and authentication information.
|
static GenericBindRequest |
Requests.newGenericBindRequest(String name,
byte authenticationType,
byte[] authenticationValue)
Creates a new generic bind request using the provided name,
authentication type, and authentication information.
|
GenericBindRequest |
BindClient.nextBindRequest()
Returns the next bind request which should be used for the next stage of
authentication.
|
GenericBindRequest |
GenericBindRequest.setAuthenticationType(byte type)
Sets the authentication mechanism identifier for this generic bind
request.
|
GenericBindRequest |
GenericBindRequest.setAuthenticationValue(byte[] bytes)
Sets the authentication information for this generic bind request in a
form defined by the authentication mechanism.
|
GenericBindRequest |
GenericBindRequest.setName(String name)
Sets the name of the Directory object that the client wishes to bind as.
|
static GenericBindRequest |
Requests.unmodifiableGenericBindRequest(GenericBindRequest request)
Creates an unmodifiable generic bind request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static GenericBindRequest |
Requests.copyOfGenericBindRequest(GenericBindRequest request)
Creates a new generic bind request that is an exact copy of the provided
request.
|
static GenericBindRequest |
Requests.unmodifiableGenericBindRequest(GenericBindRequest request)
Creates an unmodifiable generic bind request of the provided request.
|
Copyright 2010-2017 ForgeRock AS.