Uses of Class
org.forgerock.opendj.ldap.messages.UnbindRequest
Packages that use UnbindRequest
Package
Description
Classes and interfaces providing I/O functionality.
Classes and interfaces for core types including connections, entries, and
attributes.
Classes and interfaces for core LDAP requests/responses.
Contains various classes that comprise the core of the Directory Server codebase.
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 UnbindRequestModifier and TypeMethodDescriptionvoid
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 UnbindRequestModifier and TypeMethodDescriptionvoid
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 UnbindRequestModifier and TypeMethodDescriptionstatic 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.Methods in org.forgerock.opendj.ldap.messages with parameters of type UnbindRequestModifier and TypeMethodDescriptionstatic UnbindRequest
Requests.copyOfUnbindRequest
(UnbindRequest request) Creates a new unbind request that is an exact copy of the provided request.AbstractRequestVisitor.visitRequest
(P p, UnbindRequest request) RequestVisitor.visitRequest
(P p, UnbindRequest request) Visits anUnbind
request. -
Uses of UnbindRequest in org.opends.server.core
Methods in org.opends.server.core that return UnbindRequestConstructors in org.opends.server.core with parameters of type UnbindRequestModifierConstructorDescriptionUnbindOperation
(RequestContext context, LocalBackend<?> backend, UnbindRequest request, Consumer<ResponseStream> out) Creates a new unbind operation. -
Uses of UnbindRequest in org.opends.server.loggers
Methods in org.opends.server.loggers with parameters of type UnbindRequestModifier and TypeMethodDescriptionvoid
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)