- evaluate(List<Policy>, List<FeatureRules>) - Method in interface org.wso2.carbon.policy.evaluator.FeatureFilter
-
- evaluate(List<Policy>, List<FeatureRules>) - Method in class org.wso2.carbon.policy.evaluator.FeatureFilterImpl
-
This method returns the effective feature list when policy list and feature aggregation rules are supplied.
- evaluateFeatures(List<ProfileFeature>, List<FeatureRules>) - Method in interface org.wso2.carbon.policy.evaluator.FeatureFilter
-
- evaluateFeatures(List<ProfileFeature>, List<FeatureRules>) - Method in class org.wso2.carbon.policy.evaluator.FeatureFilterImpl
-
This method is responsible for supplying tasks to other methods to evaluate given features.
- extractFeatures(List<Policy>) - Method in interface org.wso2.carbon.policy.evaluator.FeatureFilter
-
- extractFeatures(List<Policy>) - Method in class org.wso2.carbon.policy.evaluator.FeatureFilterImpl
-
This method extract the features from the given policy list in the order they are provided in the list.
- extractPoliciesRelatedToDeviceType(List<Policy>, String) - Method in interface org.wso2.carbon.policy.evaluator.PolicyFilter
-
This mehtod extract the policies related to a given device type from policy list.
- extractPoliciesRelatedToDeviceType(List<Policy>, String) - Method in class org.wso2.carbon.policy.evaluator.PolicyFilterImpl
-
This mehtod extract the policies related to a given device type from policy list.
- extractPoliciesRelatedToRoles(List<Policy>, List<String>) - Method in interface org.wso2.carbon.policy.evaluator.PolicyFilter
-
This method will extract the policies related a given roles list from the policy list available.
- extractPoliciesRelatedToRoles(List<Policy>, List<String>) - Method in class org.wso2.carbon.policy.evaluator.PolicyFilterImpl
-
This method will extract the policies related a given roles list from the policy list available.