public interface PasswordPolicyImportPluginCfgClient extends PluginCfgClient
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.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends PasswordPolicyImportPluginCfgClient,? extends PasswordPolicyImportPluginCfg> |
definition()
Get the configuration definition associated with this Password Policy Import Plugin.
|
SortedSet<String> |
getDefaultAuthPasswordStorageScheme()
Gets the "default-auth-password-storage-scheme" property.
|
SortedSet<String> |
getDefaultUserPasswordStorageScheme()
Gets the "default-user-password-storage-scheme" property.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property.
|
boolean |
isInvokeForInternalOperations()
Gets the "invoke-for-internal-operations" property.
|
void |
setDefaultAuthPasswordStorageScheme(Collection<String> values)
Sets the "default-auth-password-storage-scheme" property.
|
void |
setDefaultUserPasswordStorageScheme(Collection<String> values)
Sets the "default-user-password-storage-scheme" property.
|
void |
setInvokeForInternalOperations(Boolean value)
Sets the "invoke-for-internal-operations" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends PasswordPolicyImportPluginCfgClient,? extends PasswordPolicyImportPluginCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PluginCfgClient
SortedSet<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.
void setDefaultAuthPasswordStorageScheme(Collection<String> values) throws PropertyException
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.
values
- The values of the "default-auth-password-storage-scheme" property.PropertyException
- If one or more of the new values are invalid.SortedSet<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.
void setDefaultUserPasswordStorageScheme(Collection<String> values) throws PropertyException
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.
values
- The values of the "default-user-password-storage-scheme" property.PropertyException
- If one or more of the new values are invalid.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 PluginCfgClient
void setInvokeForInternalOperations(Boolean value) throws PropertyException
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.
setInvokeForInternalOperations
in interface PluginCfgClient
value
- The value of the "invoke-for-internal-operations" property.PropertyException
- If the new value is invalid.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
getJavaClass
in interface PluginCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the plug-in implementation.
setJavaClass
in interface PluginCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.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 PluginCfgClient
void setPluginType(Collection<PluginCfgDefn.PluginType> values) throws PropertyException
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
setPluginType
in interface PluginCfgClient
values
- The values of the "plugin-type" property.PropertyException
- If one or more of the new values are invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.