Searched refs:logical (Results 1 - 10 of 10) sorted by relevance
| /forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/ |
| H A D | ManageEnvironmentsView.js | 44 "logical": true, 71 if (item.logical === true) {
|
| H A D | ManageSubjectsView.js | 44 "logical": true, 72 if (item.logical === true) {
|
| H A D | ManageRulesView.js | 128 * This view will detect if the preserved rule begins with a logical. If it doesn't, an AND logical will be 130 * However if the root logical is obsolete, for example it is one which expects many children but contains 131 * one or less, the root logical will be striped from the json before it is saved. 203 if (item.data().logical === true) { 431 * Searches for the most outer possible dropabble logical container that will be used as a drop target. If such 440 logical, 457 logical = $(nestedLogicals[i]); 460 canHaveMultiple = logical.hasClass("and") || logical [all...] |
| /forgerock/openam/openam-ui/openam-ui-ria/src/main/js/org/forgerock/openam/ui/admin/views/realms/authorization/policies/conditions/ |
| H A D | ManageEnvironmentsView.js | 44 "logical": true, 71 if (item.logical === true) {
|
| H A D | ManageSubjectsView.js | 44 "logical": true, 72 if (item.logical === true) {
|
| H A D | ManageRulesView.js | 128 * This view will detect if the preserved rule begins with a logical. If it doesn't, an AND logical will be 130 * However if the root logical is obsolete, for example it is one which expects many children but contains 131 * one or less, the root logical will be striped from the json before it is saved. 210 if (item.data().logical === true) { 438 * Searches for the most outer possible dropabble logical container that will be used as a drop target. If such 447 logical, 464 logical = $(nestedLogicals[i]); 467 canHaveMultiple = logical.hasClass("and") || logical [all...] |
| /forgerock/openam-v13/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/ |
| H A D | ConditionTypesResource.java | 73 private final static String JSON_OBJ_LOGICAL = "logical"; 233 boolean logical) { 248 JsonValue.field(JSON_OBJ_LOGICAL, logical), 232 jsonify(Class<? extends EntitlementCondition> conditionClass, String resourceId, boolean logical) argument
|
| H A D | SubjectTypesResource.java | 72 private final static String JSON_OBJ_LOGICAL = "logical"; 229 boolean logical) { 243 JsonValue.field(JSON_OBJ_LOGICAL, logical), 228 jsonify(Class<? extends EntitlementSubject> subjectClass, String resourceId, boolean logical) argument
|
| /forgerock/openam/openam-entitlements/src/main/java/org/forgerock/openam/entitlement/rest/ |
| H A D | SubjectTypesResource.java | 93 private final static String JSON_OBJ_LOGICAL = "logical"; 207 boolean logical) { 221 JsonValue.field(JSON_OBJ_LOGICAL, logical), 206 jsonify(Class<? extends EntitlementSubject> subjectClass, String resourceId, boolean logical) argument
|
| H A D | ConditionTypesResource.java | 95 private final static String JSON_OBJ_LOGICAL = "logical"; 212 boolean logical) { 227 JsonValue.field(JSON_OBJ_LOGICAL, logical), 211 jsonify(Class<? extends EntitlementCondition> conditionClass, String resourceId, boolean logical) argument
|
Completed in 1123 milliseconds