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

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java69 private Set<ByteString> lastCurrentPasswords; field in class:TestPasswordValidator
98 lastCurrentPasswords = null;
117 lastCurrentPasswords = currentPasswords;
179 return instance.lastCurrentPasswords;
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java68 private Set<ByteString> lastCurrentPasswords; field in class:TestPasswordValidator
97 lastCurrentPasswords = null;
116 lastCurrentPasswords = currentPasswords;
178 return instance.lastCurrentPasswords;
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java69 private Set<ByteString> lastCurrentPasswords; field in class:TestPasswordValidator
98 lastCurrentPasswords = null;
117 lastCurrentPasswords = currentPasswords;
179 return instance.lastCurrentPasswords;
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java68 private Set<ByteString> lastCurrentPasswords; field in class:TestPasswordValidator
97 lastCurrentPasswords = null;
116 lastCurrentPasswords = currentPasswords;
178 return instance.lastCurrentPasswords;
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java69 private Set<ByteString> lastCurrentPasswords; field in class:TestPasswordValidator
98 lastCurrentPasswords = null;
117 lastCurrentPasswords = currentPasswords;
179 return instance.lastCurrentPasswords;
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DTestPasswordValidator.java71 private Set<ByteString> lastCurrentPasswords; field in class:TestPasswordValidator
99 lastCurrentPasswords = null;
116 lastCurrentPasswords = currentPasswords;
178 return instance.lastCurrentPasswords;

Completed in 23 milliseconds