org.fcrepo.server.security.xacml.util
Class PopulatePolicyDatabase

java.lang.Object
  extended by org.fcrepo.server.security.xacml.util.PopulatePolicyDatabase

public class PopulatePolicyDatabase
extends Object

Populates the policy store from XACML files in the policies directory

Author:
nishen@melcoe.mq.edu.au

Constructor Summary
PopulatePolicyDatabase()
           
 
Method Summary
static void add(PolicyStore policyStore)
           
static void addDocuments(PolicyStore policyStore)
          Deprecated. Use AbstractPolicyStore#addDocuments(PolicyStore) instead
static File[] getPolicyFiles()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PopulatePolicyDatabase

public PopulatePolicyDatabase()
Method Detail

add

public static void add(PolicyStore policyStore)
                throws PolicyStoreException,
                       FileNotFoundException
Throws:
PolicyStoreException
FileNotFoundException

addDocuments

@Deprecated
public static void addDocuments(PolicyStore policyStore)
                         throws PolicyStoreException,
                                FileNotFoundException
Deprecated. Use AbstractPolicyStore#addDocuments(PolicyStore) instead

Throws:
PolicyStoreException
FileNotFoundException

getPolicyFiles

public static File[] getPolicyFiles()


Copyright © 2012 DuraSpace. All Rights Reserved.