Searched defs:DAYS_OF_WEEK (Results 1 - 10 of 10) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSimpleTimeCondition.java74 private static final String[] DAYS_OF_WEEK = { "", "sun", "mon", "tue", field in class:SimpleTimeCondition
222 * @see #DAYS_OF_WEEK
234 && !keySet.contains(START_DATE) && !keySet.contains(DAYS_OF_WEEK) )
249 && !DAYS_OF_WEEK.equals(key)
474 * based on the <code>DAYS_OF_WEEK</code>
476 * @see #DAYS_OF_WEEK
482 if ( DAYS_OF_WEEK[i].equals(dayStringLc ) ) {
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSimpleTimeCondition.java74 private static final String[] DAYS_OF_WEEK = { "", "sun", "mon", "tue", field in class:SimpleTimeCondition
222 * @see #DAYS_OF_WEEK
234 && !keySet.contains(START_DATE) && !keySet.contains(DAYS_OF_WEEK) )
249 && !DAYS_OF_WEEK.equals(key)
474 * based on the <code>DAYS_OF_WEEK</code>
476 * @see #DAYS_OF_WEEK
482 if ( DAYS_OF_WEEK[i].equals(dayStringLc ) ) {
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSimpleTimeCondition.java86 private static final String[] DAYS_OF_WEEK = {"", "sun", "mon", "tue", "wed", "thu", "fri", "sat"}; field in class:SimpleTimeCondition
201 * Converts day in {@code String} format to an int based on the {@code DAYS_OF_WEEK}.
209 if (DAYS_OF_WEEK[i].equals(dayStringLc)) {
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSimpleTimeCondition.java85 private static final String[] DAYS_OF_WEEK = {"", "sun", "mon", "tue", "wed", "thu", "fri", "sat"}; field in class:SimpleTimeCondition
200 * Converts day in {@code String} format to an int based on the {@code DAYS_OF_WEEK}.
208 if (DAYS_OF_WEEK[i].equals(dayStringLc)) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java116 private static final String[] DAYS_OF_WEEK = field in class:AciTests
2662 return DAYS_OF_WEEK[dayOfWeek];
2667 return DAYS_OF_WEEK[dayOfWeek];
2671 Set<String> otherDays = new HashSet<String>(Arrays.asList(DAYS_OF_WEEK));
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java106 private static final String[] DAYS_OF_WEEK = field in class:AciTests
2594 return DAYS_OF_WEEK[dayOfWeek];
2599 return DAYS_OF_WEEK[dayOfWeek];
2603 Set<String> otherDays = new HashSet<String>(Arrays.asList(DAYS_OF_WEEK));
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java116 private static final String[] DAYS_OF_WEEK = field in class:AciTests
2662 return DAYS_OF_WEEK[dayOfWeek];
2667 return DAYS_OF_WEEK[dayOfWeek];
2671 Set<String> otherDays = new HashSet<String>(Arrays.asList(DAYS_OF_WEEK));
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java106 private static final String[] DAYS_OF_WEEK = field in class:AciTests
2594 return DAYS_OF_WEEK[dayOfWeek];
2599 return DAYS_OF_WEEK[dayOfWeek];
2603 Set<String> otherDays = new HashSet<String>(Arrays.asList(DAYS_OF_WEEK));
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/authorization/dseecompat/
H A DAciTests.java116 private static final String[] DAYS_OF_WEEK = field in class:AciTests
2662 return DAYS_OF_WEEK[dayOfWeek];
2667 return DAYS_OF_WEEK[dayOfWeek];
2671 Set<String> otherDays = new HashSet<String>(Arrays.asList(DAYS_OF_WEEK));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/authorization/dseecompat/
H A DAciTests.java111 private static final String[] DAYS_OF_WEEK = field in class:AciTests
2590 return DAYS_OF_WEEK[dayOfWeek];
2595 return DAYS_OF_WEEK[dayOfWeek];
2599 Set<String> otherDays = newHashSet(DAYS_OF_WEEK);

Completed in 96 milliseconds