Searched refs:globalRegularExpression (Results 1 - 4 of 4) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DFilterModeValueValidator.java81 private static final String globalRegularExpression = field in class:FilterModeValueValidator
87 "(" + appSpecificRegularExpression + "|" + globalRegularExpression + ")";
91 Pattern.compile(globalRegularExpression);
H A DGlobalMapValueValidator.java63 private static final String globalRegularExpression = field in class:GlobalMapValueValidator
72 "(" + appSpecificRegularExpression + "|" + globalRegularExpression + ")";
77 Pattern.compile(globalRegularExpression);
/forgerock/openam/openam-core/src/main/java/com/sun/identity/common/configuration/
H A DFilterModeValueValidator.java85 private static final String globalRegularExpression = field in class:FilterModeValueValidator
91 "(" + appSpecificRegularExpression + "|" + globalRegularExpression + ")";
95 Pattern.compile(globalRegularExpression);
H A DGlobalMapValueValidator.java66 private static final String globalRegularExpression = "(\\s*[\\S&&[^\\[]&&[^\\]]]+\\s*)"; field in class:GlobalMapValueValidator
72 "(" + appSpecificRegularExpression + "|" + globalRegularExpression + ")";
75 private static final Pattern globalPattern = Pattern.compile(globalRegularExpression);

Completed in 29 milliseconds