org.owasp.esapi.reference.accesscontrol
Class EchoRuntimeParameterACR

java.lang.Object
  extended by org.owasp.esapi.reference.accesscontrol.BaseACR<java.lang.Object,java.lang.Boolean>
      extended by org.owasp.esapi.reference.accesscontrol.EchoRuntimeParameterACR
All Implemented Interfaces:
AccessControlRule<java.lang.Object,java.lang.Boolean>

public class EchoRuntimeParameterACR
extends BaseACR<java.lang.Object,java.lang.Boolean>


Field Summary
 
Fields inherited from class org.owasp.esapi.reference.accesscontrol.BaseACR
policyParameters
 
Constructor Summary
EchoRuntimeParameterACR()
           
 
Method Summary
 boolean isAuthorized(java.lang.Boolean runtimeParameter)
          Returns true iff runtimeParameter is a Boolean true.
 
Methods inherited from class org.owasp.esapi.reference.accesscontrol.BaseACR
getPolicyParameters, setPolicyParameters
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EchoRuntimeParameterACR

public EchoRuntimeParameterACR()
Method Detail

isAuthorized

public boolean isAuthorized(java.lang.Boolean runtimeParameter)
                     throws java.lang.ClassCastException
Returns true iff runtimeParameter is a Boolean true. throws ClassCastException if runtimeParameter is not a Boolean.

Throws:
java.lang.ClassCastException


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