it.eng.rdlab.soa3.assertion.configuration
Class ConfigurationInformationBean

java.lang.Object
  extended by it.eng.rdlab.soa3.assertion.configuration.ConfigurationInformationBean
All Implemented Interfaces:
ConfigurationBean

public class ConfigurationInformationBean
extends Object
implements ConfigurationBean

Configuration Bean

Author:
Ciro Formisano

Field Summary
 
Fields inherited from interface it.eng.rdlab.soa3.assertion.configuration.ConfigurationBean
CERTIFICATE_TYPE, KEYFACTORY_ALG, PUBLIC_KEY, SIGNATURE_VALIDATION_ENABLED, TIME_VALIDATION_ENABLED
 
Constructor Summary
ConfigurationInformationBean()
           
 
Method Summary
 String getProperty(String propertyname)
          Provides the configuration property
 void setProperty(String name, String value)
          Sets the property
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConfigurationInformationBean

public ConfigurationInformationBean()
Method Detail

setProperty

public void setProperty(String name,
                        String value)
Sets the property

Parameters:
name -
value -

getProperty

public String getProperty(String propertyname)
Provides the configuration property

Specified by:
getProperty in interface ConfigurationBean
Returns:
the property, if exists, null otherwise


Copyright © 2013. All Rights Reserved.