Class SystemConfigService

  • All Implemented Interfaces:
    com.netscape.certsrv.system.SystemConfigResource

    public class SystemConfigService
    extends PKIService
    implements com.netscape.certsrv.system.SystemConfigResource
    Author:
    alee
    • Field Detail

      • logger

        public static final org.slf4j.Logger logger
      • csType

        public java.lang.String csType
      • csSubsystem

        public java.lang.String csSubsystem
      • csState

        public java.lang.String csState
      • isMasterCA

        public boolean isMasterCA
      • instanceRoot

        public java.lang.String instanceRoot
    • Constructor Detail

      • SystemConfigService

        public SystemConfigService()
                            throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • setupCert

        public com.netscape.certsrv.system.SystemCertData setupCert​(com.netscape.certsrv.system.CertificateSetupRequest request)
                                                             throws java.lang.Exception
        Specified by:
        setupCert in interface com.netscape.certsrv.system.SystemConfigResource
        Throws:
        java.lang.Exception
      • setupAdmin

        public com.netscape.certsrv.system.AdminSetupResponse setupAdmin​(com.netscape.certsrv.system.AdminSetupRequest request)
                                                                  throws java.lang.Exception
        Specified by:
        setupAdmin in interface com.netscape.certsrv.system.SystemConfigResource
        Throws:
        java.lang.Exception
      • setupSecurityDomain

        public void setupSecurityDomain​(com.netscape.certsrv.system.SecurityDomainSetupRequest request)
                                 throws java.lang.Exception
        Specified by:
        setupSecurityDomain in interface com.netscape.certsrv.system.SystemConfigResource
        Throws:
        java.lang.Exception
      • setupDatabaseUser

        public void setupDatabaseUser​(com.netscape.certsrv.system.DatabaseUserSetupRequest request)
                               throws java.lang.Exception
        Specified by:
        setupDatabaseUser in interface com.netscape.certsrv.system.SystemConfigResource
        Throws:
        java.lang.Exception
      • finalizeConfiguration

        public void finalizeConfiguration​(com.netscape.certsrv.system.FinalizeConfigRequest request)
                                   throws java.lang.Exception
        Specified by:
        finalizeConfiguration in interface com.netscape.certsrv.system.SystemConfigResource
        Throws:
        java.lang.Exception