public interface PKCS5S2PasswordStorageSchemeCfg extends PasswordStorageSchemeCfg
The PKCS5S2 Password Storage Scheme provides a mechanism for encoding user passwords using the Atlassian PBKDF2-based message digest algorithm.
Modifier and Type | Method and Description |
---|---|
void |
addPKCS5S2ChangeListener(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.
|
String |
getJavaClass()
Gets the "java-class" property.
|
void |
removePKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)
Deregister an existing PKCS5S2 Password Storage Scheme configuration change listener.
|
addChangeListener, isEnabled, removeChangeListener
dn
Class<? extends PKCS5S2PasswordStorageSchemeCfg> configurationClass()
configurationClass
in interface Configuration
configurationClass
in interface PasswordStorageSchemeCfg
void addPKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)
listener
- The PKCS5S2 Password Storage Scheme configuration change listener.void removePKCS5S2ChangeListener(ConfigurationChangeListener<PKCS5S2PasswordStorageSchemeCfg> listener)
listener
- The PKCS5S2 Password Storage Scheme configuration change listener.String getJavaClass()
Specifies the fully-qualified name of the Java class that provides the PKCS5S2 Password Storage Scheme implementation.
getJavaClass
in interface PasswordStorageSchemeCfg
Copyright © 2010-2016 ForgeRock AS. All Rights Reserved.