eu.xtreemos.xosd.vo.rca.server
Class RCAServerConfig

java.lang.Object
  extended by eu.xtreemos.xosd.vo.rca.server.RCAServerConfig

public class RCAServerConfig
extends java.lang.Object


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

AttributesInAttrCert

public static final java.lang.String AttributesInAttrCert
Denotes node attributes to be stored in an attribute certificates.

See Also:
Constant Field Values

AttributesInCertExt

public static final java.lang.String AttributesInCertExt
Denotes node attributes to be stored as extensions of a certificate.

See Also:
Constant Field Values

certDNOrganisation

public java.lang.String certDNOrganisation
The name of the organisation covered by the RCA server. The value is a part of the distinguished name (DN) of a certified resource.


certDNLocation

public java.lang.String certDNLocation
The location of the organisation covered by the RCA server. The value is a part of the distinguished name (DN) of a certified resource.


certDNCountry

public java.lang.String certDNCountry
The country of the organisation covered by the RCA server. The value is a part of the distinguished name (DN) of a certified resource.


certDNOrganisationUnit

public java.lang.String certDNOrganisationUnit
The name of the organisation unit covered by the RCA server. The value is a part of the distinguished name (DN) of a certified resource.


daysCertValidity

public int daysCertValidity
The number of days the certificate will be valid, starting from the day of certification and expiring this number of days later.


privateKey

public java.lang.String privateKey
The path to the server's certificate authority's private key.


certificateFileName

public java.lang.String certificateFileName
The path to the server's certificate authority's public key/certificate.


cdaPassword

public java.lang.String cdaPassword
The server's certificate authority's public key's passphrase. (Why does this not make any sense?)


keyPassword

public java.lang.String keyPassword
The server's certificate authority's private key's passphrase.


rcaDBFile

public java.lang.String rcaDBFile
The path to the file containing the RCA DB.


attributeType

public 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

Constructor Detail

RCAServerConfig

public RCAServerConfig()
Method Detail

defaultConfig

public void defaultConfig()