|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IProfileUpdater
This interface represents an updater that will be called when the request's state changes.
| Method Summary | |
|---|---|
IConfigStore |
getConfigStore()
Retrieves configuration store. |
java.lang.String |
getName(java.util.Locale locale)
Retrieves the localizable name of this policy. |
java.lang.String |
getText(java.util.Locale locale)
Retrieves the localizable description of this policy. |
void |
init(IProfile profile,
IConfigStore config)
Initializes this default policy. |
void |
update(IRequest req,
RequestStatus status)
Notifies of state change. |
| Methods inherited from interface com.netscape.certsrv.property.IConfigTemplate |
|---|
getConfig, getConfigDescriptor, getConfigNames, setConfig |
| Method Detail |
|---|
void init(IProfile profile,
IConfigStore config)
throws EProfileException
profile - owner of this policyconfig - configuration store
EProfileException - failed to initializeIConfigStore getConfigStore()
void update(IRequest req,
RequestStatus status)
throws EProfileException
req - requeststatus - The status to check for.
EProfileException - failed to populatejava.lang.String getName(java.util.Locale locale)
locale - user locale
java.lang.String getText(java.util.Locale locale)
locale - user locale
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||