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 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 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 -
Uses of IAuthority in com.netscape.cmscore.connector
Fields in com.netscape.cmscore.connector declared as IAuthority Modifier and Type Field Description protected IAuthorityResender. mAuthorityprotected IAuthorityHttpConnector. mSourceConstructors 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 HttpConnFactoryLocalConnector(ICertAuthority source, IAuthority dest)Resender(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 IAuthorityGenericPolicyProcessor. mAuthorityMethods in org.dogtagpki.legacy.core.policy with parameters of type IAuthority Modifier and Type Method Description voidGenericPolicyProcessor. init(IAuthority owner, IConfigStore config)Initializes the PolicyProcessor
-