Searched refs:replacePattern (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapper.java88 private String replacePattern; field in class:RegularExpressionIdentityMapper
129 replacePattern = currentConfig.getReplacePattern();
130 if (replacePattern == null)
132 replacePattern = "";
197 String processedID = matcher.replaceAll(replacePattern);
424 replacePattern = newReplacePattern;
/forgerock/opendj2/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapper.java87 private String replacePattern; field in class:RegularExpressionIdentityMapper
128 replacePattern = currentConfig.getReplacePattern();
129 if (replacePattern == null)
131 replacePattern = "";
196 String processedID = matcher.replaceAll(replacePattern);
423 replacePattern = newReplacePattern;
/forgerock/opendj2.6.2/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapper.java88 private String replacePattern; field in class:RegularExpressionIdentityMapper
129 replacePattern = currentConfig.getReplacePattern();
130 if (replacePattern == null)
132 replacePattern = "";
197 String processedID = matcher.replaceAll(replacePattern);
424 replacePattern = newReplacePattern;
/forgerock/opendj2-jel-hg/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapper.java88 private String replacePattern; field in class:RegularExpressionIdentityMapper
129 replacePattern = currentConfig.getReplacePattern();
130 if (replacePattern == null)
132 replacePattern = "";
197 String processedID = matcher.replaceAll(replacePattern);
424 replacePattern = newReplacePattern;
/forgerock/opendj2-hg/src/server/org/opends/server/extensions/
H A DRegularExpressionIdentityMapper.java87 private String replacePattern; field in class:RegularExpressionIdentityMapper
128 replacePattern = currentConfig.getReplacePattern();
129 if (replacePattern == null)
131 replacePattern = "";
196 String processedID = matcher.replaceAll(replacePattern);
423 replacePattern = newReplacePattern;
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/extensions/
H A DRegularExpressionIdentityMapper.java93 private String replacePattern; field in class:RegularExpressionIdentityMapper
133 replacePattern = currentConfig.getReplacePattern();
134 if (replacePattern == null)
136 replacePattern = "";
193 String processedID = matcher.replaceAll(replacePattern);
387 replacePattern = newReplacePattern;

Completed in 64 milliseconds