Searched refs:expression (Results 1 - 25 of 96) sorted by relevance

1234

/forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DCondition.java65 "expression"
70 protected JAXBElement<?> expression; field in class:Condition
73 * Gets the value of the expression property.
87 return expression;
91 * Sets the value of the expression property.
105 this.expression = ((JAXBElement<?> ) value);
H A DVariableDefinition.java67 "expression"
72 protected JAXBElement<?> expression; field in class:VariableDefinition
77 * Gets the value of the expression property.
91 return expression;
95 * Sets the value of the expression property.
109 this.expression = ((JAXBElement<?> ) value);
H A DApply.java73 "expression"
81 protected List<JAXBElement<?>> expression; field in class:Apply
111 * Gets the value of the expression property.
117 * This is why there is not a <CODE>set</CODE> method for the expression property.
139 if (expression == null) {
140 expression = new ArrayList<JAXBElement<?>>();
142 return this.expression;
H A DAttributeAssignmentExpression.java70 "expression"
75 protected JAXBElement<?> expression; field in class:AttributeAssignmentExpression
86 * Gets the value of the expression property.
100 return expression;
104 * Sets the value of the expression property.
118 this.expression = ((JAXBElement<?> ) value);
/forgerock/openam/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/
H A DCondition.java65 "expression"
70 protected JAXBElement<?> expression; field in class:Condition
73 * Gets the value of the expression property.
87 return expression;
91 * Sets the value of the expression property.
105 this.expression = ((JAXBElement<?> ) value);
H A DVariableDefinition.java67 "expression"
72 protected JAXBElement<?> expression; field in class:VariableDefinition
77 * Gets the value of the expression property.
91 return expression;
95 * Sets the value of the expression property.
109 this.expression = ((JAXBElement<?> ) value);
H A DApply.java73 "expression"
81 protected List<JAXBElement<?>> expression; field in class:Apply
111 * Gets the value of the expression property.
117 * This is why there is not a <CODE>set</CODE> method for the expression property.
139 if (expression == null) {
140 expression = new ArrayList<JAXBElement<?>>();
142 return this.expression;
H A DAttributeAssignmentExpression.java70 "expression"
75 protected JAXBElement<?> expression; field in class:AttributeAssignmentExpression
86 * Gets the value of the expression property.
100 return expression;
104 * Sets the value of the expression property.
118 this.expression = ((JAXBElement<?> ) value);
/forgerock/openidm-v4/openidm-zip/src/main/resources/bin/defaults/script/ui/
H A DcorrelateTreeToQueryFilter.js31 expression = "",
151 expression = expressionParser(syncConfig.mappings[i], expressionTree);
156 return {'_queryFilter': expression}
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java53 * Regular expression group position for the first operation value.
58 * Regular expression group position for the rest of an partially parsed
64 * Regular expression used to match the operation group (either add or del).
69 * Regular expression used to check for valid expression separator.
75 * Regular expression used to match the second operation of the filter list.
84 * Regular expression used to match the first targFilterList, it must exist
91 * Regular expression used to group the remainder of a partially parsed
97 * Regular expression used to match the first operation keyword and the
98 * rest of the expression
146 decode(EnumTargetOperator type, String expression) argument
[all...]
H A DAciTargets.java86 * The number of regular expression group positions in a valid ACI target
87 * expression.
92 * Regular expression group position of a target keyword.
97 * Regular expression group position of a target operator enumeration.
102 * Regular expression group position of a target expression statement.
107 * Regular expression used to match a single target rule.
116 * Regular expression used to match one or more target rules. The pattern is
276 String expression = targetMatcher.group(targetExpressionPos);
282 target = Target.decode(targetOperator, expression, d
398 createScope(String expression) argument
[all...]
H A DTargAttrFilterList.java62 * Regular expression group count.
67 * Regular expression attribute group position.
72 * Regular expression filter group position.
77 * Regular expression used to match a filter list including the strange "and"
84 * Regular expression used to match an attribute filter pair.
103 * Decode an TargAttrFilterList from the specified expression string.
105 * @param expression The expression string to decode.
108 * @throws AciException If the expression string contains errors.
110 public static TargAttrFilterList decode(int mask, String expression) argument
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java52 * Regular expression group position for the first operation value.
57 * Regular expression group position for the rest of an partially parsed
63 * Regular expression used to match the operation group (either add or del).
68 * Regular expression used to check for valid expression separator.
75 * Regular expression used to match the second operation of the filter list.
84 * Regular expression used to match the first targFilterList, it must exist
91 * Regular expression used to group the remainder of a partially parsed
97 * Regular expression used to match the first operation keyword and the
98 * rest of the expression
146 decode(EnumTargetOperator type, String expression) argument
[all...]
H A DAciTargets.java85 * The number of regular expression group positions in a valid ACI target
86 * expression.
91 * Regular expression group position of a target keyword.
96 * Regular expression group position of a target operator enumeration.
101 * Regular expression group position of a target expression statement.
106 * Regular expression used to match a single target rule.
115 * Regular expression used to match one or more target rules. The patern is
276 String expression = targetMatcher.group(targetExpressionPos);
282 target = Target.decode(targetOperator, expression, d
398 createScope(String expression) argument
[all...]
H A DTargAttrFilterList.java61 * Regular expression group count.
66 * Regular expression attribute group position.
71 * Regular expression filter group position.
76 * Regular expression used to match a filter list including the strange
83 * Regular expression used to match an attribute filter pair.
102 * Decode an TargAttrFilterList from the specified expression string.
104 * @param expression The expression string to decode.
107 * @throws AciException If the expression string contains errors.
109 public static TargAttrFilterList decode(int mask, String expression) argument
[all...]
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java52 * Regular expression group position for the first operation value.
57 * Regular expression group position for the rest of an partially parsed
63 * Regular expression used to match the operation group (either add or del).
68 * Regular expression used to check for valid expression separator.
75 * Regular expression used to match the second operation of the filter list.
84 * Regular expression used to match the first targFilterList, it must exist
91 * Regular expression used to group the remainder of a partially parsed
97 * Regular expression used to match the first operation keyword and the
98 * rest of the expression
146 decode(EnumTargetOperator type, String expression) argument
[all...]
H A DAciTargets.java85 * The number of regular expression group positions in a valid ACI target
86 * expression.
91 * Regular expression group position of a target keyword.
96 * Regular expression group position of a target operator enumeration.
101 * Regular expression group position of a target expression statement.
106 * Regular expression used to match a single target rule.
115 * Regular expression used to match one or more target rules. The patern is
276 String expression = targetMatcher.group(targetExpressionPos);
282 target = Target.decode(targetOperator, expression, d
398 createScope(String expression) argument
[all...]
H A DTargAttrFilterList.java61 * Regular expression group count.
66 * Regular expression attribute group position.
71 * Regular expression filter group position.
76 * Regular expression used to match a filter list including the strange
83 * Regular expression used to match an attribute filter pair.
102 * Decode an TargAttrFilterList from the specified expression string.
104 * @param expression The expression string to decode.
107 * @throws AciException If the expression string contains errors.
109 public static TargAttrFilterList decode(int mask, String expression) argument
[all...]
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java53 * Regular expression group position for the first operation value.
58 * Regular expression group position for the rest of an partially parsed
64 * Regular expression used to match the operation group (either add or del).
69 * Regular expression used to check for valid expression separator.
75 * Regular expression used to match the second operation of the filter list.
84 * Regular expression used to match the first targFilterList, it must exist
91 * Regular expression used to group the remainder of a partially parsed
97 * Regular expression used to match the first operation keyword and the
98 * rest of the expression
146 decode(EnumTargetOperator type, String expression) argument
[all...]
H A DAciTargets.java86 * The number of regular expression group positions in a valid ACI target
87 * expression.
92 * Regular expression group position of a target keyword.
97 * Regular expression group position of a target operator enumeration.
102 * Regular expression group position of a target expression statement.
107 * Regular expression used to match a single target rule.
116 * Regular expression used to match one or more target rules. The pattern is
276 String expression = targetMatcher.group(targetExpressionPos);
282 target = Target.decode(targetOperator, expression, d
398 createScope(String expression) argument
[all...]
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java52 * Regular expression group position for the first operation value.
57 * Regular expression group position for the rest of an partially parsed
63 * Regular expression used to match the operation group (either add or del).
68 * Regular expression used to check for valid expression separator.
75 * Regular expression used to match the second operation of the filter list.
84 * Regular expression used to match the first targFilterList, it must exist
91 * Regular expression used to group the remainder of a partially parsed
97 * Regular expression used to match the first operation keyword and the
98 * rest of the expression
146 decode(EnumTargetOperator type, String expression) argument
[all...]
H A DAciTargets.java85 * The number of regular expression group positions in a valid ACI target
86 * expression.
91 * Regular expression group position of a target keyword.
96 * Regular expression group position of a target operator enumeration.
101 * Regular expression group position of a target expression statement.
106 * Regular expression used to match a single target rule.
115 * Regular expression used to match one or more target rules. The patern is
276 String expression = targetMatcher.group(targetExpressionPos);
282 target = Target.decode(targetOperator, expression, d
398 createScope(String expression) argument
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DTargAttrFilters.java54 * Regular expression group position for the first operation value.
59 * Regular expression group position for the rest of an partially parsed
65 * Regular expression used to match the operation group (either add or del).
70 * Regular expression used to check for valid expression separator.
76 * Regular expression used to match the second operation of the filter list.
85 * Regular expression used to match the first targFilterList, it must exist
92 * Regular expression used to group the remainder of a partially parsed
98 * Regular expression used to match the first operation keyword and the
99 * rest of the expression
147 decode(EnumTargetOperator type, String expression) argument
[all...]
H A DAciTargets.java86 * The number of regular expression group positions in a valid ACI target
87 * expression.
92 * Regular expression group position of a target keyword.
97 * Regular expression group position of a target operator enumeration.
102 * Regular expression group position of a target expression statement.
107 * Regular expression used to match a single target rule.
116 * Regular expression used to match one or more target rules. The pattern is
276 String expression = targetMatcher.group(targetExpressionPos);
282 target = Target.decode(targetOperator, expression, d
398 createScope(String expression) argument
[all...]
H A DTargAttrFilterList.java62 * Regular expression group count.
67 * Regular expression attribute group position.
72 * Regular expression filter group position.
77 * Regular expression used to match a filter list including the strange "and"
84 * Regular expression used to match an attribute filter pair.
103 * Decode an TargAttrFilterList from the specified expression string.
105 * @param expression The expression string to decode.
108 * @throws AciException If the expression string contains errors.
110 public static TargAttrFilterList decode(int mask, String expression) argument
[all...]

Completed in 90 milliseconds

1234