Searched defs:ENFORCEMENT_TIME_ZONE (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DCondition.java560 public static final String ENFORCEMENT_TIME_ZONE field in interface:Condition
568 * would be used only if the <code>ENFORCEMENT_TIME_ZONE</code> is not
572 * @see #ENFORCEMENT_TIME_ZONE
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/interfaces/
H A DCondition.java560 public static final String ENFORCEMENT_TIME_ZONE field in interface:Condition
568 * would be used only if the <code>ENFORCEMENT_TIME_ZONE</code> is not
572 * @see #ENFORCEMENT_TIME_ZONE
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSimpleTimeCondition.java57 * @see #ENFORCEMENT_TIME_ZONE
71 public static final String ENFORCEMENT_TIME_ZONE = "enforcementTimeZone"; field in class:SimpleTimeCondition
76 * object. This would be used only if the {@code ENFORCEMENT_TIME_ZONE} is not defined for the
79 * @see #ENFORCEMENT_TIME_ZONE
150 if (!jo.isNull(ENFORCEMENT_TIME_ZONE)) {
151 setEnforcementTimeZone(jo.getString(ENFORCEMENT_TIME_ZONE));
515 jo.put(ENFORCEMENT_TIME_ZONE, enforcementTimeZone);
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSimpleTimeCondition.java56 * @see #ENFORCEMENT_TIME_ZONE
70 public static final String ENFORCEMENT_TIME_ZONE = "enforcementTimeZone"; field in class:SimpleTimeCondition
75 * object. This would be used only if the {@code ENFORCEMENT_TIME_ZONE} is not defined for the
78 * @see #ENFORCEMENT_TIME_ZONE
149 if (!jo.isNull(ENFORCEMENT_TIME_ZONE)) {
150 setEnforcementTimeZone(jo.getString(ENFORCEMENT_TIME_ZONE));
514 jo.put(ENFORCEMENT_TIME_ZONE, enforcementTimeZone);

Completed in 35 milliseconds