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

/forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DLDAPFilterCondition.java44 public class LDAPFilterCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
47 private final com.sun.identity.policy.plugins.LDAPFilterCondition condition;
50 * Constructs a new LDAPFilterCondition instance.
52 public LDAPFilterCondition() { method in class:LDAPFilterCondition
53 this.condition = new com.sun.identity.policy.plugins.LDAPFilterCondition();
66 debug.message("LDAPFilterCondition: Failed to set state", e);
123 PrivilegeManager.debug.error("LDAPFilterCondition.toString()", e);
163 LDAPFilterCondition other = (LDAPFilterCondition)obj;
/forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/conditions/environment/
H A DLDAPFilterCondition.java44 public class LDAPFilterCondition extends EntitlementConditionAdaptor { class in inherits:EntitlementConditionAdaptor
47 private final com.sun.identity.policy.plugins.LDAPFilterCondition condition;
50 * Constructs a new LDAPFilterCondition instance.
52 public LDAPFilterCondition() { method in class:LDAPFilterCondition
53 this.condition = new com.sun.identity.policy.plugins.LDAPFilterCondition();
66 debug.message("LDAPFilterCondition: Failed to set state", e);
123 PrivilegeManager.debug.error("LDAPFilterCondition.toString()", e);
163 LDAPFilterCondition other = (LDAPFilterCondition)obj;
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPFilterCondition.java25 * $Id: LDAPFilterCondition.java,v 1.8 2009/11/20 23:52:55 ww203982 Exp $
78 * The class <code>LDAPFilterCondition</code> is a plugin
85 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.LDAPFilterCondition} instead.
88 public class LDAPFilterCondition implements Condition { class in inherits:Condition
130 public LDAPFilterCondition() { method in class:LDAPFilterCondition
206 debug.message("LDAPFilterCondition."
213 debug.message("LDAPFilterCondition."
255 debug.message("LDAPFilterCondition."
267 debug.message("LDAPFilterCondition.getConditionDecision():"
297 "LDAPFilterCondition
[all...]
/forgerock/openam/openam-core/src/main/java/com/sun/identity/policy/plugins/
H A DLDAPFilterCondition.java25 * $Id: LDAPFilterCondition.java,v 1.8 2009/11/20 23:52:55 ww203982 Exp $
81 * The class <code>LDAPFilterCondition</code> is a plugin
88 * @deprecated Use {@link org.forgerock.openam.entitlement.conditions.environment.LDAPFilterCondition} instead.
91 public class LDAPFilterCondition implements Condition { class in inherits:Condition
133 public LDAPFilterCondition() { method in class:LDAPFilterCondition
209 debug.message("LDAPFilterCondition."
216 debug.message("LDAPFilterCondition."
258 debug.message("LDAPFilterCondition."
270 debug.message("LDAPFilterCondition.getConditionDecision():"
299 "LDAPFilterCondition
[all...]

Completed in 22 milliseconds