|
||||||||||
| 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.CertOutput
public class CertOutput
This class implements the pretty print certificate output that displays the issued certificate in a pretty print format.
| Field Summary | |
|---|---|
static java.lang.String |
VAL_B64_CERT
|
static java.lang.String |
VAL_PRETTY_CERT
|
| Fields inherited from class com.netscape.cms.profile.output.EnrollOutput |
|---|
mConfigNames |
| Constructor Summary | |
|---|---|
CertOutput()
|
|
| 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_B64_CERT
| Constructor Detail |
|---|
public CertOutput()
| Method Detail |
|---|
public void init(IProfile profile,
IConfigStore config)
throws EProfileException
init in interface IProfileOutputinit in class EnrollOutputprofile - owner of this policyconfig - configuration store
EProfileException - failed to initializepublic java.lang.String getName(java.util.Locale locale)
getName in interface IProfileOutputgetName in class EnrollOutputlocale - user locale
public java.lang.String getText(java.util.Locale locale)
getText in interface IProfileOutputgetText in class EnrollOutputlocale - user locale
public void populate(IProfileContext ctx,
IRequest request)
throws EProfileException
populate in interface IProfileOutputpopulate in class EnrollOutputctx - profile contextrequest - request
EProfileException - failed to populate
public IDescriptor getValueDescriptor(java.util.Locale locale,
java.lang.String name)
getValueDescriptor in interface IProfileOutputgetValueDescriptor in class EnrollOutputlocale - 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 IProfileOutputgetValue in class EnrollOutputname - 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 | |||||||||