public interface PolicyFilter
| Modifier and Type | Method and Description |
|---|---|
List<org.wso2.carbon.policy.mgt.common.Policy> |
extractPoliciesRelatedToDeviceType(List<org.wso2.carbon.policy.mgt.common.Policy> policyList,
String deviceType)
This mehtod extract the policies related to a given device type from policy list.
|
List<org.wso2.carbon.policy.mgt.common.Policy> |
extractPoliciesRelatedToRoles(List<org.wso2.carbon.policy.mgt.common.Policy> policyList,
List<String> roles)
This method will extract the policies related a given roles list from the policy list available.
|
List<org.wso2.carbon.policy.mgt.common.Policy> extractPoliciesRelatedToRoles(List<org.wso2.carbon.policy.mgt.common.Policy> policyList, List<String> roles)
policyList - roles - List<org.wso2.carbon.policy.mgt.common.Policy> extractPoliciesRelatedToDeviceType(List<org.wso2.carbon.policy.mgt.common.Policy> policyList, String deviceType)
policyList - deviceType - Copyright © 2016 WSO2. All rights reserved.