|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.edg.security.delegation.DelegationConfig
An utility class for loading various configuration parameters for the delegation.
Constructor Summary | |
DelegationConfig(java.lang.String config_file)
Constructor that initialises the parameters to the default values and next tries to update them with the contents of the configuration file. |
Method Summary | |
java.lang.String |
get(java.lang.String parameter_name)
Returns the parameter value. |
java.util.Properties |
getProperties()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public DelegationConfig(java.lang.String config_file) throws java.io.IOException
config_file
- the file containing configuration dataMethod Detail |
public java.lang.String get(java.lang.String parameter_name)
parameter_name
- the parameterpublic java.util.Properties getProperties()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |