Package | Description |
---|---|
org.forgerock.opendj.ldap.requests |
Classes and interfaces for core LDAP requests.
|
Modifier and Type | Method and Description |
---|---|
SimpleBindRequest |
SimpleBindRequest.addControl(Control control) |
static SimpleBindRequest |
Requests.copyOfSimpleBindRequest(SimpleBindRequest request)
Creates a new simple bind request that is an exact copy of the provided
request.
|
static SimpleBindRequest |
Requests.newSimpleBindRequest()
Creates a new simple bind request having an empty name and password
suitable for anonymous authentication.
|
static SimpleBindRequest |
Requests.newSimpleBindRequest(String name,
byte[] password)
Creates a new simple bind request having the provided name and password
suitable for name/password authentication.
|
static SimpleBindRequest |
Requests.newSimpleBindRequest(String name,
char[] password)
Creates a new simple bind request having the provided name and password
suitable for name/password authentication.
|
SimpleBindRequest |
SimpleBindRequest.setName(String name)
Sets the name of the Directory object that the client wishes to bind as.
|
SimpleBindRequest |
SimpleBindRequest.setPassword(byte[] password)
Sets the password of the Directory object that the client wishes to bind
as.
|
SimpleBindRequest |
SimpleBindRequest.setPassword(char[] password)
Sets the password of the Directory object that the client wishes to bind
as.
|
static SimpleBindRequest |
Requests.unmodifiableSimpleBindRequest(SimpleBindRequest request)
Creates an unmodifiable simple bind request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static SimpleBindRequest |
Requests.copyOfSimpleBindRequest(SimpleBindRequest request)
Creates a new simple bind request that is an exact copy of the provided
request.
|
static SimpleBindRequest |
Requests.unmodifiableSimpleBindRequest(SimpleBindRequest request)
Creates an unmodifiable simple bind request of the provided request.
|
Copyright 2010-2017 ForgeRock AS.