|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ConfigurationException | |
---|---|
org.glite.authz.common.config | This package contains base classes used to configure the various PDP and PEP components. |
Uses of ConfigurationException in org.glite.authz.common.config |
---|
Methods in org.glite.authz.common.config that throw ConfigurationException | |
---|---|
static boolean |
IniConfigUtil.getBoolean(org.ini4j.Profile.Section configSection,
java.lang.String propName)
Extracts a boolean value from a configuration property. |
protected java.lang.String |
AbstractIniServiceConfigurationParser.getEntityId(org.ini4j.Profile.Section configSection)
Gets the value of the "entityId" property from the configuration section. |
protected java.lang.String |
AbstractIniServiceConfigurationParser.getHostname(org.ini4j.Profile.Section configSection)
Gets the value of the "hostname" property from the configuration section. |
static int |
IniConfigUtil.getInt(org.ini4j.Profile.Section configSection,
java.lang.String propName,
int minValue,
int maxValue)
Extracts an integer value from a configuration property. |
static java.lang.String |
IniConfigUtil.getString(org.ini4j.Profile.Section configSection,
java.lang.String propName)
Extracts a string value from a configuration property. |
static java.lang.String[] |
IniConfigUtil.getStringsArray(org.ini4j.Profile.Section configSection,
java.lang.String propName)
Extracts a string list values from a configuration property, the values are separated with " " (space). |
protected javax.net.ssl.X509KeyManager |
AbstractIniConfigurationParser.getX509KeyManager(org.ini4j.Profile.Section configSection)
Creates a KeyManager from the "servicePrivateKey" and "serviceCertificate"
properties, if they exist. |
protected org.glite.voms.PKIStore |
AbstractIniConfigurationParser.getX509TrustMaterialStore(org.ini4j.Profile.Section configSection)
Creates a PKIStore from the "trustInfoDir" property, if they exist. |
ObjectType |
IniSectionConfigurationParser.parse(org.ini4j.Profile.Section iniConfig,
AbstractConfigurationBuilder<?> configBuilder)
Creates a ObjectType from the information within the Section . |
ConfigurationType |
ConfigurationParser.parse(java.io.Reader config)
Reads a given configuration and creates the appropriate AbstractConfiguration . |
ConfigurationType |
ConfigurationParser.parse(java.lang.String config)
Reads a given configuration and creates the appropriate AbstractConfiguration . |
protected void |
AbstractIniServiceConfigurationParser.processSecuritySection(org.ini4j.Ini iniFile,
AbstractServiceConfigurationBuilder<?> configBuilder)
Process the information contained in the configuration section. |
protected void |
AbstractIniServiceConfigurationParser.processServiceSection(org.ini4j.Ini iniFile,
AbstractServiceConfigurationBuilder<?> configBuilder)
Process the information contained in the "SERVICE" configuration section. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |