Uses of Class
org.fcrepo.server.security.xacml.pdp.data.PolicyIndexException

Packages that use PolicyIndexException
org.fcrepo.server.security.xacml.pdp.data   
org.fcrepo.server.security.xacml.pdp.finder.policy   
 

Uses of PolicyIndexException in org.fcrepo.server.security.xacml.pdp.data
 

Methods in org.fcrepo.server.security.xacml.pdp.data that throw PolicyIndexException
 String PolicyIndex.addPolicy(String name, String document)
          Generates a policy based on the string data provided and the name.
 String ExistPolicyIndex.addPolicy(String name, String document)
           
 String DbXmlPolicyIndex.addPolicy(String name, String document)
           
 boolean PolicyIndex.clear()
          Clear the policy index completely
 boolean ExistPolicyIndex.clear()
           
 boolean DbXmlPolicyIndex.clear()
           
 boolean PolicyIndex.contains(String policyName)
          Check if the policy identified by policyName exists.
 boolean ExistPolicyIndex.contains(String policyName)
           
 boolean DbXmlPolicyIndex.contains(String policyName)
          Check if the policy identified by policyName exists.
protected  org.xmldb.api.base.Collection ExistPolicyIndex.createCollectionPath(String collectionPath, org.xmldb.api.base.Collection rootCollection)
          Create a collection given a full path to the collection.
protected static Document ExistPolicyIndex.createDocument(String document)
           
protected  void ExistPolicyIndex.deleteCollection()
          delete the policy collection from the database
 boolean PolicyIndex.deletePolicy(String name)
          Removes the policy given by name from the data store.
 boolean ExistPolicyIndex.deletePolicy(String name)
           
 boolean DbXmlPolicyIndex.deletePolicy(String name)
           
protected  org.xmldb.api.base.ResourceSet ExistPolicyIndex.doQuery(String query, Map<String,String> variables)
           
 Map<String,byte[]> PolicyIndex.getPolicies(com.sun.xacml.EvaluationCtx eval)
          Extracts a list of policies from the Policy Index that are relevant to the given Evaluation Context.
 Map<String,byte[]> ExistPolicyIndex.getPolicies(com.sun.xacml.EvaluationCtx eval)
           
 Map<String,byte[]> DbXmlPolicyIndex.getPolicies(com.sun.xacml.EvaluationCtx eval)
           
 byte[] PolicyIndex.getPolicy(String name)
          Obtains the policy with the provided name from the Policy Store.
 byte[] ExistPolicyIndex.getPolicy(String name)
           
 byte[] DbXmlPolicyIndex.getPolicy(String name)
           
protected  void ExistPolicyIndex.init()
           
protected  void ExistPolicyIndex.initCollection()
           
 PolicyIndex PolicyIndexFactory.newPolicyIndex()
          Generate a PolicyStore instance based on config file
protected static byte[] ExistPolicyIndex.nodeToByte(Node node)
          get XML document supplied as w3c dom Node as bytes
 boolean PolicyIndex.updatePolicy(String name, String newDocument)
          Generates a new policy based for the given policy name and replaces the old policy in the Policy Store with it.
 boolean ExistPolicyIndex.updatePolicy(String name, String newDocument)
           
 boolean DbXmlPolicyIndex.updatePolicy(String name, String newDocument)
           
 

Constructors in org.fcrepo.server.security.xacml.pdp.data that throw PolicyIndexException
DbXmlPolicyIndex()
           
ExistPolicyIndex()
           
PolicyIndexBase()
           
XPathPolicyIndex()
           
 

Uses of PolicyIndexException in org.fcrepo.server.security.xacml.pdp.finder.policy
 

Methods in org.fcrepo.server.security.xacml.pdp.finder.policy that throw PolicyIndexException
 com.sun.xacml.AbstractPolicy PolicyManager.getPolicy(com.sun.xacml.EvaluationCtx eval)
          Obtains a policy or policy set of matching policies from the policy store.
 

Constructors in org.fcrepo.server.security.xacml.pdp.finder.policy that throw PolicyIndexException
PolicyManager(com.sun.xacml.finder.PolicyFinder polFinder)
          This constructor creates a PolicyManager instance.
 



Copyright © 2011 DuraSpace. All Rights Reserved.