org.fcrepo.server.security.xacml.pdp.data
Class PolicyStoreFactory

java.lang.Object
  extended by org.fcrepo.server.security.xacml.pdp.data.PolicyStoreFactory

public class PolicyStoreFactory
extends Object

A factory for a PolicyStore. Used to get a PolicyStore instance based on configuration file.

Version:
$Id$
Author:
Stephen Bayliss

Constructor Summary
PolicyStoreFactory()
           
 
Method Summary
 PolicyStore newPolicyStore()
          Generate a PolicyStore instance based on config file
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PolicyStoreFactory

public PolicyStoreFactory()
Method Detail

newPolicyStore

public PolicyStore newPolicyStore()
                           throws PolicyStoreException
Generate a PolicyStore instance based on config file

Returns:
Throws:
PolicyStoreException


Copyright © 2011 DuraSpace. All Rights Reserved.