Class RevocationCheckingConfig
java.lang.Object
com.netscape.cmscore.base.ConfigStore
org.dogtagpki.server.authentication.RevocationCheckingConfig
- All Implemented Interfaces:
Cloneable
Provides auths.revocationChecking.* parameters.
-
Field Summary
Fields inherited from class ConfigStore
logger, mSource, mStoreName, PROP_SUBSTORES, storage -
Constructor Summary
ConstructorsConstructorDescriptionRevocationCheckingConfig(ConfigStorage storage) RevocationCheckingConfig(String name, SimpleProperties source) -
Method Summary
Modifier and TypeMethodDescriptionintReturns auths.revocationChecking.bufferSize parameter.intReturns auths.revocationChecking.unknownStateInterval parameter.intReturns auths.revocationChecking.validityInterval parameter.booleanReturns auths.revocationChecking.enabled parameter.Methods inherited from class ConfigStore
clear, clone, commit, get, getBigInteger, getBigInteger, getBoolean, getBoolean, getByteArray, getByteArray, getFullName, getInteger, getInteger, getName, getProperties, getPropertyNames, getSource, getStorage, getString, getString, getSubStore, getSubStore, getSubStoreNames, keys, load, load, makeSubStore, makeSubStore, printProperties, put, putBigInteger, putBoolean, putByteArray, putInteger, putString, remove, removeSubStore, size, store
-
Constructor Details
-
RevocationCheckingConfig
-
RevocationCheckingConfig
-
-
Method Details
-
isEnabled
Returns auths.revocationChecking.enabled parameter.- Throws:
EBaseException
-
getBufferSize
Returns auths.revocationChecking.bufferSize parameter.- Throws:
EBaseException
-
getValidityInterval
Returns auths.revocationChecking.validityInterval parameter.- Throws:
EBaseException
-
getUnknownStateInterval
Returns auths.revocationChecking.unknownStateInterval parameter.- Throws:
EBaseException
-