Class RevocationCheckingConfig

java.lang.Object
com.netscape.cmscore.base.ConfigStore
org.dogtagpki.server.authentication.RevocationCheckingConfig
All Implemented Interfaces:
Cloneable

public class RevocationCheckingConfig extends ConfigStore
Provides auths.revocationChecking.* parameters.
  • Constructor Details

    • RevocationCheckingConfig

      public RevocationCheckingConfig(ConfigStorage storage)
    • RevocationCheckingConfig

      public RevocationCheckingConfig(String name, SimpleProperties source)
  • Method Details

    • isEnabled

      public boolean isEnabled() throws EBaseException
      Returns auths.revocationChecking.enabled parameter.
      Throws:
      EBaseException
    • getBufferSize

      public int getBufferSize() throws EBaseException
      Returns auths.revocationChecking.bufferSize parameter.
      Throws:
      EBaseException
    • getValidityInterval

      public int getValidityInterval() throws EBaseException
      Returns auths.revocationChecking.validityInterval parameter.
      Throws:
      EBaseException
    • getUnknownStateInterval

      public int getUnknownStateInterval() throws EBaseException
      Returns auths.revocationChecking.unknownStateInterval parameter.
      Throws:
      EBaseException