|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BindRequest | |
|---|---|
| org.ldaptive | |
| org.ldaptive.pool | |
| org.ldaptive.provider | |
| org.ldaptive.provider.jndi | |
| Uses of BindRequest in org.ldaptive |
|---|
| Methods in org.ldaptive with parameters of type BindRequest | |
|---|---|
protected Response<Void> |
BindOperation.invoke(BindRequest request)
Call the provider specific implementation of this ldap operation. |
Response<Void> |
Connection.open(BindRequest request)
This will establish a connection to the LDAP using the supplied bind 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.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. |
Response<Void> |
DefaultConnectionFactory.DefaultConnection.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. |
| Constructors in org.ldaptive with parameters of type BindRequest | |
|---|---|
AbstractOperation.ReopenOperationExceptionHandler(BindRequest request)
Creates a new reopen operation exception handler. |
|
| Uses of BindRequest in org.ldaptive.pool |
|---|
| Methods in org.ldaptive.pool that return BindRequest | |
|---|---|
BindRequest |
BindPassivator.getBindRequest()
Returns the bind request. |
| Methods in org.ldaptive.pool with parameters of type BindRequest | |
|---|---|
void |
BindPassivator.setBindRequest(BindRequest br)
Sets the bind request. |
| Constructors in org.ldaptive.pool with parameters of type BindRequest | |
|---|---|
BindPassivator(BindRequest br)
Creates a new bind passivator. |
|
| Uses of BindRequest in org.ldaptive.provider |
|---|
| Methods in org.ldaptive.provider with parameters of type BindRequest | |
|---|---|
Response<Void> |
ProviderConnection.bind(BindRequest request)
Bind to the ldap. |
| Uses of BindRequest in org.ldaptive.provider.jndi |
|---|
| Methods in org.ldaptive.provider.jndi with parameters of type BindRequest | |
|---|---|
protected Response<Void> |
JndiConnection.anonymousBind(BindRequest request)
Performs an anonymous bind. |
Response<Void> |
JndiConnection.bind(BindRequest request)
Bind to the ldap. |
protected Response<Void> |
JndiConnection.saslBind(BindRequest request)
Performs a sasl bind. |
protected Response<Void> |
JndiConnection.simpleBind(BindRequest request)
Performs a simple bind. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||