Uses of Interface
org.opends.server.types.operation.PostOperationBindOperation
-
Packages that use PostOperationBindOperation 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 PostOperationBindOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PostOperationBindOperation Modifier and Type Method Description PluginResult.PostOperation
DirectoryServerPlugin. doPostOperation(PostOperationBindOperation bindOperation)
Performs any necessary processing that should be done after the Directory Server has completed the core processing for a bind operation but before the response has been sent to the client. -
Uses of PostOperationBindOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostOperationBindOperation Modifier and Type Class Description class
BindOperation
This class defines an operation that may be used to authenticate a user to the Directory Server.Methods in org.opends.server.core with parameters of type PostOperationBindOperation Modifier and Type Method Description PluginResult.PostOperation
PluginConfigManager. invokePostOperationBindPlugins(PostOperationBindOperation bindOperation)
Invokes the set of post-operation bind plugins that have been configured in the Directory Server.
-