Modifier and Type | Method and Description |
---|---|
IResender |
ICMSEngine.getResender(IAuthority authority,
java.lang.String nickname,
java.lang.String clientCiphers,
IRemoteAuthority remote,
int interval)
Retrieves the request sender for use with connector.
|
static IResender |
CMS.getResender(IAuthority authority,
java.lang.String nickname,
java.lang.String clientCiphers,
IRemoteAuthority remote,
int interval)
Retrieves the request sender for use with connector.
|
Modifier and Type | Interface and Description |
---|---|
interface |
ICertAuthority
Authority that handles certificates needed by the cert registration
servlets.
|
Modifier and Type | Method and Description |
---|---|
abstract IAuthority |
EnrollProfile.getAuthority() |
IAuthority |
CAEnrollProfile.getAuthority() |
Modifier and Type | Field and Description |
---|---|
protected IAuthority |
CMSServlet.mAuthority |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
CMSServlet.getRelPath(IAuthority authority)
handy routine for getting agent's relative path
|
Modifier and Type | Method and Description |
---|---|
CMSTemplateParams |
ImportCertsTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e) |
CMSTemplateParams |
ImportCertsTemplateFiller.getX509TemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e) |
Modifier and Type | Method and Description |
---|---|
CMSTemplateParams |
IndexTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority mAuthority,
java.util.Locale locale,
java.lang.Exception e) |
CMSTemplateParams |
ICMSTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority mAuthority,
java.util.Locale locale,
java.lang.Exception e) |
CMSTemplateParams |
GenUnexpectedErrorTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e)
fill error details and description if any.
|
CMSTemplateParams |
GenUnauthorizedTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e)
fill error details and description if any.
|
CMSTemplateParams |
GenSvcPendingTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e)
fill error details and description if any.
|
CMSTemplateParams |
GenSuccessTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e)
fill error details and description if any.
|
CMSTemplateParams |
GenRejectedTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e) |
CMSTemplateParams |
GenPendingTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e)
fill error details and description if any.
|
CMSTemplateParams |
GenErrorTemplateFiller.getTemplateParams(CMSRequest cmsReq,
IAuthority authority,
java.util.Locale locale,
java.lang.Exception e)
fill error details and description if any.
|
Modifier and Type | Field and Description |
---|---|
protected IAuthority |
TokenKeyRecoveryServlet.mAuthority |
protected IAuthority |
GenerateKeyPairServlet.mAuthority |
protected IAuthority |
ConnectorServlet.mAuthority |
protected IAuthority |
CloneServlet.mAuthority |
Modifier and Type | Field and Description |
---|---|
protected IAuthority |
CMSRequestDAO.authority |