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 IResenderCMS. getResender(IAuthority authority, java.lang.String nickname, java.lang.String clientCiphers, IRemoteAuthority remote, int interval)Retrieves the request sender for use with connector.IResenderICMSEngine. 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 interfaceICertAuthorityAuthority 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 IAuthorityCAEnrollProfile. getAuthority()abstract IAuthorityEnrollProfile. 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 IAuthorityCMSServlet. mAuthorityMethods in com.netscape.cms.servlet.base with parameters of type IAuthority Modifier and Type Method Description protected java.lang.StringCMSServlet. 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 CMSTemplateParamsImportCertsTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)CMSTemplateParamsImportCertsTemplateFiller. 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 CMSTemplateParamsGenErrorTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)fill error details and description if any.CMSTemplateParamsGenPendingTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)fill error details and description if any.CMSTemplateParamsGenRejectedTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)CMSTemplateParamsGenSuccessTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)fill error details and description if any.CMSTemplateParamsGenSvcPendingTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)fill error details and description if any.CMSTemplateParamsGenUnauthorizedTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)fill error details and description if any.CMSTemplateParamsGenUnexpectedErrorTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)fill error details and description if any.CMSTemplateParamsICMSTemplateFiller. getTemplateParams(CMSRequest cmsReq, IAuthority mAuthority, java.util.Locale locale, java.lang.Exception e)CMSTemplateParamsIndexTemplateFiller. 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 IAuthorityCloneServlet. mAuthorityprotected IAuthorityConnectorServlet. mAuthorityprotected IAuthorityGenerateKeyPairServlet. mAuthorityprotected IAuthorityTokenKeyRecoveryServlet. 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 IAuthorityCMSRequestDAO. authority
-