Interface PKCS5S2PasswordStorageSchemeCfg
-
- All Superinterfaces:
Configuration,PasswordStorageSchemeCfg
public interface PKCS5S2PasswordStorageSchemeCfg extends PasswordStorageSchemeCfg
A server-side interface for querying PKCS5S2 Password Storage Scheme settings.The PKCS5S2 Password Storage Scheme provides a mechanism for encoding user passwords using the Atlassian PBKDF2-based message digest algorithm.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)Register to be notified when this PKCS5S2 Password Storage Scheme is changed.Class<? extends PKCS5S2PasswordStorageSchemeCfg>configurationClass()Gets the configuration class associated with this PKCS5S2 Password Storage Scheme.StringgetJavaClass()Gets the "java-class" property.voidremovePKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)Deregister an existing PKCS5S2 Password Storage Scheme configuration change listener.-
Methods inherited from interface org.forgerock.opendj.config.Configuration
dn, name
-
Methods inherited from interface org.forgerock.opendj.server.config.server.PasswordStorageSchemeCfg
addChangeListener, isEnabled, removeChangeListener
-
-
-
-
Method Detail
-
configurationClass
Class<? extends PKCS5S2PasswordStorageSchemeCfg> configurationClass()
Gets the configuration class associated with this PKCS5S2 Password Storage Scheme.- Specified by:
configurationClassin interfaceConfiguration- Specified by:
configurationClassin interfacePasswordStorageSchemeCfg- Returns:
- Returns the configuration class associated with this PKCS5S2 Password Storage Scheme.
-
addPKCS5S2ChangeListener
void addPKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)
Register to be notified when this PKCS5S2 Password Storage Scheme is changed.- Parameters:
listener- The PKCS5S2 Password Storage Scheme configuration change listener.
-
removePKCS5S2ChangeListener
void removePKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)
Deregister an existing PKCS5S2 Password Storage Scheme configuration change listener.- Parameters:
listener- The PKCS5S2 Password Storage Scheme configuration change listener.
-
getJavaClass
String getJavaClass()
Gets the "java-class" property.Specifies the fully-qualified name of the Java class that provides the PKCS5S2 Password Storage Scheme implementation.
- Specified by:
getJavaClassin interfacePasswordStorageSchemeCfg- Returns:
- Returns the value of the "java-class" property.
-
-