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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java92 private static int subjectWeight; field in class:Policy
2588 subjectWeight = Integer.parseInt(weight);
2593 + " invalid subjectWeight defined, defaulting to 0");
2595 subjectWeight = 0;
2627 psWeight = users.size() * subjectWeight;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/
H A DPolicy.java92 private static int subjectWeight; field in class:Policy
2588 subjectWeight = Integer.parseInt(weight);
2593 + " invalid subjectWeight defined, defaulting to 0");
2595 subjectWeight = 0;
2627 psWeight = users.size() * subjectWeight;

Completed in 59 milliseconds