Package org.xipki.ca.mgmt.db.port
Class CaCertstore.Caconf
- java.lang.Object
-
- org.xipki.util.ValidatableConf
-
- org.xipki.ca.mgmt.db.port.CaCertstore.Caconf
-
- Enclosing class:
- CaCertstore
public static class CaCertstore.Caconf extends org.xipki.util.ValidatableConf
-
-
Constructor Summary
Constructors Constructor Description Caconf()
-
Method Summary
-
-
-
Method Detail
-
getVersion
public int getVersion()
-
setVersion
public void setVersion(int version)
-
getDbSchemas
public List<CaCertstore.DbSchemaEntry> getDbSchemas()
-
setDbSchemas
public void setDbSchemas(List<CaCertstore.DbSchemaEntry> dbSchemas)
-
getSigners
public List<CaCertstore.Signer> getSigners()
-
setSigners
public void setSigners(List<CaCertstore.Signer> signers)
-
getRequestors
public List<CaCertstore.IdNameTypeConf> getRequestors()
-
setRequestors
public void setRequestors(List<CaCertstore.IdNameTypeConf> requestors)
-
getPublishers
public List<CaCertstore.IdNameTypeConf> getPublishers()
-
setPublishers
public void setPublishers(List<CaCertstore.IdNameTypeConf> publishers)
-
getProfiles
public List<CaCertstore.IdNameTypeConf> getProfiles()
-
setProfiles
public void setProfiles(List<CaCertstore.IdNameTypeConf> profiles)
-
getCas
public List<CaCertstore.Ca> getCas()
-
setCas
public void setCas(List<CaCertstore.Ca> cas)
-
getCaaliases
public List<CaCertstore.Caalias> getCaaliases()
-
setCaaliases
public void setCaaliases(List<CaCertstore.Caalias> caaliases)
-
getCaHasRequestors
public List<CaCertstore.CaHasRequestor> getCaHasRequestors()
-
setCaHasRequestors
public void setCaHasRequestors(List<CaCertstore.CaHasRequestor> caHasRequestors)
-
getCaHasPublishers
public List<CaCertstore.CaHasPublisher> getCaHasPublishers()
-
setCaHasPublishers
public void setCaHasPublishers(List<CaCertstore.CaHasPublisher> caHasPublishers)
-
getCaHasProfiles
public List<CaCertstore.CaHasProfile> getCaHasProfiles()
-
setCaHasProfiles
public void setCaHasProfiles(List<CaCertstore.CaHasProfile> caHasProfiles)
-
getKeypairGens
public List<CaCertstore.NameTypeConf> getKeypairGens()
-
setKeypairGens
public void setKeypairGens(List<CaCertstore.NameTypeConf> keypairGens)
-
validate
public void validate() throws org.xipki.util.exception.InvalidConfException- Specified by:
validatein classorg.xipki.util.ValidatableConf- Throws:
org.xipki.util.exception.InvalidConfException
-
-