Searched refs:expr (Results 76 - 100 of 131) sorted by relevance

123456

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/authorization/dseecompat/
H A DGroupDN.java75 * @param expr A string representation of the bind rule.
81 public static KeywordBindRule decode(String expr, EnumBindRuleType type) argument
83 if (!Pattern.matches(LDAP_URLS, expr)) {
85 WARN_ACI_SYNTAX_INVALID_GROUPDN_EXPRESSION.get(expr);
91 Matcher ldapURLMatcher = ldapURLPattern.matcher(expr);
H A DUserAttr.java64 private static UserAttrType getType(String expr) throws AciException { argument
65 if("userdn".equalsIgnoreCase(expr)) {
67 } else if("groupdn".equalsIgnoreCase(expr)) {
69 } else if("roledn".equalsIgnoreCase(expr)) {
71 } else if("ldapurl".equalsIgnoreCase(expr)) {
H A DTargetAttr.java178 * @param expr The expression string to be decoded.
182 static TargetAttr decode(EnumTargetOperator operator, String expr) throws AciException { argument
183 return new TargetAttr(operator, expr);
H A DAci.java543 * @param expr A string representing the OID expression.
551 public static Set<String> decodeOID(String expr, LocalizableMessage msg) argument
555 if (Pattern.matches(oidListRegex, expr)) {
561 expr.replaceAll(ZERO_OR_MORE_WHITESPACE, "");
/forgerock/opendj2/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java114 * @param expr A string representation of the target.
120 String expr, DN aciDN)
122 return new Target(operator, expr, aciDN);
119 decode(EnumTargetOperator operator, String expr, DN aciDN) argument
H A DUserAttr.java230 * @param expr The string with the substring.
235 private static UserAttrType getType(String expr) throws AciException { argument
237 if(expr.equalsIgnoreCase("userdn"))
239 else if(expr.equalsIgnoreCase("groupdn")) {
247 } else if(expr.equalsIgnoreCase("roledn")) {
255 } else if(expr.equalsIgnoreCase("ldapurl"))
H A DTargetAttr.java215 * @param expr The expression string to be decoded.
219 public static TargetAttr decode(EnumTargetOperator operator, String expr) argument
221 return new TargetAttr(operator, expr);
H A DAci.java541 * @param expr A string representing the OID expression.
549 public static Set<String> decodeOID(String expr, Message msg) argument
553 if (Pattern.matches(oidListRegex, expr)) {
559 expr.replaceAll(ZERO_OR_MORE_WHITESPACE, "");
/forgerock/opendj-b2.6/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java115 * @param expr A string representation of the target.
121 String expr, DN aciDN)
123 return new Target(operator, expr, aciDN);
120 decode(EnumTargetOperator operator, String expr, DN aciDN) argument
H A DUserAttr.java236 * @param expr The string with the substring.
241 private static UserAttrType getType(String expr) throws AciException { argument
243 if(expr.equalsIgnoreCase("userdn"))
245 else if(expr.equalsIgnoreCase("groupdn")) {
253 } else if(expr.equalsIgnoreCase("roledn")) {
261 } else if(expr.equalsIgnoreCase("ldapurl"))
H A DTargetAttr.java216 * @param expr The expression string to be decoded.
220 public static TargetAttr decode(EnumTargetOperator operator, String expr) argument
222 return new TargetAttr(operator, expr);
H A DAci.java541 * @param expr A string representing the OID expression.
550 public static HashSet<String> decodeOID(String expr, Message msg) argument
554 if (Pattern.matches(oidListRegex, expr)) {
560 expr.replaceAll(ZERO_OR_MORE_WHITESPACE, "");
/forgerock/opendj2.6.2/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java115 * @param expr A string representation of the target.
121 String expr, DN aciDN)
123 return new Target(operator, expr, aciDN);
120 decode(EnumTargetOperator operator, String expr, DN aciDN) argument
H A DUserAttr.java236 * @param expr The string with the substring.
241 private static UserAttrType getType(String expr) throws AciException { argument
243 if(expr.equalsIgnoreCase("userdn"))
245 else if(expr.equalsIgnoreCase("groupdn")) {
253 } else if(expr.equalsIgnoreCase("roledn")) {
261 } else if(expr.equalsIgnoreCase("ldapurl"))
H A DTargetAttr.java216 * @param expr The expression string to be decoded.
220 public static TargetAttr decode(EnumTargetOperator operator, String expr) argument
222 return new TargetAttr(operator, expr);
H A DAci.java541 * @param expr A string representing the OID expression.
550 public static HashSet<String> decodeOID(String expr, Message msg) argument
554 if (Pattern.matches(oidListRegex, expr)) {
560 expr.replaceAll(ZERO_OR_MORE_WHITESPACE, "");
/forgerock/opendj2-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java114 * @param expr A string representation of the target.
120 String expr, DN aciDN)
122 return new Target(operator, expr, aciDN);
119 decode(EnumTargetOperator operator, String expr, DN aciDN) argument
H A DUserAttr.java230 * @param expr The string with the substring.
235 private static UserAttrType getType(String expr) throws AciException { argument
237 if(expr.equalsIgnoreCase("userdn"))
239 else if(expr.equalsIgnoreCase("groupdn")) {
247 } else if(expr.equalsIgnoreCase("roledn")) {
255 } else if(expr.equalsIgnoreCase("ldapurl"))
H A DTargetAttr.java215 * @param expr The expression string to be decoded.
219 public static TargetAttr decode(EnumTargetOperator operator, String expr) argument
221 return new TargetAttr(operator, expr);
H A DAci.java541 * @param expr A string representing the OID expression.
549 public static Set<String> decodeOID(String expr, Message msg) argument
553 if (Pattern.matches(oidListRegex, expr)) {
559 expr.replaceAll(ZERO_OR_MORE_WHITESPACE, "");
/forgerock/opendj2-jel-hg/src/server/org/opends/server/authorization/dseecompat/
H A DTarget.java115 * @param expr A string representation of the target.
121 String expr, DN aciDN)
123 return new Target(operator, expr, aciDN);
120 decode(EnumTargetOperator operator, String expr, DN aciDN) argument
H A DUserAttr.java236 * @param expr The string with the substring.
241 private static UserAttrType getType(String expr) throws AciException { argument
243 if(expr.equalsIgnoreCase("userdn"))
245 else if(expr.equalsIgnoreCase("groupdn")) {
253 } else if(expr.equalsIgnoreCase("roledn")) {
261 } else if(expr.equalsIgnoreCase("ldapurl"))
H A DTargetAttr.java216 * @param expr The expression string to be decoded.
220 public static TargetAttr decode(EnumTargetOperator operator, String expr) argument
222 return new TargetAttr(operator, expr);
H A DAci.java541 * @param expr A string representing the OID expression.
550 public static HashSet<String> decodeOID(String expr, Message msg) argument
554 if (Pattern.matches(oidListRegex, expr)) {
560 expr.replaceAll(ZERO_OR_MORE_WHITESPACE, "");
/forgerock/openidm-v4/openidm-zip/src/main/resources/
H A Dstartup.sh39 link=`expr "$ls" : '.*-> \(.*\)$'`
40 if expr "$link" : '/.*' > /dev/null; then

Completed in 119 milliseconds

123456