public abstract class BaseACR<P,R> extends Object implements AccessControlRule<P,R>
| Modifier and Type | Field and Description |
|---|---|
protected P |
policyParameters |
| Constructor and Description |
|---|
BaseACR() |
| Modifier and Type | Method and Description |
|---|---|
P |
getPolicyParameters() |
void |
setPolicyParameters(P policyParameter) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitisAuthorizedprotected P policyParameters
public void setPolicyParameters(P policyParameter)
setPolicyParameters in interface AccessControlRule<P,R>public P getPolicyParameters()
getPolicyParameters in interface AccessControlRule<P,R>Copyright © 2016 The Open Web Application Security Project (OWASP). All rights reserved.