Searched defs:compilePatternList (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptEngineConfigurator.java163 .withWhiteList(compilePatternList(whiteList))
164 .withBlackList(compilePatternList(blackList))
209 protected List<Pattern> compilePatternList(Set<String> patterns) { method in class:ScriptEngineConfigurator
/forgerock/openam/openam-scripting/src/main/java/org/forgerock/openam/scripting/
H A DScriptEngineConfigurator.java163 .withWhiteList(compilePatternList(whiteList))
164 .withBlackList(compilePatternList(blackList))
209 protected List<Pattern> compilePatternList(Set<String> patterns) { method in class:ScriptEngineConfigurator

Completed in 50 milliseconds