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

/forgerock/openidm-v4/openidm-provisioner-openicf/src/main/java/org/forgerock/openidm/provisioner/openicf/internal/
H A DSystemAction.java67 * @param systemType name of system type
70 public List<ScriptContextBuilder> getScriptContextBuilders(String systemType) { argument
73 if (action.match(systemType)) {
81 private Pattern systemType; field in class:SystemAction.SystemTypeAction
86 this.systemType = systemTypeAction.get("systemType").required().asPattern();
103 return systemType.matcher(systemTypeName).matches();

Completed in 27 milliseconds