public class OcspServerConf
extends org.xipki.util.ValidatableConf
| Modifier and Type | Class and Description |
|---|---|
static class |
OcspServerConf.CaCerts |
static class |
OcspServerConf.CertCollection |
static class |
OcspServerConf.CrlSourceConf |
static class |
OcspServerConf.Datasource |
static class |
OcspServerConf.DbSourceConf |
static class |
OcspServerConf.EmbedCertsMode |
static class |
OcspServerConf.Nonce |
static class |
OcspServerConf.RequestOption |
static class |
OcspServerConf.Responder |
static class |
OcspServerConf.ResponseCache |
static class |
OcspServerConf.ResponseOption |
static class |
OcspServerConf.Signer |
static class |
OcspServerConf.Source |
static class |
OcspServerConf.SourceConfImpl |
static class |
OcspServerConf.Store |
static class |
OcspServerConf.ValidationModel |
| Constructor and Description |
|---|
OcspServerConf() |
| Modifier and Type | Method and Description |
|---|---|
List<OcspServerConf.Datasource> |
getDatasources() |
List<OcspServerConf.RequestOption> |
getRequestOptions() |
List<OcspServerConf.Responder> |
getResponders() |
OcspServerConf.ResponseCache |
getResponseCache() |
List<OcspServerConf.ResponseOption> |
getResponseOptions() |
List<OcspServerConf.Signer> |
getSigners() |
List<OcspServerConf.Store> |
getStores() |
boolean |
isMaster() |
void |
setDatasources(List<OcspServerConf.Datasource> datasources) |
void |
setMaster(boolean master) |
void |
setRequestOptions(List<OcspServerConf.RequestOption> requestOptions) |
void |
setResponders(List<OcspServerConf.Responder> responders) |
void |
setResponseCache(OcspServerConf.ResponseCache responseCache) |
void |
setResponseOptions(List<OcspServerConf.ResponseOption> responseOptions) |
void |
setSigners(List<OcspServerConf.Signer> signers) |
void |
setStores(List<OcspServerConf.Store> stores) |
void |
validate() |
public OcspServerConf.ResponseCache getResponseCache()
public void setResponseCache(OcspServerConf.ResponseCache responseCache)
public List<OcspServerConf.Responder> getResponders()
public void setResponders(List<OcspServerConf.Responder> responders)
public List<OcspServerConf.Signer> getSigners()
public void setSigners(List<OcspServerConf.Signer> signers)
public List<OcspServerConf.Store> getStores()
public void setStores(List<OcspServerConf.Store> stores)
public List<OcspServerConf.Datasource> getDatasources()
public void setDatasources(List<OcspServerConf.Datasource> datasources)
public List<OcspServerConf.RequestOption> getRequestOptions()
public void setRequestOptions(List<OcspServerConf.RequestOption> requestOptions)
public List<OcspServerConf.ResponseOption> getResponseOptions()
public void setResponseOptions(List<OcspServerConf.ResponseOption> responseOptions)
public boolean isMaster()
public void setMaster(boolean master)
public void validate()
throws org.xipki.util.InvalidConfException
validate in class org.xipki.util.ValidatableConforg.xipki.util.InvalidConfExceptionCopyright © 2018. All rights reserved.