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

/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/schema/
H A DTelephoneNumberSyntax.java59 private boolean strictMode; field in class:TelephoneNumberSyntax
87 strictMode = false;
92 strictMode = currentConfig.isStrictFormat();
101 if (strictMode == serverContext.getSchemaNG().getOption(option))
104 schemaUpdater.updateSchema(schemaUpdater.getSchemaBuilder().setOption(option, !strictMode).toSchema());
173 strictMode = configuration.isStrictFormat();
/forgerock/opendj-b2.6/src/server/org/opends/server/schema/
H A DTelephoneNumberSyntax.java72 private boolean strictMode; field in class:TelephoneNumberSyntax
124 strictMode = false;
129 strictMode = currentConfig.isStrictFormat();
270 if (strictMode)
377 strictMode = configuration.isStrictFormat();
/forgerock/opendj2/src/server/org/opends/server/schema/
H A DTelephoneNumberSyntax.java71 private boolean strictMode; field in class:TelephoneNumberSyntax
123 strictMode = false;
128 strictMode = currentConfig.isStrictFormat();
269 if (strictMode)
376 strictMode = configuration.isStrictFormat();
/forgerock/opendj2.6.2/src/server/org/opends/server/schema/
H A DTelephoneNumberSyntax.java72 private boolean strictMode; field in class:TelephoneNumberSyntax
124 strictMode = false;
129 strictMode = currentConfig.isStrictFormat();
270 if (strictMode)
377 strictMode = configuration.isStrictFormat();
/forgerock/opendj2-jel-hg/src/server/org/opends/server/schema/
H A DTelephoneNumberSyntax.java72 private boolean strictMode; field in class:TelephoneNumberSyntax
124 strictMode = false;
129 strictMode = currentConfig.isStrictFormat();
270 if (strictMode)
377 strictMode = configuration.isStrictFormat();
/forgerock/opendj2-hg/src/server/org/opends/server/schema/
H A DTelephoneNumberSyntax.java71 private boolean strictMode; field in class:TelephoneNumberSyntax
123 strictMode = false;
128 strictMode = currentConfig.isStrictFormat();
269 if (strictMode)
376 strictMode = configuration.isStrictFormat();

Completed in 84 milliseconds