public static class OcspServerConf.SourceConfImpl
extends org.xipki.util.ValidatableConf
implements org.xipki.ocsp.api.OcspStore.SourceConf
| Constructor and Description |
|---|
SourceConfImpl() |
| Modifier and Type | Method and Description |
|---|---|
OcspServerConf.CrlSourceConf |
getCrlSource() |
Object |
getCustom() |
OcspServerConf.DbSourceConf |
getDbSource() |
void |
setCrlSource(OcspServerConf.CrlSourceConf crlSource) |
void |
setCustom(Object custom) |
void |
setDbSource(OcspServerConf.DbSourceConf dbSource) |
void |
validate() |
public OcspServerConf.DbSourceConf getDbSource()
public void setDbSource(OcspServerConf.DbSourceConf dbSource)
public OcspServerConf.CrlSourceConf getCrlSource()
public void setCrlSource(OcspServerConf.CrlSourceConf crlSource)
public Object getCustom()
public void setCustom(Object custom)
public void validate()
throws org.xipki.util.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.InvalidConfExceptionCopyright © 2018. All rights reserved.