public interface SambaPasswordPluginCfgClient extends PluginCfgClient
Samba Password Synchronization Plugin.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends SambaPasswordPluginCfgClient,? extends SambaPasswordPluginCfg> |
definition()
Get the configuration definition associated with this Samba Password Plugin.
|
String |
getJavaClass()
Gets the "java-class" property.
|
SortedSet<PluginCfgDefn.PluginType> |
getPluginType()
Gets the "plugin-type" property.
|
SortedSet<SambaPasswordPluginCfgDefn.PwdSyncPolicy> |
getPwdSyncPolicy()
Gets the "pwd-sync-policy" property.
|
DN |
getSambaAdministratorDN()
Gets the "samba-administrator-dn" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
void |
setPluginType(Collection<PluginCfgDefn.PluginType> values)
Sets the "plugin-type" property.
|
void |
setPwdSyncPolicy(Collection<SambaPasswordPluginCfgDefn.PwdSyncPolicy> values)
Sets the "pwd-sync-policy" property.
|
void |
setSambaAdministratorDN(DN value)
Sets the "samba-administrator-dn" property.
|
isEnabled, isInvokeForInternalOperations, setEnabled, setInvokeForInternalOperations
commit, properties
ManagedObjectDefinition<? extends SambaPasswordPluginCfgClient,? extends SambaPasswordPluginCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PluginCfgClient
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.SortedSet<SambaPasswordPluginCfgDefn.PwdSyncPolicy> getPwdSyncPolicy()
Specifies which Samba passwords should be kept synchronized.
void setPwdSyncPolicy(Collection<SambaPasswordPluginCfgDefn.PwdSyncPolicy> values) throws PropertyException
Specifies which Samba passwords should be kept synchronized.
values
- The values of the "pwd-sync-policy" property.PropertyException
- If one or more of the new values are invalid.DN getSambaAdministratorDN()
Specifies the distinguished name of the user which Samba uses to perform Password Modify extended operations against this directory server in order to synchronize the userPassword attribute after the LanMan or NT passwords have been updated.
The user must have the 'password-reset' privilege and should not be a root user. This user name can be used in order to identify Samba connections and avoid double re-synchronization of the same password. If this property is left undefined, then no password updates will be skipped.
void setSambaAdministratorDN(DN value) throws PropertyException
Specifies the distinguished name of the user which Samba uses to perform Password Modify extended operations against this directory server in order to synchronize the userPassword attribute after the LanMan or NT passwords have been updated.
The user must have the 'password-reset' privilege and should not be a root user. This user name can be used in order to identify Samba connections and avoid double re-synchronization of the same password. If this property is left undefined, then no password updates will be skipped.
value
- The value of the "samba-administrator-dn" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.