Uses of Interface
org.forgerock.opendj.server.config.server.PasswordPolicyImportPluginCfg
-
Packages that use PasswordPolicyImportPluginCfg Package Description org.forgerock.opendj.server.config.client Provides client-side interfaces for querying and managing the Core directory server administrative components.org.forgerock.opendj.server.config.meta Provides introspection interfaces for the Core directory server administrative components.org.forgerock.opendj.server.config.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. -
-
Uses of PasswordPolicyImportPluginCfg in org.forgerock.opendj.server.config.client
Methods in org.forgerock.opendj.server.config.client that return types with arguments of type PasswordPolicyImportPluginCfg Modifier and Type Method Description ManagedObjectDefinition<? extends PasswordPolicyImportPluginCfgClient,? extends PasswordPolicyImportPluginCfg>
PasswordPolicyImportPluginCfgClient. definition()
Get the configuration definition associated with this Password Policy Import Plugin. -
Uses of PasswordPolicyImportPluginCfg in org.forgerock.opendj.server.config.meta
Methods in org.forgerock.opendj.server.config.meta that return PasswordPolicyImportPluginCfg Modifier and Type Method Description PasswordPolicyImportPluginCfg
PasswordPolicyImportPluginCfgDefn. createServerConfiguration(ServerManagedObject<? extends PasswordPolicyImportPluginCfg> impl)
Methods in org.forgerock.opendj.server.config.meta that return types with arguments of type PasswordPolicyImportPluginCfg Modifier and Type Method Description Class<PasswordPolicyImportPluginCfg>
PasswordPolicyImportPluginCfgDefn. getServerConfigurationClass()
Method parameters in org.forgerock.opendj.server.config.meta with type arguments of type PasswordPolicyImportPluginCfg Modifier and Type Method Description PasswordPolicyImportPluginCfg
PasswordPolicyImportPluginCfgDefn. createServerConfiguration(ServerManagedObject<? extends PasswordPolicyImportPluginCfg> impl)
-
Uses of PasswordPolicyImportPluginCfg in org.forgerock.opendj.server.config.server
Methods in org.forgerock.opendj.server.config.server that return types with arguments of type PasswordPolicyImportPluginCfg Modifier and Type Method Description Class<? extends PasswordPolicyImportPluginCfg>
PasswordPolicyImportPluginCfg. configurationClass()
Gets the configuration class associated with this Password Policy Import Plugin.Method parameters in org.forgerock.opendj.server.config.server with type arguments of type PasswordPolicyImportPluginCfg Modifier and Type Method Description void
PasswordPolicyImportPluginCfg. addPasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg> listener)
Register to be notified when this Password Policy Import Plugin is changed.void
PasswordPolicyImportPluginCfg. removePasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg> listener)
Deregister an existing Password Policy Import Plugin configuration change listener. -
Uses of PasswordPolicyImportPluginCfg in org.opends.server.plugins
Methods in org.opends.server.plugins with parameters of type PasswordPolicyImportPluginCfg Modifier and Type Method Description ConfigChangeResult
PasswordPolicyImportPlugin. applyConfigurationChange(PasswordPolicyImportPluginCfg configuration)
void
PasswordPolicyImportPlugin. initializePlugin(Set<PluginType> pluginTypes, PasswordPolicyImportPluginCfg configuration)
boolean
PasswordPolicyImportPlugin. isConfigurationAcceptable(PasswordPolicyImportPluginCfg config, List<LocalizableMessage> unacceptableReasons)
boolean
PasswordPolicyImportPlugin. isConfigurationChangeAcceptable(PasswordPolicyImportPluginCfg configuration, List<LocalizableMessage> unacceptableReasons)
-