Package | Description |
---|---|
org.ldaptive | |
org.ldaptive.pool | |
org.ldaptive.provider | |
org.ldaptive.provider.jndi |
Modifier and Type | Method and Description |
---|---|
protected Response<Void> |
BindOperation.invoke(BindRequest request) |
Response<Void> |
DefaultConnectionFactory.DefaultConnection.open(BindRequest request)
This will establish a connection if one does not already exist and bind to the LDAP using the supplied bind
request.
|
Response<Void> |
Connection.open(BindRequest request)
This will establish a connection to the LDAP using the supplied bind request.
|
Response<Void> |
DefaultConnectionFactory.DefaultConnection.reopen(BindRequest request) |
Response<Void> |
Connection.reopen(BindRequest request)
This will close an existing connection to the LDAP and establish a new connection to the LDAP using the supplied
bind request.
|
Constructor and Description |
---|
ReopenOperationExceptionHandler(BindRequest request)
Creates a new reopen operation exception handler.
|
Modifier and Type | Method and Description |
---|---|
BindRequest |
BindPassivator.getBindRequest()
Returns the bind request.
|
Modifier and Type | Method and Description |
---|---|
void |
BindPassivator.setBindRequest(BindRequest br)
Sets the bind request.
|
Constructor and Description |
---|
BindPassivator(BindRequest br)
Creates a new bind passivator.
|
Modifier and Type | Method and Description |
---|---|
Response<Void> |
ProviderConnection.bind(BindRequest request)
Bind to the ldap.
|
Modifier and Type | Method and Description |
---|---|
protected Response<Void> |
JndiConnection.anonymousBind(BindRequest request)
Performs an anonymous bind.
|
Response<Void> |
JndiConnection.bind(BindRequest request) |
protected Response<Void> |
JndiConnection.saslBind(BindRequest request)
Performs a sasl bind.
|
protected Response<Void> |
JndiConnection.simpleBind(BindRequest request)
Performs a simple bind.
|
Copyright © 2017. All rights reserved.