Uses of Interface
org.opends.server.types.operation.PostSynchronizationAddOperation
-
Packages that use PostSynchronizationAddOperation 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.org.opends.server.plugins Contains the implementation for various Directory Server plugins. -
-
Uses of PostSynchronizationAddOperation in org.opends.server.api.plugin
Methods in org.opends.server.api.plugin with parameters of type PostSynchronizationAddOperation Modifier and Type Method Description void
DirectoryServerPlugin. doPostSynchronization(PostSynchronizationAddOperation addOperation)
Performs any necessary processing that should be done after the Directory Server has completed processing for an add operation performed via synchronization. -
Uses of PostSynchronizationAddOperation in org.opends.server.core
Classes in org.opends.server.core that implement PostSynchronizationAddOperation Modifier and Type Class Description class
AddOperation
This class defines an operation that may be used to add a new entry to the Directory Server.Methods in org.opends.server.core with parameters of type PostSynchronizationAddOperation Modifier and Type Method Description void
GroupManager. doPostSynchronization(PostSynchronizationAddOperation addOperation)
void
SubentryManager. doPostSynchronization(PostSynchronizationAddOperation addOperation)
void
PluginConfigManager. invokePostSynchronizationAddPlugins(PostSynchronizationAddOperation addOperation)
Invokes the set of post-synchronization add plugins that have been configured in the Directory Server. -
Uses of PostSynchronizationAddOperation in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type PostSynchronizationAddOperation Modifier and Type Method Description void
UniqueAttributePlugin. doPostSynchronization(PostSynchronizationAddOperation addOperation)
-