eu.xtreemos.xosd.security.vops.config
Class VOPSConfig

java.lang.Object
  extended by eu.xtreemos.xosd.security.vops.config.VOPSConfig
Direct Known Subclasses:
CVOPSConfig

public class VOPSConfig
extends java.lang.Object

Author:
ales.cernivec@xlab.si

Field Summary
 boolean enableAccessControl
          Does VOPS take care for access control.
 CommunicationAddress globalVOPS
          Deprecated.  
 java.lang.String keyPassword
          The server's certificate authority's private key's passphrase.
 java.lang.String policyStorage
           
 java.lang.String[] ResourceAdminRoles
           
 java.lang.String serviceKey
          Path to service's key.
 java.lang.String[] VOAdminRoles
          These are for control access.
 
Constructor Summary
VOPSConfig()
           
 
Method Summary
 void defaultConfig()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

globalVOPS

public CommunicationAddress globalVOPS
Deprecated. 

policyStorage

public java.lang.String policyStorage

keyPassword

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


enableAccessControl

public boolean enableAccessControl
Does VOPS take care for access control.


VOAdminRoles

public java.lang.String[] VOAdminRoles
These are for control access.


ResourceAdminRoles

public java.lang.String[] ResourceAdminRoles

serviceKey

public java.lang.String serviceKey
Path to service's key. This is used for signing the response messages.

Constructor Detail

VOPSConfig

public VOPSConfig()
Method Detail

defaultConfig

public void defaultConfig()