Interface IEmailFormProcessor
- All Known Implementing Classes:
EmailFormProcessor
public interface IEmailFormProcessor
formulates the final email. Escape character '\' is understood.
'$' is used preceeding a token name. A token name should not be a
substring of any other token name
- Version:
- $Revision$, $Date$
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Method Summary
-
Field Details
-
TOKEN_ID
- See Also:
-
TOKEN_SERIAL_NUM
- See Also:
-
TOKEN_HEX_SERIAL_NUM
- See Also:
-
TOKEN_REQUEST_ID
- See Also:
-
TOKEN_HTTP_HOST
- See Also:
-
TOKEN_HTTP_PORT
- See Also:
-
TOKEN_ISSUER_DN
- See Also:
-
TOKEN_SUBJECT_DN
- See Also:
-
TOKEN_REQUESTOR_EMAIL
- See Also:
-
TOKEN_CERT_TYPE
- See Also:
-
TOKEN_REQUEST_TYPE
- See Also:
-
TOKEN_STATUS
- See Also:
-
TOKEN_NOT_AFTER
- See Also:
-
TOKEN_NOT_BEFORE
- See Also:
-
TOKEN_SENDER_EMAIL
- See Also:
-
TOKEN_RECIPIENT_EMAIL
- See Also:
-
TOKEN_SUMMARY_ITEM_LIST
- See Also:
-
TOKEN_SUMMARY_TOTAL_NUM
- See Also:
-
TOKEN_SUMMARY_SUCCESS_NUM
- See Also:
-
TOKEN_SUMMARY_FAILURE_NUM
- See Also:
-
TOKEN_EXECUTION_TIME
- See Also:
-
TOKEN_REVOCATION_DATE
- See Also:
-
-
Method Details
-
getEmailContent
-
formContent
takes a vector of strings and concatenate them -
log
logs an entry in the log file.
-