org.owasp.esapi.reference.accesscontrol.policyloader
Class ACRPolicyFileLoader

java.lang.Object
  extended by org.owasp.esapi.reference.accesscontrol.policyloader.ACRPolicyFileLoader

public final class ACRPolicyFileLoader
extends Object


Field Summary
protected  Logger logger
           
 
Constructor Summary
ACRPolicyFileLoader()
           
 
Method Summary
protected  Object getPolicyParameter(org.apache.commons.configuration.XMLConfiguration config, int currentRule)
           
 PolicyDTO load()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected final Logger logger
Constructor Detail

ACRPolicyFileLoader

public ACRPolicyFileLoader()
Method Detail

load

public PolicyDTO load()
               throws AccessControlException
Throws:
AccessControlException

getPolicyParameter

protected Object getPolicyParameter(org.apache.commons.configuration.XMLConfiguration config,
                                    int currentRule)
                             throws ClassNotFoundException,
                                    IllegalAccessException,
                                    InstantiationException,
                                    Exception
Throws:
ClassNotFoundException
IllegalAccessException
InstantiationException
Exception


Copyright © 2013 The Open Web Application Security Project (OWASP). All Rights Reserved.