|
|
@ -39,7 +39,7 @@ public class PolicyFilterImpl implements PolicyFilter {
|
|
|
|
for (Policy policy : policies) {
|
|
|
|
for (Policy policy : policies) {
|
|
|
|
|
|
|
|
|
|
|
|
List<String> tempRoles = policy.getRoles();
|
|
|
|
List<String> tempRoles = policy.getRoles();
|
|
|
|
if (tempRoles != null) {
|
|
|
|
if (tempRoles == null) {
|
|
|
|
continue;
|
|
|
|
continue;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
if (PolicyManagementConstants.ANY.equalsIgnoreCase(tempRoles.get(0))) {
|
|
|
|
if (PolicyManagementConstants.ANY.equalsIgnoreCase(tempRoles.get(0))) {
|
|
|
|