Package | Description |
---|---|
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.
|
Modifier and Type | Class and Description |
---|---|
class |
UnbindOperationBasis
This class defines an operation that may be used to close the connection
between the client and the Directory Server.
|
class |
UnbindOperationWrapper
This abstract class wraps/decorates a given unbind operation.
|
Constructor and Description |
---|
UnbindOperationWrapper(UnbindOperation unbind)
Creates a new unbind operation wrapper based on the provided unbind
operation.
|
Modifier and Type | Method and Description |
---|---|
void |
AccessLogPublisher.logUnbind(UnbindOperation unbindOperation)
Writes a message to the access logger with information about the
unbind request associated with the provided unbind operation.
|
void |
TextAccessLogPublisher.logUnbind(UnbindOperation unbindOperation) |
static void |
AccessLogger.logUnbind(UnbindOperation unbindOperation)
Writes a message to the access logger with information about the unbind
request associated with the provided unbind operation.
|
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.