public class GenPendingTemplateFiller extends java.lang.Object implements ICMSTemplateFiller
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FULL_RESPONSE |
AUTHORITY, ERROR, ERROR_DESCR, EXCEPTION, HOST, KEYREC_ID, PORT, REQUEST_ID, REQUEST_STATUS, SCHEME| Constructor and Description |
|---|
GenPendingTemplateFiller() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
doFullResponse(IArgBlock httpParams)
handy routine to check if client want full enrollment response
|
CMSTemplateParams |
getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e)
fill error details and description if any.
|
public CMSTemplateParams getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
getTemplateParams in interface ICMSTemplateFillercmsReq - CMS Requestauthority - this authoritylocale - locale of template.e - unexpected exception e. ignored.public static boolean doFullResponse(IArgBlock httpParams)