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

org.owasp.esapi.reference.accesscontrol.AlwaysTrueACR Maven / Gradle / Ivy

package org.owasp.esapi.reference.accesscontrol;

public class AlwaysTrueACR extends BaseACR {
	
//	@Override
	public boolean isAuthorized(Object runtimeParameter) {
		return true;
	}
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy