Uses of Interface
com.netscape.certsrv.authority.IAuthority
-
-
Uses of IAuthority in com.netscape.certsrv.apps
Methods in com.netscape.certsrv.apps with parameters of type IAuthority Modifier and Type Method Description 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.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. -
Uses of IAuthority in com.netscape.certsrv.authority
Subinterfaces of IAuthority in com.netscape.certsrv.authority Modifier and Type Interface Description interface
ICertAuthority
Authority that handles certificates needed by the cert registration servlets. -
Uses of IAuthority in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common that return IAuthority Modifier and Type Method Description IAuthority
CAEnrollProfile. getAuthority()
abstract IAuthority
EnrollProfile. getAuthority()
-
Uses of IAuthority in com.netscape.cms.servlet.base
Fields in com.netscape.cms.servlet.base declared as IAuthority Modifier and Type Field Description protected IAuthority
CMSServlet. mAuthority
Methods in com.netscape.cms.servlet.base with parameters of type IAuthority Modifier and Type Method Description protected java.lang.String
CMSServlet. getRelPath(IAuthority authority)
handy routine for getting agent's relative path -
Uses of IAuthority in com.netscape.cms.servlet.cert
Methods in com.netscape.cms.servlet.cert with parameters of type IAuthority Modifier and Type Method 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)
-
Uses of IAuthority in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common with parameters of type IAuthority Modifier and Type Method Description CMSTemplateParams
GenErrorTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
fill error details and description if any.CMSTemplateParams
GenPendingTemplateFiller. 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
GenSuccessTemplateFiller. 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
GenUnauthorizedTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
fill error details and description if any.CMSTemplateParams
GenUnexpectedErrorTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
fill error details and description if any.CMSTemplateParams
ICMSTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority mAuthority, java.util.Locale locale, java.lang.Exception e)
CMSTemplateParams
IndexTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority mAuthority, java.util.Locale locale, java.lang.Exception e)
-
Uses of IAuthority in com.netscape.cms.servlet.connector
Fields in com.netscape.cms.servlet.connector declared as IAuthority Modifier and Type Field Description protected IAuthority
CloneServlet. mAuthority
protected IAuthority
ConnectorServlet. mAuthority
protected IAuthority
GenerateKeyPairServlet. mAuthority
protected IAuthority
TokenKeyRecoveryServlet. mAuthority
-
Uses of IAuthority in com.netscape.cms.servlet.request
Fields in com.netscape.cms.servlet.request declared as IAuthority Modifier and Type Field Description protected IAuthority
CMSRequestDAO. authority
-