|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface PasswordPolicyImportPluginCfg
A server-side interface for querying Password Policy Import Plugin settings.
The Password Policy Import Plugin ensures that clear-text passwords contained in LDIF entries are properly encoded before they are stored in the appropriate Directory Server backend.
Method Summary | |
---|---|
void |
addPasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg> listener)
Register to be notified when this Password Policy Import Plugin is changed. |
java.lang.Class<? extends PasswordPolicyImportPluginCfg> |
configurationClass()
Gets the configuration class associated with this Password Policy Import Plugin. |
java.util.SortedSet<java.lang.String> |
getDefaultAuthPasswordStorageScheme()
Gets the "default-auth-password-storage-scheme" property. |
java.util.SortedSet<DN> |
getDefaultAuthPasswordStorageSchemeDNs()
Gets the "default-auth-password-storage-scheme" property as a set of DNs. |
java.util.SortedSet<java.lang.String> |
getDefaultUserPasswordStorageScheme()
Gets the "default-user-password-storage-scheme" property. |
java.util.SortedSet<DN> |
getDefaultUserPasswordStorageSchemeDNs()
Gets the "default-user-password-storage-scheme" property as a set of DNs. |
java.lang.String |
getJavaClass()
Gets the "java-class" property. |
java.util.SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property. |
boolean |
isInvokeForInternalOperations()
Gets the "invoke-for-internal-operations" property. |
void |
removePasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg> listener)
Deregister an existing Password Policy Import Plugin configuration change listener. |
Methods inherited from interface org.opends.server.admin.std.server.PluginCfg |
---|
addChangeListener, isEnabled, removeChangeListener |
Methods inherited from interface org.opends.server.admin.Configuration |
---|
dn |
Method Detail |
---|
java.lang.Class<? extends PasswordPolicyImportPluginCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PluginCfg
void addPasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg> listener)
listener
- The Password Policy Import Plugin configuration change listener.void removePasswordPolicyImportChangeListener(ConfigurationChangeListener<PasswordPolicyImportPluginCfg> listener)
listener
- The Password Policy Import Plugin configuration change listener.java.util.SortedSet<java.lang.String> getDefaultAuthPasswordStorageScheme()
Specifies the names of password storage schemes that to be used for encoding passwords contained in attributes with the auth password syntax for entries that do not include the ds-pwp-password-policy-dn attribute specifying which password policy should be used to govern them.
java.util.SortedSet<DN> getDefaultAuthPasswordStorageSchemeDNs()
Specifies the names of password storage schemes that to be used for encoding passwords contained in attributes with the auth password syntax for entries that do not include the ds-pwp-password-policy-dn attribute specifying which password policy should be used to govern them.
java.util.SortedSet<java.lang.String> getDefaultUserPasswordStorageScheme()
Specifies the names of the password storage schemes to be used for encoding passwords contained in attributes with the user password syntax for entries that do not include the ds-pwp-password-policy-dn attribute specifying which password policy is to be used to govern them.
java.util.SortedSet<DN> getDefaultUserPasswordStorageSchemeDNs()
Specifies the names of the password storage schemes to be used for encoding passwords contained in attributes with the user password syntax for entries that do not include the ds-pwp-password-policy-dn attribute specifying which password policy is to be used to govern them.
boolean isInvokeForInternalOperations()
Indicates whether the plug-in should be invoked for internal operations.
Any plug-in that can be invoked for internal operations must ensure that it does not create any new internal operatons that can cause the same plug-in to be re-invoked.
isInvokeForInternalOperations
in interface PluginCfg
java.lang.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfg
java.util.SortedSet<PluginCfgDefn.PluginType> getPluginType()
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
getPluginType
in interface PluginCfg
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |