org.fcrepo.server.security.xacml.pdp.data
Class AbstractPolicyStore
java.lang.Object
org.fcrepo.server.security.xacml.pdp.data.AbstractPolicyStore
- All Implemented Interfaces:
- PolicyStore
- Direct Known Subclasses:
- FedoraPolicyStore
public abstract class AbstractPolicyStore
- extends Object
- implements PolicyStore
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LOGGER
public static final org.slf4j.Logger LOGGER
policyNames
public static Set<String> policyNames
policiesLoaded
protected boolean policiesLoaded
AbstractPolicyStore
public AbstractPolicyStore()
init
public void init()
throws FileNotFoundException,
PolicyStoreException
- Description copied from interface:
PolicyStore
- Initialize this PolicyStore with the bootstrap policies
- Specified by:
init in interface PolicyStore
- Throws:
FileNotFoundException
PolicyStoreException
reloadPolicies
public void reloadPolicies()
throws FileNotFoundException,
PolicyStoreException
- Throws:
FileNotFoundException
PolicyStoreException
addDocuments
public static void addDocuments(AbstractPolicyStore policyStore)
throws PolicyStoreException,
FileNotFoundException
- Throws:
PolicyStoreException
FileNotFoundException
addDocuments
public static void addDocuments(AbstractPolicyStore policyStore,
boolean reload)
throws PolicyStoreException,
FileNotFoundException
- Throws:
PolicyStoreException
FileNotFoundException
Copyright © 2012 DuraSpace. All Rights Reserved.