it.eng.rdlab.soa3.assertion.configuration
Interface ConfigurationBean

All Known Implementing Classes:
ConfigurationInformationBean

public interface ConfigurationBean

Configuration Bean

Author:
Ciro Formisano

Field Summary
static String CERTIFICATE_TYPE
           
static String KEYFACTORY_ALG
           
static String PUBLIC_KEY
           
static String SIGNATURE_VALIDATION_ENABLED
           
static String TIME_VALIDATION_ENABLED
           
 
Method Summary
 String getProperty(String propertyname)
          Provides the configuration property
 

Field Detail

PUBLIC_KEY

static final String PUBLIC_KEY
See Also:
Constant Field Values

KEYFACTORY_ALG

static final String KEYFACTORY_ALG
See Also:
Constant Field Values

CERTIFICATE_TYPE

static final String CERTIFICATE_TYPE
See Also:
Constant Field Values

SIGNATURE_VALIDATION_ENABLED

static final String SIGNATURE_VALIDATION_ENABLED
See Also:
Constant Field Values

TIME_VALIDATION_ENABLED

static final String TIME_VALIDATION_ENABLED
See Also:
Constant Field Values
Method Detail

getProperty

String getProperty(String propertyname)
Provides the configuration property

Parameters:
propertyname -
Returns:
the property, if exists, null otherwise


Copyright © 2013. All Rights Reserved.