Class BaseACR<P,R>
- java.lang.Object
-
- 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
Fields Modifier and Type Field Description protected P
policyParameters
-
Constructor Summary
Constructors Constructor Description BaseACR()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
Method Detail
-
setPolicyParameters
public void setPolicyParameters(P policyParameter)
- Specified by:
setPolicyParameters
in interfaceAccessControlRule<P,R>
-
getPolicyParameters
public P getPolicyParameters()
- Specified by:
getPolicyParameters
in interfaceAccessControlRule<P,R>
-
-