All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.owasp.esapi.AccessControlRule Maven / Gradle / Ivy

package org.owasp.esapi;


public interface AccessControlRule {
	void setPolicyParameters(P policyParameter);
	P getPolicyParameters();
	boolean isAuthorized(R runtimeParameter) throws Exception;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy