Package com.netscape.cms.profile.updater
Interface IProfileUpdater
- All Superinterfaces:
IConfigTemplate
- All Known Implementing Classes:
SubsystemGroupUpdater
This interface represents an updater that will be
called when the request's state changes.
- Version:
- $Revision$, $Date$
-
Method Summary
Modifier and TypeMethodDescriptionRetrieves configuration store.Retrieves the localizable name of this policy.Retrieves the localizable description of this policy.void
init
(Profile profile, ConfigStore config) Initializes this default policy.void
update
(Request req, RequestStatus status) Notifies of state change.Methods inherited from interface com.netscape.certsrv.property.IConfigTemplate
getConfig, getConfigDescriptor, getConfigNames, setConfig
-
Method Details
-
init
Initializes this default policy.- Parameters:
profile
- owner of this policyconfig
- configuration store- Throws:
EProfileException
- failed to initialize
-
getConfigStore
ConfigStore getConfigStore()Retrieves configuration store.- Returns:
- configuration store
-
update
Notifies of state change.- Parameters:
req
- requeststatus
- The status to check for.- Throws:
EProfileException
- failed to populate
-
getName
Retrieves the localizable name of this policy.- Parameters:
locale
- user locale- Returns:
- output policy name
-
getText
Retrieves the localizable description of this policy.- Parameters:
locale
- user locale- Returns:
- output policy description
-