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 ISelfTest
ISelfTestSubsystem. 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 class
ASelfTest
This 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 class
CAPresence
This class implements a self test to check for CA presence.class
CAValidity
This 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 class
SystemCertsVerification
This 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 class
KRAPresence
This 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 class
OCSPPresence
This class implements a self test to check for OCSP presence.class
OCSPValidity
This 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. mSelfTestInstances
Methods in com.netscape.cmscore.selftests that return ISelfTest Modifier and Type Method Description ISelfTest
SelfTestSubsystem. 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 void
SelfTestSubsystem. 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).void
SelfTestSubsystem. 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).
-