Uses of Class
com.netscape.certsrv.selftests.EMissingSelfTestException
-
-
Uses of EMissingSelfTestException in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that throw EMissingSelfTestException Modifier and Type Method Description voidISelfTest. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name.booleanISelfTestSubsystem. isSelfTestCriticalAtStartup(java.lang.String instanceName)Determine if failure of the specified self test is fatal to server startup.booleanISelfTestSubsystem. isSelfTestCriticalOnDemand(java.lang.String instanceName)Determine if failure of the specified self test is fatal when it is executed on demand.booleanISelfTestSubsystem. isSelfTestEnabledAtStartup(java.lang.String instanceName)Determine if the specified self test is executed automatically at server startup.booleanISelfTestSubsystem. isSelfTestEnabledOnDemand(java.lang.String instanceName)Determine if the specified self test is enabled to be executed on demand.voidISelfTestSubsystem. runSelfTestsOnDemand()Execute all self tests specified to be run on demand. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests
Methods in com.netscape.cms.selftests that throw EMissingSelfTestException Modifier and Type Method Description voidASelfTest. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests.ca
Methods in com.netscape.cms.selftests.ca that throw EMissingSelfTestException Modifier and Type Method Description voidCAPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name.voidCAValidity. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests.common
Methods in com.netscape.cms.selftests.common that throw EMissingSelfTestException Modifier and Type Method Description voidSystemCertsVerification. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests.kra
Methods in com.netscape.cms.selftests.kra that throw EMissingSelfTestException Modifier and Type Method Description voidKRAPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cms.selftests.ocsp
Methods in com.netscape.cms.selftests.ocsp that throw EMissingSelfTestException Modifier and Type Method Description voidOCSPPresence. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name.voidOCSPValidity. initSelfTest(ISelfTestSubsystem subsystem, java.lang.String instanceName, IConfigStore parameters)Initializes this subsystem with the configuration store associated with this instance name. -
Uses of EMissingSelfTestException in com.netscape.cmscore.selftests
Methods in com.netscape.cmscore.selftests that throw EMissingSelfTestException Modifier and Type Method Description voidSelfTestSubsystem. deregisterSelfTestAtStartup(java.lang.String instanceName)Deregister an individual self test on the instances list AND on the "startup" list (note that the specified self test will be removed from each list).voidSelfTestSubsystem. deregisterSelfTestOnDemand(java.lang.String instanceName)Deregister an individual self test on the instances list AND on the "on demand" list (note that the specified self test will be removed from each list).voidSelfTestSubsystem. disableSelfTestAtStartup(java.lang.String instanceName)Disable the specified self test at server startup.voidSelfTestSubsystem. disableSelfTestOnDemand(java.lang.String instanceName)Disable the specified self test from being able to be executed on demand.voidSelfTestSubsystem. enableSelfTestAtStartup(java.lang.String instanceName, boolean isCritical)Enable the specified self test at server startup.voidSelfTestSubsystem. enableSelfTestOnDemand(java.lang.String instanceName, boolean isCritical)Enable the specified self test to be executed on demand.booleanSelfTestSubsystem. isSelfTestCriticalAtStartup(java.lang.String instanceName)Determine if failure of the specified self test is fatal to server startup.booleanSelfTestSubsystem. isSelfTestCriticalOnDemand(java.lang.String instanceName)Determine if failure of the specified self test is fatal when it is executed on demand.booleanSelfTestSubsystem. isSelfTestEnabledAtStartup(java.lang.String instanceName)Determine if the specified self test is executed automatically at server startup.booleanSelfTestSubsystem. isSelfTestEnabledOnDemand(java.lang.String instanceName)Determine if the specified self test is enabled to be executed on demand.voidSelfTestSubsystem. registerSelfTestAtStartup(java.lang.String instanceName, boolean isCritical, ISelfTest instance)Register an individual self test on the instances list AND on the "startup" list (note that the specified self test will be appended to the end of each list).voidSelfTestSubsystem. registerSelfTestOnDemand(java.lang.String instanceName, boolean isCritical, ISelfTest instance)Register an individual self test on the instances list AND on the "on demand" list (note that the specified self test will be appended to the end of each list).voidSelfTestSubsystem. runSelfTestsOnDemand()Execute all self tests specified to be run on demand. -
Uses of EMissingSelfTestException in org.dogtagpki.server.rest
Methods in org.dogtagpki.server.rest that throw EMissingSelfTestException Modifier and Type Method Description SelfTestDataSelfTestService. createSelfTestData(ISelfTestSubsystem subsystem, java.lang.String selfTestID)
-