Uses of Interface
com.netscape.certsrv.selftests.ISelfTest
-
-
Uses of ISelfTest in com.netscape.certsrv.selftests
Methods in com.netscape.certsrv.selftests that return ISelfTest Modifier and Type Method Description ISelfTestISelfTestSubsystem. getSelfTest(java.lang.String instanceName)Retrieve an individual self test from the instances list given its instance name. -
Uses of ISelfTest in com.netscape.cms.selftests
Classes in com.netscape.cms.selftests that implement ISelfTest Modifier and Type Class Description classASelfTestThis class implements an individual self test. -
Uses of ISelfTest in com.netscape.cms.selftests.ca
Classes in com.netscape.cms.selftests.ca that implement ISelfTest Modifier and Type Class Description classCAPresenceThis class implements a self test to check for CA presence.classCAValidityThis class implements a self test to check the validity of the CA. -
Uses of ISelfTest in com.netscape.cms.selftests.common
Classes in com.netscape.cms.selftests.common that implement ISelfTest Modifier and Type Class Description classSystemCertsVerificationThis class implements a self test to check the system certs of the subsystem -
Uses of ISelfTest in com.netscape.cms.selftests.kra
Classes in com.netscape.cms.selftests.kra that implement ISelfTest Modifier and Type Class Description classKRAPresenceThis class implements a self test to check for KRA presence. -
Uses of ISelfTest in com.netscape.cms.selftests.ocsp
Classes in com.netscape.cms.selftests.ocsp that implement ISelfTest Modifier and Type Class Description classOCSPPresenceThis class implements a self test to check for OCSP presence.classOCSPValidityThis class implements a self test to check the validity of the OCSP. -
Uses of ISelfTest in com.netscape.cmscore.selftests
Fields in com.netscape.cmscore.selftests with type parameters of type ISelfTest Modifier and Type Field Description java.util.Hashtable<java.lang.String,ISelfTest>SelfTestSubsystem. mSelfTestInstancesMethods in com.netscape.cmscore.selftests that return ISelfTest Modifier and Type Method Description ISelfTestSelfTestSubsystem. getSelfTest(java.lang.String instanceName)Retrieve an individual self test from the instances list given its instance name.Methods in com.netscape.cmscore.selftests with parameters of type ISelfTest Modifier and Type Method Description 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).
-