Uses of Interface
com.netscape.certsrv.authority.IAuthority
-
-
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 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
-
Uses of IAuthority in com.netscape.cmscore.connector
Fields in com.netscape.cmscore.connector declared as IAuthority Modifier and Type Field Description protected IAuthority
Resender. mAuthority
protected IAuthority
HttpConnector. mSource
Constructors in com.netscape.cmscore.connector with parameters of type IAuthority Constructor Description HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config)
HttpConnector(IAuthority source, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int resendInterval, IConfigStore config, int timeout)
HttpConnFactory(int minConns, int maxConns, IAuthority source, IRemoteAuthority dest, java.lang.String nickname, java.lang.String clientCiphers, int timeout)
Constructor for HttpConnFactoryResender(IAuthority authority, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest)
Resender(IAuthority authority, java.lang.String nickName, java.lang.String clientCiphers, IRemoteAuthority dest, int interval)
-
Uses of IAuthority in org.dogtagpki.legacy.core.policy
Fields in org.dogtagpki.legacy.core.policy declared as IAuthority Modifier and Type Field Description protected IAuthority
GenericPolicyProcessor. mAuthority
Methods in org.dogtagpki.legacy.core.policy with parameters of type IAuthority Modifier and Type Method Description void
GenericPolicyProcessor. init(IAuthority owner, IConfigStore config)
Initializes the PolicyProcessor
-