public interface RequestBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
void |
buildRequest(T request)
Modifies the provided request adding specific information to it.
|
void buildRequest(T request) throws LdapException
request - The request to be modifiedLdapException - If something goes wrongCopyright © 2021. All rights reserved.