Provides support for LDAPv3 extended operations and controls.
-
class
This class provides a basic implementation of the Control
interface.
final class
Requests that referral and other special LDAP objects be manipulated
as normal LDAP objects.
final class
Requests that the results of a search operation be returned by the LDAP
server in batches of a specified size.
final class
Indicates the end of a batch of search results.
final class
Requests that the results of a search operation be sorted by the LDAP server
before being returned.
final class
Indicates whether the requested sort of search results was successful or not.
Retrieves the connection request controls in effect for this context.
Creates a control using this control factory.
Creates a control using known control factories.
Retrieves an array of Control
s from the object that
implements this interface.
Retrieves the request controls in effect for this context.
Retrieves the response controls produced as a result of the last
method invoked on this context.
Creates a control using this control factory.
Creates a control using known control factories.
Retrieves the context at which to continue the method using
request controls and environment properties.
Creates a new instance of this context initialized using request controls.
void
void
Reconnects to the LDAP server using the supplied controls and
this context's environment.
void
void
Sets the request controls for methods subsequently
invoked on this context.
Constructs an initial context
using environment properties and connection request controls.