Class SubsystemGroupUpdater
java.lang.Object
com.netscape.cms.profile.updater.SubsystemGroupUpdater
- All Implemented Interfaces:
IConfigTemplate,IProfileUpdater
This updater class will create the new user to the subsystem group and
then add the subsystem certificate to the user.
- Version:
- $Revision$, $Date$
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionRetrieves configuration parameter by name.getConfigDescriptor(Locale locale, String name) Returns the descriptors of configuration parameter.Returns a list of configuration parameter names.Retrieves configuration store.Retrieves the localizable name of this policy.Retrieves the localizable description of this policy.voidinit(Profile profile, IConfigStore config) Initializes this default policy.voidSets configuration parameter.voidupdate(IRequest req, RequestStatus status) Notifies of state change.
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
SubsystemGroupUpdater
public SubsystemGroupUpdater()
-
-
Method Details
-
init
Description copied from interface:IProfileUpdaterInitializes this default policy.- Specified by:
initin interfaceIProfileUpdater- Parameters:
profile- owner of this policyconfig- configuration store- Throws:
EProfileException- failed to initialize
-
getConfigNames
Description copied from interface:IConfigTemplateReturns a list of configuration parameter names.- Specified by:
getConfigNamesin interfaceIConfigTemplate- Returns:
- parameter names
-
getConfigDescriptor
Description copied from interface:IConfigTemplateReturns the descriptors of configuration parameter.- Specified by:
getConfigDescriptorin interfaceIConfigTemplate- Parameters:
locale- user localename- configuration parameter name- Returns:
- descriptor
-
setConfig
Description copied from interface:IConfigTemplateSets configuration parameter.- Specified by:
setConfigin interfaceIConfigTemplate- Parameters:
name- parameter namevalue- parameter value- Throws:
EPropertyException- failed to set parameter
-
getConfig
Description copied from interface:IConfigTemplateRetrieves configuration parameter by name.- Specified by:
getConfigin interfaceIConfigTemplate- Returns:
- parameter
-
getConfigStore
Description copied from interface:IProfileUpdaterRetrieves configuration store.- Specified by:
getConfigStorein interfaceIProfileUpdater- Returns:
- configuration store
-
update
Description copied from interface:IProfileUpdaterNotifies of state change.- Specified by:
updatein interfaceIProfileUpdater- Parameters:
req- requeststatus- The status to check for.- Throws:
EProfileException- failed to populate
-
getName
Description copied from interface:IProfileUpdaterRetrieves the localizable name of this policy.- Specified by:
getNamein interfaceIProfileUpdater- Parameters:
locale- user locale- Returns:
- output policy name
-
getText
Description copied from interface:IProfileUpdaterRetrieves the localizable description of this policy.- Specified by:
getTextin interfaceIProfileUpdater- Parameters:
locale- user locale- Returns:
- output policy description
-