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

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DLEAuthLevelCondition.java34 public class LEAuthLevelCondition extends AuthLevelCondition { class in inherits:AuthLevelCondition
37 * Constructs a new LEAuthLevelCondition instance.
39 public LEAuthLevelCondition() { method in class:LEAuthLevelCondition
44 * Constructs a new LEAuthLevelCondition instance.
49 LEAuthLevelCondition(Debug debug, CoreWrapper authUtils) { method in class:LEAuthLevelCondition
70 return "LEAuthLevelCondition";
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DLEAuthLevelCondition.java34 public class LEAuthLevelCondition extends AuthLevelCondition { class in inherits:AuthLevelCondition
37 * Constructs a new LEAuthLevelCondition instance.
39 public LEAuthLevelCondition() { method in class:LEAuthLevelCondition
44 * Constructs a new LEAuthLevelCondition instance.
49 LEAuthLevelCondition(Debug debug, CoreWrapper authUtils) { method in class:LEAuthLevelCondition
70 return "LEAuthLevelCondition";
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLEAuthLevelCondition.java25 * $Id: LEAuthLevelCondition.java,v 1.5 2008/06/25 05:43:51 qcheng Exp $
56 * This class <code>LEAuthLevelCondition</code> is a plugin implementation
65 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.LEAuthLevelCondition} instead.
68 public class LEAuthLevelCondition implements Condition { class in inherits:Condition
86 public LEAuthLevelCondition() { method in class:LEAuthLevelCondition
229 DEBUG.message("LEAuthLevelCondition.getConditionDecision():"
257 LEAuthLevelCondition theClone = null;
259 theClone = (LEAuthLevelCondition) super.clone();
292 DEBUG.message("LEAuthLevelCondition.setProperties(),"
325 DEBUG.message("LEAuthLevelCondition
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLEAuthLevelCondition.java25 * $Id: LEAuthLevelCondition.java,v 1.5 2008/06/25 05:43:51 qcheng Exp $
56 * This class <code>LEAuthLevelCondition</code> is a plugin implementation
65 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.LEAuthLevelCondition} instead.
68 public class LEAuthLevelCondition implements Condition { class in inherits:Condition
86 public LEAuthLevelCondition() { method in class:LEAuthLevelCondition
229 DEBUG.message("LEAuthLevelCondition.getConditionDecision():"
257 LEAuthLevelCondition theClone = null;
259 theClone = (LEAuthLevelCondition) super.clone();
292 DEBUG.message("LEAuthLevelCondition.setProperties(),"
325 DEBUG.message("LEAuthLevelCondition
[all...]

Completed in 37 milliseconds