Usage - Retrieving a policy set from eXist-db

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 455

This topic has not yet been written. The content below is from the topic description.
Usage - Retrieving Policy Sets from Exist DB Name:  org.jboss.security.xacml.existdb.locators.policy.ExistPolicySetLocator Configuration Example: databaseURL :  Database URL of Exist DB in the XMLDB format collectionName:  this is the name of the collection you have in the database.  It is analogous to a directory in the xml db. namesOfDocuments:  a comma separated values of policies. documentName: name of a single policy set.  You can use this attribute instead of namesOfDocuments if there is just one policy set.      xmldb:exist://localhost:11080/exist/xmlrpc/        xacml         attribLocator_policy.xml, web-policy.xml  Â