Uses of Interface
org.forgerock.opendj.ldap.messages.UnbindRequest
-
Packages that use UnbindRequest 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. -
-
Uses of UnbindRequest in org.forgerock.opendj.io
Methods in org.forgerock.opendj.io with parameters of type UnbindRequest Modifier and Type Method Description void
LdapWriter. writeUnbindRequest(int messageID, UnbindRequest request)
Writes the provided unbind request. -
Uses of UnbindRequest in org.forgerock.opendj.ldap
Methods in org.forgerock.opendj.ldap with parameters of type UnbindRequest Modifier and Type Method Description void
AbstractConnectionWrapper. 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
LdapClientSocket. close(UnbindRequest request, String reason)
Releases any resources associated with this connection. -
Uses of UnbindRequest in org.forgerock.opendj.ldap.messages
Methods in org.forgerock.opendj.ldap.messages that return UnbindRequest Modifier and Type Method Description UnbindRequest
UnbindRequest. addControl(Control control)
UnbindRequest
UnbindRequest. addControls(Iterable<? extends Control> controls)
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.Methods in org.forgerock.opendj.ldap.messages with parameters of type UnbindRequest Modifier and Type Method 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
AbstractRequestVisitor. visitRequest(P p, UnbindRequest request)
R
RequestVisitor. visitRequest(P p, UnbindRequest request)
Visits anUnbind
request. -
Uses of UnbindRequest in org.opends.server.api
Methods in org.opends.server.api with parameters of type UnbindRequest Modifier and Type Method Description 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>
TypedRequestFilter. filterUnbind(org.forgerock.services.context.Context context, UnbindRequest request, RequestHandler next)
Filters unbind requests and their responses.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)
-
Uses of UnbindRequest in org.opends.server.core
Constructors in org.opends.server.core with parameters of type UnbindRequest Constructor Description UnbindOperation(org.forgerock.services.context.Context context, UnbindRequest request)
Creates a new unbind operation with the provided information. -
Uses of UnbindRequest in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type UnbindRequest Modifier and Type Method Description 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.void
TextAccessLogPublisher. logUnbind(RequestContext context, UnbindRequest request)
-