public interface TripleDESPasswordStorageSchemeCfgClient extends PasswordStorageSchemeCfgClient
The Triple DES Password Storage Scheme provides a mechanism for encoding user passwords using the triple-DES (DES/EDE) reversible encryption mechanism.
Modifier and Type | Method and Description |
---|---|
ManagedObjectDefinition<? extends TripleDESPasswordStorageSchemeCfgClient,? extends TripleDESPasswordStorageSchemeCfg> |
definition()
Get the configuration definition associated with this Triple DES Password Storage Scheme.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
setJavaClass(String value)
Sets the "java-class" property.
|
isEnabled, setEnabled
commit, properties
ManagedObjectDefinition<? extends TripleDESPasswordStorageSchemeCfgClient,? extends TripleDESPasswordStorageSchemeCfg> definition()
definition
in interface ConfigurationClient
definition
in interface PasswordStorageSchemeCfgClient
String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the Triple DES Password Storage Scheme implementation.
getJavaClass
in interface PasswordStorageSchemeCfgClient
void setJavaClass(String value) throws PropertyException
Specifies the fully-qualified name of the Java class that provides the Triple DES Password Storage Scheme implementation.
setJavaClass
in interface PasswordStorageSchemeCfgClient
value
- The value of the "java-class" property.PropertyException
- If the new value is invalid.Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.