Package | Description |
---|---|
org.opends.server.admin.std.client |
Provides client-side interfaces for querying and managing the Core
directory server administrative components.
|
org.opends.server.admin.std.meta |
Provides introspection interfaces for the Core directory server
administrative components.
|
org.opends.server.admin.std.server |
Provides server-side interfaces for accessing the Core directory
server administrative components.
|
org.opends.server.plugins |
Contains the implementation for various Directory Server plugins.
|
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SambaPasswordPluginCfgClient,? extends SambaPasswordPluginCfg> |
SambaPasswordPluginCfgClient.definition()
Get the configuration definition associated with this Samba Password Plugin.
|
Modifier and Type | Method and Description |
---|---|
SambaPasswordPluginCfg |
SambaPasswordPluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends SambaPasswordPluginCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<SambaPasswordPluginCfg> |
SambaPasswordPluginCfgDefn.getServerConfigurationClass()
Gets the server configuration class instance associated with this
managed object definition.
|
Modifier and Type | Method and Description |
---|---|
SambaPasswordPluginCfg |
SambaPasswordPluginCfgDefn.createServerConfiguration(ServerManagedObject<? extends SambaPasswordPluginCfg> impl)
Creates a server configuration view of the provided server
managed object.
|
Modifier and Type | Method and Description |
---|---|
Class<? extends SambaPasswordPluginCfg> |
SambaPasswordPluginCfg.configurationClass()
Gets the configuration class associated with this Samba Password Plugin.
|
Modifier and Type | Method and Description |
---|---|
void |
SambaPasswordPluginCfg.addSambaPasswordChangeListener(ConfigurationChangeListener<SambaPasswordPluginCfg> listener)
Register to be notified when this Samba Password Plugin is changed.
|
void |
SambaPasswordPluginCfg.removeSambaPasswordChangeListener(ConfigurationChangeListener<SambaPasswordPluginCfg> listener)
Deregister an existing Samba Password Plugin configuration change listener.
|
Modifier and Type | Method and Description |
---|---|
ConfigChangeResult |
SambaPasswordPlugin.applyConfigurationChange(SambaPasswordPluginCfg newConfig)
Applies the configuration changes to this change listener.
|
void |
SambaPasswordPlugin.initializePlugin(Set<PluginType> pluginTypes,
SambaPasswordPluginCfg configuration)
Performs any initialization necessary for this plugin.
|
boolean |
SambaPasswordPlugin.isConfigurationAcceptable(SambaPasswordPluginCfg configuration,
List<LocalizableMessage> unacceptableReasons)
Verifies if the plugin configuration is acceptable.
|
boolean |
SambaPasswordPlugin.isConfigurationChangeAcceptable(SambaPasswordPluginCfg newConfig,
List<LocalizableMessage> messages)
Indicates whether the proposed change to the configuration is
acceptable to this change listener.
|
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.