* property com.sun.xcaml.PDPConfigFile.
*/
public SimplePDP() throws Exception
{
// load the configuration
ConfigurationStore store = new ConfigurationStore();
// use the default factories from the configuration
store.useDefaultFactories();
// get the PDP configuration's and setup the PDP
pdp = new PDP(store.getDefaultPDPConfig());
}