|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.netscape.cms.listeners.CertificateIssuedListener
public class CertificateIssuedListener
a listener for every completed enrollment request
Here is a list of available $TOKENs for email notification templates if certificate is successfully issued:
Here is a list of available $TOKENs for email notification templates if certificate request is rejected:
| Field Summary | |
|---|---|
protected static java.lang.String |
PROP_CERT_ISSUED_SUBSTORE
|
protected static java.lang.String |
PROP_EMAIL_SUBJECT
|
static java.lang.String |
PROP_EMAIL_TEMPLATE
|
protected static java.lang.String |
PROP_ENABLED
|
protected static java.lang.String |
PROP_NOTIFY_SUBSTORE
|
protected static java.lang.String |
PROP_SENDER_EMAIL
|
protected static java.lang.String |
REJECT_FILE_NAME
|
| Constructor Summary | |
|---|---|
CertificateIssuedListener()
|
|
| Method Summary | |
|---|---|
void |
accept(IRequest r)
Accepts request. |
void |
init(ISubsystem sub,
IConfigStore config)
Initializes request listener for the specific subsystem and configuration store. |
void |
set(java.lang.String name,
java.lang.String val)
sets the configurable parameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected static final java.lang.String PROP_CERT_ISSUED_SUBSTORE
protected static final java.lang.String PROP_ENABLED
protected static final java.lang.String PROP_NOTIFY_SUBSTORE
protected static final java.lang.String PROP_SENDER_EMAIL
protected static final java.lang.String PROP_EMAIL_SUBJECT
public static final java.lang.String PROP_EMAIL_TEMPLATE
protected static final java.lang.String REJECT_FILE_NAME
| Constructor Detail |
|---|
public CertificateIssuedListener()
| Method Detail |
|---|
public void init(ISubsystem sub,
IConfigStore config)
throws EListenersException,
EPropertyNotFound,
EBaseException
IRequestListener
init in interface IRequestListenersub - subsystemconfig - configuration store
EListenersException
EPropertyNotFound
EBaseExceptionpublic void accept(IRequest r)
IRequestListener
accept in interface IRequestListenerr - request
public void set(java.lang.String name,
java.lang.String val)
set in interface IRequestListenername - attribute nameval - attribute value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||