*/
public void initializePasswordStorageSchemes()
throws ConfigException, InitializationException
{
// Get the root configuration object.
ServerManagementContext managementContext =
ServerManagementContext.getInstance();
RootCfg rootConfiguration =
managementContext.getRootConfiguration();
// Register as an add and delete listener with the root configuration so we
// can be notified if any entry cache entry is added or removed.
rootConfiguration.addPasswordStorageSchemeAddListener (this);
rootConfiguration.addPasswordStorageSchemeDeleteListener (this);