Uses of Interface
com.netscape.certsrv.authority.IAuthority

Packages that use IAuthority
com.netscape.certsrv.apps   
com.netscape.certsrv.authority   
com.netscape.cms.profile.common   
com.netscape.cms.servlet.base   
com.netscape.cms.servlet.cert   
com.netscape.cms.servlet.common   
com.netscape.cms.servlet.connector   
 

Uses of IAuthority in com.netscape.certsrv.apps
 

Methods in com.netscape.certsrv.apps with parameters of type IAuthority
static IResender CMS.getResender(IAuthority authority, java.lang.String nickname, IRemoteAuthority remote, int interval)
          Retrieves the request sender for use with connector.
 IResender ICMSEngine.getResender(IAuthority authority, java.lang.String nickname, 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
 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
abstract  IAuthority EnrollProfile.getAuthority()
           
 IAuthority CAEnrollProfile.getAuthority()
           
 IAuthority RAEnrollProfile.getAuthority()
           
 

Uses of IAuthority in com.netscape.cms.servlet.base
 

Fields in com.netscape.cms.servlet.base declared as IAuthority
protected  IAuthority CMSServlet.mAuthority
           
 

Methods in com.netscape.cms.servlet.base with parameters of type IAuthority
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
 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
 CMSTemplateParams GenRejectedTemplateFiller.getTemplateParams(CMSRequest cmsReq, IAuthority authority, java.util.Locale locale, java.lang.Exception e)
           
 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)
           
 CMSTemplateParams GenSuccessTemplateFiller.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.
 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 GenPendingTemplateFiller.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.
 

Uses of IAuthority in com.netscape.cms.servlet.connector
 

Fields in com.netscape.cms.servlet.connector declared as IAuthority
protected  IAuthority CloneServlet.mAuthority
           
protected  IAuthority TokenKeyRecoveryServlet.mAuthority
           
protected  IAuthority GenerateKeyPairServlet.mAuthority
           
protected  IAuthority ConnectorServlet.mAuthority