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

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthLevelCondition.java25 * $Id: AuthLevelCondition.java,v 1.9 2009/05/26 08:06:23 kiran_gonipati Exp $
57 * This class <code>AuthLevelCondition</code> is a plugin implementation
66 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition} instead.
69 public class AuthLevelCondition implements Condition { class in inherits:Condition
87 public AuthLevelCondition() { method in class:AuthLevelCondition
182 * <code>AuthLevelCondition</code> looks for value of key
234 DEBUG.message("AuthLevelCondition.getConditionDecision():"
254 DEBUG.message("At AuthLevelCondition.getConditionDecision():"
269 AuthLevelCondition theClone = null;
271 theClone = (AuthLevelCondition) supe
[all...]
/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthLevelCondition.java53 public class AuthLevelCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
67 * Constructs a new AuthLevelCondition instance.
69 public AuthLevelCondition() { method in class:AuthLevelCondition
74 * Constructs a new AuthLevelCondition instance.
79 AuthLevelCondition(Debug debug, CoreWrapper coreWrapper) { method in class:AuthLevelCondition
95 debug.message("AuthLevelCondition: Failed to set state", e);
179 return "AuthLevelCondition";
331 AuthLevelCondition other = (AuthLevelCondition)obj;
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DAuthLevelCondition.java25 * $Id: AuthLevelCondition.java,v 1.9 2009/05/26 08:06:23 kiran_gonipati Exp $
57 * This class <code>AuthLevelCondition</code> is a plugin implementation
66 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.AuthLevelCondition} instead.
69 public class AuthLevelCondition implements Condition { class in inherits:Condition
87 public AuthLevelCondition() { method in class:AuthLevelCondition
182 * <code>AuthLevelCondition</code> looks for value of key
234 DEBUG.message("AuthLevelCondition.getConditionDecision():"
254 DEBUG.message("At AuthLevelCondition.getConditionDecision():"
269 AuthLevelCondition theClone = null;
271 theClone = (AuthLevelCondition) supe
[all...]
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DAuthLevelCondition.java51 public class AuthLevelCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
65 * Constructs a new AuthLevelCondition instance.
67 public AuthLevelCondition() { method in class:AuthLevelCondition
72 * Constructs a new AuthLevelCondition instance.
77 AuthLevelCondition(Debug debug, CoreWrapper coreWrapper) { method in class:AuthLevelCondition
93 debug.message("AuthLevelCondition: Failed to set state", e);
173 return "AuthLevelCondition";
325 AuthLevelCondition other = (AuthLevelCondition)obj;

Completed in 23 milliseconds