Searched defs:getAllMatchesFromTarget (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java771 List<Match> policyMatches = getAllMatchesFromTarget(policy.getTarget());
949 static List<Match> getAllMatchesFromTarget(Target target) { method in class:XACMLPrivilegeUtils
1061 List<Match> matches = getAllMatchesFromTarget(target);
1430 List<Match> policyMatches = getAllMatchesFromTarget(policy.getTarget());
/forgerock/openam/openam-entitlements/src/main/java/com/sun/identity/entitlement/xacml3/
H A DXACMLPrivilegeUtils.java833 List<Match> policyMatches = getAllMatchesFromTarget(policy.getTarget());
979 static List<Match> getAllMatchesFromTarget(Target target) { method in class:XACMLPrivilegeUtils
1098 List<Match> matches = getAllMatchesFromTarget(target);
1486 List<Match> policyMatches = getAllMatchesFromTarget(policy.getTarget());

Completed in 33 milliseconds