|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.netscape.cms.profile.output.EnrollOutput
com.netscape.cms.profile.output.CMMFOutput
public class CMMFOutput
This class implements the output plugin that outputs CMMF response for the issued certificate.
Field Summary | |
---|---|
static java.lang.String |
VAL_CMMF_RESPONSE
|
static java.lang.String |
VAL_PRETTY_CERT
|
Fields inherited from class com.netscape.cms.profile.output.EnrollOutput |
---|
mConfigNames |
Constructor Summary | |
---|---|
CMMFOutput()
|
Method Summary | |
---|---|
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. |
java.lang.String |
getValue(java.lang.String name,
java.util.Locale locale,
IRequest request)
Retrieves the value of the given value parameter by name. |
IDescriptor |
getValueDescriptor(java.util.Locale locale,
java.lang.String name)
Retrieves the descriptor of the given value parameter by name. |
void |
init(IProfile profile,
IConfigStore config)
Initializes this default policy. |
void |
populate(IProfileContext ctx,
IRequest request)
Populates the request with this policy default. |
Methods inherited from class com.netscape.cms.profile.output.EnrollOutput |
---|
addValueName, getConfig, getConfigDescriptor, getConfigNames, getConfigStore, getDefaultConfig, getValueNames, setConfig, setValue |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.netscape.certsrv.profile.IProfileOutput |
---|
getConfigStore, getValueNames, setValue |
Methods inherited from interface com.netscape.certsrv.property.IConfigTemplate |
---|
getConfig, getConfigDescriptor, getConfigNames, setConfig |
Field Detail |
---|
public static final java.lang.String VAL_PRETTY_CERT
public static final java.lang.String VAL_CMMF_RESPONSE
Constructor Detail |
---|
public CMMFOutput()
Method Detail |
---|
public void init(IProfile profile, IConfigStore config) throws EProfileException
init
in interface IProfileOutput
init
in class EnrollOutput
profile
- owner of this policyconfig
- configuration store
EProfileException
- failed to initializepublic java.lang.String getName(java.util.Locale locale)
getName
in interface IProfileOutput
getName
in class EnrollOutput
locale
- user locale
public java.lang.String getText(java.util.Locale locale)
getText
in interface IProfileOutput
getText
in class EnrollOutput
locale
- user locale
public void populate(IProfileContext ctx, IRequest request) throws EProfileException
populate
in interface IProfileOutput
populate
in class EnrollOutput
ctx
- profile contextrequest
- request
EProfileException
- failed to populatepublic IDescriptor getValueDescriptor(java.util.Locale locale, java.lang.String name)
getValueDescriptor
in interface IProfileOutput
getValueDescriptor
in class EnrollOutput
locale
- user localename
- property name
public java.lang.String getValue(java.lang.String name, java.util.Locale locale, IRequest request) throws EProfileException
IProfileOutput
getValue
in interface IProfileOutput
getValue
in class EnrollOutput
name
- property namelocale
- user localerequest
- request
EProfileException
- failed to retrieve value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |