Package | Description |
---|---|
org.forgerock.opendj.io |
Classes and interfaces providing I/O functionality.
|
org.forgerock.opendj.ldap |
Classes and interfaces for core types including connections, entries, and
attributes.
|
org.forgerock.opendj.ldap.messages |
Classes and interfaces for core LDAP requests/responses.
|
org.opends.server.api |
Contains a number of API declarations for use throughout the
Directory Server.
|
org.opends.server.core |
Contains various classes that comprise the core of the Directory Server codebase.
|
org.opends.server.loggers |
Contains implementations of Directory Server access, error, and debug loggers.
|
org.opends.server.protocols.http |
Contains the implementation for the Directory Server connection handler that is responsible for interacting with
clients using HTTP.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapWriter.writeUnbindRequest(int messageID,
UnbindRequest request)
Writes the provided unbind request.
|
Modifier and Type | Method and Description |
---|---|
void |
LdapClientSocket.close(UnbindRequest request,
String reason)
Releases any resources associated with this connection.
|
void |
Connection.close(UnbindRequest request,
String reason)
Releases any resources associated with this connection.
|
void |
AbstractConnectionWrapper.close(UnbindRequest request,
String reason)
Releases any resources associated with this connection.
|
Modifier and Type | Method and Description |
---|---|
UnbindRequest |
UnbindRequest.addControl(Control control) |
static UnbindRequest |
Requests.copyOfUnbindRequest(UnbindRequest request)
Creates a new unbind request that is an exact copy of the provided
request.
|
static UnbindRequest |
Requests.newUnbindRequest()
Creates a new unbind request.
|
static UnbindRequest |
Requests.unmodifiableUnbindRequest(UnbindRequest request)
Creates an unmodifiable unbind request of the provided request.
|
Modifier and Type | Method and Description |
---|---|
static UnbindRequest |
Requests.copyOfUnbindRequest(UnbindRequest request)
Creates a new unbind request that is an exact copy of the provided
request.
|
static UnbindRequest |
Requests.unmodifiableUnbindRequest(UnbindRequest request)
Creates an unmodifiable unbind request of the provided request.
|
R |
RequestVisitor.visitRequest(P p,
UnbindRequest request)
Visits an
Unbind request. |
R |
AbstractRequestVisitor.visitRequest(P p,
UnbindRequest request) |
Modifier and Type | Method and Description |
---|---|
protected Flowable<Response> |
TypedRequestFilter.filterUnbind(org.forgerock.services.context.Context context,
UnbindRequest request,
RequestHandler next)
Filters unbind requests and their responses.
|
protected Flowable<Response> |
TypedProtocolOpFilter.filterUnbind(org.forgerock.services.context.Context context,
UnbindRequest request,
RequestHandler next)
Forwards the request to the next handler in the chain.
|
protected Flowable<Response> |
TypedRequestHandler.handleUnbind(org.forgerock.services.context.Context context,
UnbindRequest request)
Implements the specific behavior for all UnbindRequest.
|
Flowable<Response> |
TypedRequestHandler.visitRequest(org.forgerock.services.context.Context context,
UnbindRequest request) |
Constructor and Description |
---|
UnbindOperationBasis(org.forgerock.services.context.Context context,
UnbindRequest request)
Creates a new unbind operation with the provided information.
|
Modifier and Type | Method and Description |
---|---|
void |
TextAccessLogPublisher.logUnbind(RequestContext context,
UnbindRequest request) |
static void |
AccessLogger.logUnbind(RequestContext context,
UnbindRequest request)
Writes a message to the access logger with information about the provided unbind request.
|
void |
AccessLogPublisher.logUnbind(RequestContext context,
UnbindRequest request)
Writes a message to the access logger with information about the provided unbind request.
|
Modifier and Type | Method and Description |
---|---|
void |
SdkConnectionAdapter.close(UnbindRequest request,
String reason) |
Copyright 2010-2020 ForgeRock AS.