Searched defs:END_TIME (Results 1 - 6 of 6) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/main/js/
H A Dauthentication-server-side.js3 var END_TIME = 17; // 5pm variable
28 if (now.getHours() < START_TIME || now.getHours() > END_TIME) {
/forgerock/openam/openam-scripting/src/main/js/
H A Dauthentication-server-side.js3 var END_TIME = 17; // 5pm variable
28 if (now.getHours() < START_TIME || now.getHours() > END_TIME) {
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DConditionConstants.java163 * defined for {@code END_TIME}.</p>
180 * @see #END_TIME
189 * that conforms to the pattern described here. If a value is defined for {@code END_TIME}, a value should also be
209 public static final String END_TIME = "endTime"; field in class:ConditionConstants
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DConditionConstants.java163 * defined for {@code END_TIME}.</p>
180 * @see #END_TIME
189 * that conforms to the pattern described here. If a value is defined for {@code END_TIME}, a value should also be
209 public static final String END_TIME = "endTime"; field in class:ConditionConstants
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DCondition.java428 * a value should also be defined for <code>END_TIME</code>.
442 * @see #END_TIME
450 * If a value is defined for <code>END_TIME</code>, a value should also
467 public static final String END_TIME = "EndTime"; field in interface:Condition
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DCondition.java428 * a value should also be defined for <code>END_TIME</code>.
442 * @see #END_TIME
450 * If a value is defined for <code>END_TIME</code>, a value should also
467 public static final String END_TIME = "EndTime"; field in interface:Condition

Completed in 42 milliseconds