org.owasp.esapi.reference.accesscontrol
Class BaseACR<P,R>

java.lang.Object
  extended by org.owasp.esapi.reference.accesscontrol.BaseACR<P,R>
All Implemented Interfaces:
AccessControlRule<P,R>
Direct Known Subclasses:
AlwaysFalseACR, AlwaysTrueACR, DelegatingACR, EchoDynaBeanPolicyParameterACR, EchoRuntimeParameterACR

public abstract class BaseACR<P,R>
extends java.lang.Object
implements AccessControlRule<P,R>


Field Summary
protected  P policyParameters
           
 
Constructor Summary
BaseACR()
           
 
Method Summary
 P getPolicyParameters()
           
 void setPolicyParameters(P policyParameter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.owasp.esapi.AccessControlRule
isAuthorized
 

Field Detail

policyParameters

protected P policyParameters
Constructor Detail

BaseACR

public BaseACR()
Method Detail

setPolicyParameters

public void setPolicyParameters(P policyParameter)
Specified by:
setPolicyParameters in interface AccessControlRule<P,R>

getPolicyParameters

public P getPolicyParameters()
Specified by:
getPolicyParameters in interface AccessControlRule<P,R>


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