|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objecteu.xtreemos.xosd.vo.rca.server.RCAServerConfig
public class RCAServerConfig
Field Summary | |
---|---|
static java.lang.String |
AttributesInAttrCert
Denotes node attributes to be stored in an attribute certificates. |
static java.lang.String |
AttributesInCertExt
Denotes node attributes to be stored as extensions of a certificate. |
java.lang.String |
attributeType
The type of the attribute certificate: "V2" - use X509 V2 attribute certificate "V3" - use X509 V3 certificate with attributes in the extensions |
java.lang.String |
cdaPassword
The server's certificate authority's public key's passphrase. |
java.lang.String |
certDNCountry
The country of the organisation covered by the RCA server. |
java.lang.String |
certDNLocation
The location of the organisation covered by the RCA server. |
java.lang.String |
certDNOrganisation
The name of the organisation covered by the RCA server. |
java.lang.String |
certDNOrganisationUnit
The name of the organisation unit covered by the RCA server. |
java.lang.String |
certificateFileName
The path to the server's certificate authority's public key/certificate. |
int |
daysCertValidity
The number of days the certificate will be valid, starting from the day of certification and expiring this number of days later. |
java.lang.String |
keyPassword
The server's certificate authority's private key's passphrase. |
java.lang.String |
privateKey
The path to the server's certificate authority's private key. |
java.lang.String |
rcaDBFile
The path to the file containing the RCA DB. |
Constructor Summary | |
---|---|
RCAServerConfig()
|
Method Summary | |
---|---|
void |
defaultConfig()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String AttributesInAttrCert
public static final java.lang.String AttributesInCertExt
public java.lang.String certDNOrganisation
public java.lang.String certDNLocation
public java.lang.String certDNCountry
public java.lang.String certDNOrganisationUnit
public int daysCertValidity
public java.lang.String privateKey
public java.lang.String certificateFileName
public java.lang.String cdaPassword
public java.lang.String keyPassword
public java.lang.String rcaDBFile
public java.lang.String attributeType
Constructor Detail |
---|
public RCAServerConfig()
Method Detail |
---|
public void defaultConfig()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |