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

org.jresearch.flexess.client.IPolicyEvaluator Maven / Gradle / Ivy

package org.jresearch.flexess.client;

import java.util.List;

import org.eclipse.emf.ecore.EObject;
import org.jresearch.flexess.core.model.uam.POperation;

public interface IPolicyEvaluator {

	boolean evaluate(List roles, EObject instance, POperation operation);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy