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

/forgerock/openam-v13/openam-scripting/src/main/js/
H A Dauthentication-server-side.js2 var START_TIME = 9; // 9am variable
28 if (now.getHours() < START_TIME || now.getHours() > END_TIME) {
/forgerock/openam/openam-scripting/src/main/js/
H A Dauthentication-server-side.js2 var START_TIME = 9; // 9am 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.java162 * that conforms to the pattern described here. If a value is defined for {@code START_TIME}, a value should also be
182 public static final String START_TIME = "startTime"; field in class:ConditionConstants
190 * defined for {@code START_TIME}.</p>
207 * @see #START_TIME
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DConditionConstants.java162 * that conforms to the pattern described here. If a value is defined for {@code START_TIME}, a value should also be
182 public static final String START_TIME = "startTime"; field in class:ConditionConstants
190 * defined for {@code START_TIME}.</p>
207 * @see #START_TIME
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DCondition.java427 * <code>START_TIME</code>,
444 public static final String START_TIME = "StartTime"; field in interface:Condition
451 * be defined for <code>START_TIME</code>.
465 * @see #START_TIME
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DCondition.java427 * <code>START_TIME</code>,
444 public static final String START_TIME = "StartTime"; field in interface:Condition
451 * be defined for <code>START_TIME</code>.
465 * @see #START_TIME

Completed in 62 milliseconds