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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSimpleTimeCondition.java25 * $Id: SimpleTimeCondition.java,v 1.5 2010/01/05 22:00:26 dillidorai Exp $
48 * The class <code>SimpleTimeCondition</code> is a plugin implementation
52 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition} instead.
55 public class SimpleTimeCondition implements Condition { class in inherits:Condition
59 * </code> method of the <code>SimpleTimeCondition</code>. Value for the
104 public SimpleTimeCondition() { method in class:SimpleTimeCondition
501 SimpleTimeCondition theClone = null;
503 theClone = (SimpleTimeCondition) super.clone();
697 * <code>SimpleTimeCondition</code> looks for values of keys
748 DEBUG.message("At SimpleTimeCondition
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DSimpleTimeCondition.java25 * $Id: SimpleTimeCondition.java,v 1.5 2010/01/05 22:00:26 dillidorai Exp $
48 * The class <code>SimpleTimeCondition</code> is a plugin implementation
52 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.SimpleTimeCondition} instead.
55 public class SimpleTimeCondition implements Condition { class in inherits:Condition
59 * </code> method of the <code>SimpleTimeCondition</code>. Value for the
104 public SimpleTimeCondition() { method in class:SimpleTimeCondition
501 SimpleTimeCondition theClone = null;
503 theClone = (SimpleTimeCondition) super.clone();
697 * <code>SimpleTimeCondition</code> looks for values of keys
748 DEBUG.message("At SimpleTimeCondition
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSimpleTimeCondition.java49 public class SimpleTimeCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
53 * {@code getConditionDecision} method of the {@code SimpleTimeCondition}. Value for the key should be a
62 * <p>Key that is used in a {@code SimpleTimeCondition} to define the time zone basis to evaluate the policy.</p>
75 * {@codegetConditionDecision} method of a {@code SimpleTimeCondition} Value for the key should be a {@codeTimeZone}
77 * {@code SimpleTimeCondition}.
111 * Constructs a new SimpleTimeCondition instance.
113 public SimpleTimeCondition() { method in class:SimpleTimeCondition
128 * Constructs a new SimpleTimeCondition instance.
133 SimpleTimeCondition(Debug debug, TimeService timeService) { method in class:SimpleTimeCondition
174 debug.message("SimpleTimeCondition
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DSimpleTimeCondition.java48 public class SimpleTimeCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
52 * {@code getConditionDecision} method of the {@code SimpleTimeCondition}. Value for the key should be a
61 * <p>Key that is used in a {@code SimpleTimeCondition} to define the time zone basis to evaluate the policy.</p>
74 * {@codegetConditionDecision} method of a {@code SimpleTimeCondition} Value for the key should be a {@codeTimeZone}
76 * {@code SimpleTimeCondition}.
110 * Constructs a new SimpleTimeCondition instance.
112 public SimpleTimeCondition() { method in class:SimpleTimeCondition
127 * Constructs a new SimpleTimeCondition instance.
132 SimpleTimeCondition(Debug debug, TimeService timeService) { method in class:SimpleTimeCondition
173 debug.message("SimpleTimeCondition
[all...]

Completed in 26 milliseconds