/forgerock/opendj2/src/server/org/opends/server/admin/condition/ |
H A D | package-info.java | 35 package org.opends.server.admin.condition;
|
H A D | NOTCondition.java | 26 package org.opends.server.admin.condition; 42 * A condition which evaluates to <code>true</code> if the 43 * sub-condition is <code>false</code>, or <code>false</code> if 44 * the sub-condition is <code>true</code>. 48 // The single sub-condition. 49 private final Condition condition; field in class:NOTCondition 54 * Creates a new logical NOT condition with the provided 55 * sub-condition. 57 * @param condition 58 * The sub-condition whic 60 NOTCondition(Condition condition) argument [all...] |
H A D | Conditions.java | 26 package org.opends.server.admin.condition; 47 * A condition which always evaluates to <code>false</code>. 83 * A condition which always evaluates to <code>true</code>. 121 * Creates a condition which evaluates to <code>true</code> if and 127 * @return Returns a condition which evaluates to <code>true</code> 138 * Creates a condition which evaluates to <code>true</code> if and 146 * @return Returns a condition which evaluates to <code>true</code> 157 * Creates a condition which evaluates to <code>false</code> if 158 * and only if the first sub-condition evaluates to 159 * <code>true</code> and the second sub-condition evaluate 209 not(Condition condition) argument [all...] |
H A D | ANDCondition.java | 26 package org.opends.server.admin.condition; 45 * A condition which evaluates to <code>true</code> if and only if 56 * Creates a new logical AND condition with the provided 76 for (Condition condition : conditions) { 77 if (!condition.evaluate(context, managedObject)) { 91 for (Condition condition : conditions) { 92 if (!condition.evaluate(managedObject)) { 106 for (Condition condition : conditions) { 107 condition.initialize(d);
|
H A D | Condition.java | 26 package org.opends.server.admin.condition; 46 * Initializes this condition. 50 * this condition. 52 * If this condition could not be initialized. 59 * Evaluates this condition against the provided client managed 66 * @return Returns <code>true</code> if this condition is 69 * If the condition could not be evaluated due to an 72 * If the condition could not be evaluated due to an 81 * Evaluates this condition against the provided server managed 86 * @return Returns <code>true</code> if this condition i [all...] |
H A D | IsPresentCondition.java | 26 package org.opends.server.admin.condition; 45 * A condition which evaluates to <code>true</code> if and only if a 59 * Creates a new is present condition.
|
H A D | ORCondition.java | 26 package org.opends.server.admin.condition; 45 * A condition which evaluates to <code>false</code> if and only if 56 * Creates a new logical OR condition with the provided 76 for (Condition condition : conditions) { 77 if (condition.evaluate(context, managedObject)) { 91 for (Condition condition : conditions) { 92 if (condition.evaluate(managedObject)) { 106 for (Condition condition : conditions) { 107 condition.initialize(d);
|
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/condition/ |
H A D | package-info.java | 36 package org.opends.server.admin.condition;
|
H A D | NOTCondition.java | 27 package org.opends.server.admin.condition; 43 * A condition which evaluates to <code>true</code> if the 44 * sub-condition is <code>false</code>, or <code>false</code> if 45 * the sub-condition is <code>true</code>. 49 // The single sub-condition. 50 private final Condition condition; field in class:NOTCondition 55 * Creates a new logical NOT condition with the provided 56 * sub-condition. 58 * @param condition 59 * The sub-condition whic 61 NOTCondition(Condition condition) argument [all...] |
H A D | Conditions.java | 27 package org.opends.server.admin.condition; 48 * A condition which always evaluates to <code>false</code>. 84 * A condition which always evaluates to <code>true</code>. 122 * Creates a condition which evaluates to <code>true</code> if and 128 * @return Returns a condition which evaluates to <code>true</code> 139 * Creates a condition which evaluates to <code>true</code> if and 147 * @return Returns a condition which evaluates to <code>true</code> 158 * Creates a condition which evaluates to <code>false</code> if 159 * and only if the first sub-condition evaluates to 160 * <code>true</code> and the second sub-condition evaluate 210 not(Condition condition) argument [all...] |
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/condition/ |
H A D | package-info.java | 36 package org.opends.server.admin.condition;
|
H A D | NOTCondition.java | 27 package org.opends.server.admin.condition; 43 * A condition which evaluates to <code>true</code> if the 44 * sub-condition is <code>false</code>, or <code>false</code> if 45 * the sub-condition is <code>true</code>. 49 // The single sub-condition. 50 private final Condition condition; field in class:NOTCondition 55 * Creates a new logical NOT condition with the provided 56 * sub-condition. 58 * @param condition 59 * The sub-condition whic 61 NOTCondition(Condition condition) argument [all...] |
H A D | Conditions.java | 27 package org.opends.server.admin.condition; 48 * A condition which always evaluates to <code>false</code>. 84 * A condition which always evaluates to <code>true</code>. 122 * Creates a condition which evaluates to <code>true</code> if and 128 * @return Returns a condition which evaluates to <code>true</code> 139 * Creates a condition which evaluates to <code>true</code> if and 147 * @return Returns a condition which evaluates to <code>true</code> 158 * Creates a condition which evaluates to <code>false</code> if 159 * and only if the first sub-condition evaluates to 160 * <code>true</code> and the second sub-condition evaluate 210 not(Condition condition) argument [all...] |
/forgerock/opendj2-hg/src/server/org/opends/server/admin/condition/ |
H A D | package-info.java | 35 package org.opends.server.admin.condition;
|
H A D | NOTCondition.java | 26 package org.opends.server.admin.condition; 42 * A condition which evaluates to <code>true</code> if the 43 * sub-condition is <code>false</code>, or <code>false</code> if 44 * the sub-condition is <code>true</code>. 48 // The single sub-condition. 49 private final Condition condition; field in class:NOTCondition 54 * Creates a new logical NOT condition with the provided 55 * sub-condition. 57 * @param condition 58 * The sub-condition whic 60 NOTCondition(Condition condition) argument [all...] |
H A D | Conditions.java | 26 package org.opends.server.admin.condition; 47 * A condition which always evaluates to <code>false</code>. 83 * A condition which always evaluates to <code>true</code>. 121 * Creates a condition which evaluates to <code>true</code> if and 127 * @return Returns a condition which evaluates to <code>true</code> 138 * Creates a condition which evaluates to <code>true</code> if and 146 * @return Returns a condition which evaluates to <code>true</code> 157 * Creates a condition which evaluates to <code>false</code> if 158 * and only if the first sub-condition evaluates to 159 * <code>true</code> and the second sub-condition evaluate 209 not(Condition condition) argument [all...] |
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/condition/ |
H A D | package-info.java | 36 package org.opends.server.admin.condition;
|
H A D | NOTCondition.java | 27 package org.opends.server.admin.condition; 43 * A condition which evaluates to <code>true</code> if the 44 * sub-condition is <code>false</code>, or <code>false</code> if 45 * the sub-condition is <code>true</code>. 49 // The single sub-condition. 50 private final Condition condition; field in class:NOTCondition 55 * Creates a new logical NOT condition with the provided 56 * sub-condition. 58 * @param condition 59 * The sub-condition whic 61 NOTCondition(Condition condition) argument [all...] |
H A D | Conditions.java | 27 package org.opends.server.admin.condition; 48 * A condition which always evaluates to <code>false</code>. 84 * A condition which always evaluates to <code>true</code>. 122 * Creates a condition which evaluates to <code>true</code> if and 128 * @return Returns a condition which evaluates to <code>true</code> 139 * Creates a condition which evaluates to <code>true</code> if and 147 * @return Returns a condition which evaluates to <code>true</code> 158 * Creates a condition which evaluates to <code>false</code> if 159 * and only if the first sub-condition evaluates to 160 * <code>true</code> and the second sub-condition evaluate 210 not(Condition condition) argument [all...] |
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/admin/condition/ |
H A D | package-info.java | 35 package org.opends.server.admin.condition;
|
H A D | NOTCondition.java | 27 package org.opends.server.admin.condition; 43 * A condition which evaluates to <code>true</code> if the 44 * sub-condition is <code>false</code>, or <code>false</code> if 45 * the sub-condition is <code>true</code>. 49 /** The single sub-condition. */ 50 private final Condition condition; field in class:NOTCondition 55 * Creates a new logical NOT condition with the provided 56 * sub-condition. 58 * @param condition 59 * The sub-condition whic 61 NOTCondition(Condition condition) argument [all...] |
H A D | Conditions.java | 27 package org.opends.server.admin.condition; 48 * A condition which always evaluates to <code>false</code>. 78 * A condition which always evaluates to <code>true</code>. 110 * Creates a condition which evaluates to <code>true</code> if and 116 * @return Returns a condition which evaluates to <code>true</code> 127 * Creates a condition which evaluates to <code>true</code> if and 135 * @return Returns a condition which evaluates to <code>true</code> 146 * Creates a condition which evaluates to <code>false</code> if 147 * and only if the first sub-condition evaluates to 148 * <code>true</code> and the second sub-condition evaluate 198 not(Condition condition) argument [all...] |
/forgerock/openam-v13/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/conditions/environment/ |
H A D | LDAPFilterConditionTest.java | 15 private LDAPFilterCondition condition; field in class:LDAPFilterConditionTest 23 condition = new LDAPFilterCondition(); 31 condition.setLdapFilter(ldapFilter); 35 copy.setState(condition.getState()); 38 assertThat(copy.getLdapFilter()).isEqualTo(condition.getLdapFilter());
|
/forgerock/openam/openam-entitlements/src/test/java/org/forgerock/openam/entitlement/conditions/environment/ |
H A D | LDAPFilterConditionTest.java | 15 private LDAPFilterCondition condition; field in class:LDAPFilterConditionTest 23 condition = new LDAPFilterCondition(); 31 condition.setLdapFilter(ldapFilter); 35 copy.setState(condition.getState()); 38 assertThat(copy.getLdapFilter()).isEqualTo(condition.getLdapFilter());
|
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/ui/components/ |
H A D | CellEditorButton.java | 59 int condition, boolean pressed) 61 return super.processKeyBinding(ks, e, condition, pressed); 58 processKeyBinding(KeyStroke ks, KeyEvent e, int condition, boolean pressed) argument
|