Uses of Interface
org.opends.server.types.operation.PreParseUnbindOperation
-
Packages that use PreParseUnbindOperation Package Description org.opends.server.api.plugin Defines the Directory Server plugin API.org.opends.server.core Contains various classes that comprise the core of the Directory Server codebase. -
-
Uses of PreParseUnbindOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PreParseUnbindOperation Modifier and Type Method Description PluginResult.PreParse
DirectoryServerPlugin. doPreParse(PreParseUnbindOperation unbindOperation)
Performs any necessary processing that should be done before the Directory Server parses the elements of an unbind request. -
Uses of PreParseUnbindOperation in org.opends.server.core
Classes in org.opends.server.core that implement PreParseUnbindOperation Modifier and Type Class Description class
UnbindOperation
This class defines an operation that may be used to close the connection between the client and the Directory Server.Methods in org.opends.server.core with parameters of type PreParseUnbindOperation Modifier and Type Method Description PluginResult.PreParse
PluginConfigManager. invokePreParseUnbindPlugins(PreParseUnbindOperation unbindOperation)
Invokes the set of pre-parse unbind plugins that have been configured in the Directory Server.
-