public class CertificateRevokedListener extends java.lang.Object implements IRequestListener
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 revoked:
| Modifier and Type | Field and Description |
|---|---|
static org.slf4j.Logger |
logger |
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 and Description |
|---|
CertificateRevokedListener() |
| Modifier and Type | Method and Description |
|---|---|
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
|
public static org.slf4j.Logger logger
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
public void init(ISubsystem sub, IConfigStore config) throws EListenersException, EPropertyNotFound, EBaseException
IRequestListenerinit in interface IRequestListenersub - subsystemconfig - configuration storeEListenersExceptionEPropertyNotFoundEBaseExceptionpublic void accept(IRequest r)
IRequestListeneraccept in interface IRequestListenerr - requestpublic void set(java.lang.String name,
java.lang.String val)
set in interface IRequestListenername - attribute nameval - attribute value