| /forgerock/openam-v13/openam-schema/openam-xacml3-schema/src/main/java/com/sun/identity/entitlement/xacml3/core/ |
| H A D | Condition.java | 65 "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 D | VariableDefinition.java | 67 "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 D | Apply.java | 73 "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 D | AttributeAssignmentExpression.java | 70 "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 D | Condition.java | 65 "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 D | VariableDefinition.java | 67 "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 D | Apply.java | 73 "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 D | AttributeAssignmentExpression.java | 70 "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/opendj2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | TargAttrFilterList.java | 62 * 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...] |
| H A D | UserDN.java | 71 * Decodes an expression string representing a userdn bind rule. 72 * @param expression The string representation of the userdn bind rule 73 * expression. 76 * @throws AciException If the expression failed to LDAP URL decode. 78 public static KeywordBindRule decode(String expression, argument 81 String[] vals=expression.split("[|][|]"); 125 * URLs; but the syntax is valid for an userdn keyword expression. The 279 * This method evaluates a DN pattern userdn expression. 298 * This method evaluates an URL userdn expression. Something like:
|
| H A D | UserAttr.java | 102 * evaluation for the parent hierarchy expression. 130 * Decode an string containing the userattr bind rule expression. 131 * @param expression The expression string. 134 * @throws AciException If the string contains an invalid expression. 136 public static KeywordBindRule decode(String expression, argument 139 String[] vals=expression.split("#"); 142 WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION.get(expression); 155 //a message if it is seen in the expression. 157 WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED.get(expression); [all...] |
| /forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | TargAttrFilterList.java | 61 * 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...] |
| H A D | UserDN.java | 69 * Decodes an expression string representing a userdn bind rule. 70 * @param expression The string representation of the userdn bind rule 71 * expression. 74 * @throws AciException If the expression failed to LDAP URL decode. 76 public static KeywordBindRule decode(String expression, argument 79 String[] vals=expression.split("[|][|]"); 123 * URLs; but the syntax is valid for an userdn keyword expression. The 276 * This method evaluates a DN pattern userdn expression. 295 * This method evaluates an URL userdn expression. Something like:
|
| H A D | TargAttrFilters.java | 52 * 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 D | UserAttr.java | 109 * evaluation for the parent hierarchy expression. 137 * Decode an string containing the userattr bind rule expression. 138 * @param expression The expression string. 141 * @throws AciException If the string contains an invalid expression. 143 public static KeywordBindRule decode(String expression, argument 146 String[] vals=expression.split("#"); 149 WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION.get(expression); 162 //a message if it is seen in the expression. 164 WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED.get(expression); [all...] |
| /forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | TargAttrFilterList.java | 61 * 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...] |
| H A D | UserDN.java | 69 * Decodes an expression string representing a userdn bind rule. 70 * @param expression The string representation of the userdn bind rule 71 * expression. 74 * @throws AciException If the expression failed to LDAP URL decode. 76 public static KeywordBindRule decode(String expression, argument 79 String[] vals=expression.split("[|][|]"); 123 * URLs; but the syntax is valid for an userdn keyword expression. The 276 * This method evaluates a DN pattern userdn expression. 295 * This method evaluates an URL userdn expression. Something like:
|
| H A D | TargAttrFilters.java | 52 * 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 D | UserAttr.java | 109 * evaluation for the parent hierarchy expression. 137 * Decode an string containing the userattr bind rule expression. 138 * @param expression The expression string. 141 * @throws AciException If the string contains an invalid expression. 143 public static KeywordBindRule decode(String expression, argument 146 String[] vals=expression.split("#"); 149 WARN_ACI_SYNTAX_INVALID_USERATTR_EXPRESSION.get(expression); 162 //a message if it is seen in the expression. 164 WARN_ACI_SYNTAX_ROLEDN_NOT_SUPPORTED.get(expression); [all...] |
| /forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | TargAttrFilterList.java | 62 * 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...] |
| H A D | UserDN.java | 71 * Decodes an expression string representing a userdn bind rule. 72 * @param expression The string representation of the userdn bind rule 73 * expression. 76 * @throws AciException If the expression failed to LDAP URL decode. 78 public static KeywordBindRule decode(String expression, argument 81 String[] vals=expression.split("[|][|]"); 125 * URLs; but the syntax is valid for an userdn keyword expression. The 279 * This method evaluates a DN pattern userdn expression. 298 * This method evaluates an URL userdn expression. Something like:
|
| /forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/ |
| H A D | TargAttrFilterList.java | 61 * 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...] |
| H A D | UserDN.java | 69 * Decodes an expression string representing a userdn bind rule. 70 * @param expression The string representation of the userdn bind rule 71 * expression. 74 * @throws AciException If the expression failed to LDAP URL decode. 76 public static KeywordBindRule decode(String expression, argument 79 String[] vals=expression.split("[|][|]"); 123 * URLs; but the syntax is valid for an userdn keyword expression. The 276 * This method evaluates a DN pattern userdn expression. 295 * This method evaluates an URL userdn expression. Something like:
|
| /forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/ |
| H A D | TargAttrFilterList.java | 62 * 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...] |
| H A D | UserDN.java | 73 * Decodes an expression string representing a userdn bind rule. 74 * @param expression The string representation of the userdn bind rule 75 * expression. 78 * @throws AciException If the expression failed to LDAP URL decode. 80 public static KeywordBindRule decode(String expression, argument 83 String[] vals=expression.split("[|][|]"); 127 * URLs; but the syntax is valid for an userdn keyword expression. The 298 * This method evaluates a DN pattern userdn expression. 317 * This method evaluates an URL userdn expression. Something like:
|