Searched refs:passwordIsAcceptable (Results 1 - 25 of 124) sorted by relevance

12345

/forgerock/opendj2/src/server/org/opends/server/api/
H A DPasswordValidator.java149 public abstract boolean passwordIsAcceptable(ByteString newPassword, method in class:PasswordValidator
/forgerock/opendj-b2.6/src/server/org/opends/server/api/
H A DPasswordValidator.java150 public abstract boolean passwordIsAcceptable(ByteString newPassword, method in class:PasswordValidator
/forgerock/opendj2.6.2/src/server/org/opends/server/api/
H A DPasswordValidator.java150 public abstract boolean passwordIsAcceptable(ByteString newPassword, method in class:PasswordValidator
/forgerock/opendj2-hg/src/server/org/opends/server/api/
H A DPasswordValidator.java149 public abstract boolean passwordIsAcceptable(ByteString newPassword, method in class:PasswordValidator
/forgerock/opendj2-jel-hg/src/server/org/opends/server/api/
H A DPasswordValidator.java150 public abstract boolean passwordIsAcceptable(ByteString newPassword, method in class:PasswordValidator
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java55 // The next value to return from the passwordIsAcceptable method.
58 // The last new password provided to the passwordIsAcceptable method.
61 // The last user entry provided to the passwordIsAcceptable method.
64 // The last operation provided to the passwordIsAcceptable method.
67 // The last set of current passwords provided to the passwordIsAcceptable
71 // The next invalid reason that should be used in the passwordIsAcceptable
111 public boolean passwordIsAcceptable(ByteString newPassword, method in class:TestPasswordValidator
158 * <CODE>passwordIsAcceptable</CODE> method.
161 * <CODE>passwordIsAcceptable</CODE> method.
172 * <CODE>passwordIsAcceptable</COD
[all...]
H A DRepeatedCharactersPasswordValidatorTestCase.java267 * Tests the {@code passwordIsAcceptable} method with a password that falls
325 assertTrue(validator.passwordIsAcceptable(password,
336 * Tests the {@code passwordIsAcceptable} method with a password that falls
394 assertFalse(validator.passwordIsAcceptable(password,
404 * Tests the {@code passwordIsAcceptable} method with a password that falls
462 assertTrue(validator.passwordIsAcceptable(password,
473 * Tests the {@code passwordIsAcceptable} method with a password that falls
531 assertFalse(validator.passwordIsAcceptable(password,
541 * Tests the {@code passwordIsAcceptable} method when the validator is
598 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
H A DUniqueCharactersPasswordValidatorTestCase.java267 * Tests the {@code passwordIsAcceptable} method with a password that falls
325 assertTrue(validator.passwordIsAcceptable(password,
336 * Tests the {@code passwordIsAcceptable} method with a password that falls
394 assertFalse(validator.passwordIsAcceptable(password,
404 * Tests the {@code passwordIsAcceptable} method with a password that falls
462 assertTrue(validator.passwordIsAcceptable(password,
473 * Tests the {@code passwordIsAcceptable} method with a password that falls
531 assertFalse(validator.passwordIsAcceptable(password,
541 * Tests the {@code passwordIsAcceptable} method when the validator is
598 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java54 // The next value to return from the passwordIsAcceptable method.
57 // The last new password provided to the passwordIsAcceptable method.
60 // The last user entry provided to the passwordIsAcceptable method.
63 // The last operation provided to the passwordIsAcceptable method.
66 // The last set of current passwords provided to the passwordIsAcceptable
70 // The next invalid reason that should be used in the passwordIsAcceptable
110 public boolean passwordIsAcceptable(ByteString newPassword, method in class:TestPasswordValidator
157 * <CODE>passwordIsAcceptable</CODE> method.
160 * <CODE>passwordIsAcceptable</CODE> method.
171 * <CODE>passwordIsAcceptable</COD
[all...]
H A DRepeatedCharactersPasswordValidatorTestCase.java266 * Tests the {@code passwordIsAcceptable} method with a password that falls
324 assertTrue(validator.passwordIsAcceptable(password,
335 * Tests the {@code passwordIsAcceptable} method with a password that falls
393 assertFalse(validator.passwordIsAcceptable(password,
403 * Tests the {@code passwordIsAcceptable} method with a password that falls
461 assertTrue(validator.passwordIsAcceptable(password,
472 * Tests the {@code passwordIsAcceptable} method with a password that falls
530 assertFalse(validator.passwordIsAcceptable(password,
540 * Tests the {@code passwordIsAcceptable} method when the validator is
597 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
H A DUniqueCharactersPasswordValidatorTestCase.java266 * Tests the {@code passwordIsAcceptable} method with a password that falls
324 assertTrue(validator.passwordIsAcceptable(password,
335 * Tests the {@code passwordIsAcceptable} method with a password that falls
393 assertFalse(validator.passwordIsAcceptable(password,
403 * Tests the {@code passwordIsAcceptable} method with a password that falls
461 assertTrue(validator.passwordIsAcceptable(password,
472 * Tests the {@code passwordIsAcceptable} method with a password that falls
530 assertFalse(validator.passwordIsAcceptable(password,
540 * Tests the {@code passwordIsAcceptable} method when the validator is
597 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java55 // The next value to return from the passwordIsAcceptable method.
58 // The last new password provided to the passwordIsAcceptable method.
61 // The last user entry provided to the passwordIsAcceptable method.
64 // The last operation provided to the passwordIsAcceptable method.
67 // The last set of current passwords provided to the passwordIsAcceptable
71 // The next invalid reason that should be used in the passwordIsAcceptable
111 public boolean passwordIsAcceptable(ByteString newPassword, method in class:TestPasswordValidator
158 * <CODE>passwordIsAcceptable</CODE> method.
161 * <CODE>passwordIsAcceptable</CODE> method.
172 * <CODE>passwordIsAcceptable</COD
[all...]
H A DRepeatedCharactersPasswordValidatorTestCase.java267 * Tests the {@code passwordIsAcceptable} method with a password that falls
325 assertTrue(validator.passwordIsAcceptable(password,
336 * Tests the {@code passwordIsAcceptable} method with a password that falls
394 assertFalse(validator.passwordIsAcceptable(password,
404 * Tests the {@code passwordIsAcceptable} method with a password that falls
462 assertTrue(validator.passwordIsAcceptable(password,
473 * Tests the {@code passwordIsAcceptable} method with a password that falls
531 assertFalse(validator.passwordIsAcceptable(password,
541 * Tests the {@code passwordIsAcceptable} method when the validator is
598 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
H A DUniqueCharactersPasswordValidatorTestCase.java267 * Tests the {@code passwordIsAcceptable} method with a password that falls
325 assertTrue(validator.passwordIsAcceptable(password,
336 * Tests the {@code passwordIsAcceptable} method with a password that falls
394 assertFalse(validator.passwordIsAcceptable(password,
404 * Tests the {@code passwordIsAcceptable} method with a password that falls
462 assertTrue(validator.passwordIsAcceptable(password,
473 * Tests the {@code passwordIsAcceptable} method with a password that falls
531 assertFalse(validator.passwordIsAcceptable(password,
541 * Tests the {@code passwordIsAcceptable} method when the validator is
598 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java54 // The next value to return from the passwordIsAcceptable method.
57 // The last new password provided to the passwordIsAcceptable method.
60 // The last user entry provided to the passwordIsAcceptable method.
63 // The last operation provided to the passwordIsAcceptable method.
66 // The last set of current passwords provided to the passwordIsAcceptable
70 // The next invalid reason that should be used in the passwordIsAcceptable
110 public boolean passwordIsAcceptable(ByteString newPassword, method in class:TestPasswordValidator
157 * <CODE>passwordIsAcceptable</CODE> method.
160 * <CODE>passwordIsAcceptable</CODE> method.
171 * <CODE>passwordIsAcceptable</COD
[all...]
H A DRepeatedCharactersPasswordValidatorTestCase.java266 * Tests the {@code passwordIsAcceptable} method with a password that falls
324 assertTrue(validator.passwordIsAcceptable(password,
335 * Tests the {@code passwordIsAcceptable} method with a password that falls
393 assertFalse(validator.passwordIsAcceptable(password,
403 * Tests the {@code passwordIsAcceptable} method with a password that falls
461 assertTrue(validator.passwordIsAcceptable(password,
472 * Tests the {@code passwordIsAcceptable} method with a password that falls
530 assertFalse(validator.passwordIsAcceptable(password,
540 * Tests the {@code passwordIsAcceptable} method when the validator is
597 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
H A DUniqueCharactersPasswordValidatorTestCase.java266 * Tests the {@code passwordIsAcceptable} method with a password that falls
324 assertTrue(validator.passwordIsAcceptable(password,
335 * Tests the {@code passwordIsAcceptable} method with a password that falls
393 assertFalse(validator.passwordIsAcceptable(password,
403 * Tests the {@code passwordIsAcceptable} method with a password that falls
461 assertTrue(validator.passwordIsAcceptable(password,
472 * Tests the {@code passwordIsAcceptable} method with a password that falls
530 assertFalse(validator.passwordIsAcceptable(password,
540 * Tests the {@code passwordIsAcceptable} method when the validator is
597 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/extensions/
H A DTestPasswordValidator.java55 // The next value to return from the passwordIsAcceptable method.
58 // The last new password provided to the passwordIsAcceptable method.
61 // The last user entry provided to the passwordIsAcceptable method.
64 // The last operation provided to the passwordIsAcceptable method.
67 // The last set of current passwords provided to the passwordIsAcceptable
71 // The next invalid reason that should be used in the passwordIsAcceptable
111 public boolean passwordIsAcceptable(ByteString newPassword, method in class:TestPasswordValidator
158 * <CODE>passwordIsAcceptable</CODE> method.
161 * <CODE>passwordIsAcceptable</CODE> method.
172 * <CODE>passwordIsAcceptable</COD
[all...]
H A DRepeatedCharactersPasswordValidatorTestCase.java267 * Tests the {@code passwordIsAcceptable} method with a password that falls
325 assertTrue(validator.passwordIsAcceptable(password,
336 * Tests the {@code passwordIsAcceptable} method with a password that falls
394 assertFalse(validator.passwordIsAcceptable(password,
404 * Tests the {@code passwordIsAcceptable} method with a password that falls
462 assertTrue(validator.passwordIsAcceptable(password,
473 * Tests the {@code passwordIsAcceptable} method with a password that falls
531 assertFalse(validator.passwordIsAcceptable(password,
541 * Tests the {@code passwordIsAcceptable} method when the validator is
598 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
H A DUniqueCharactersPasswordValidatorTestCase.java267 * Tests the {@code passwordIsAcceptable} method with a password that falls
325 assertTrue(validator.passwordIsAcceptable(password,
336 * Tests the {@code passwordIsAcceptable} method with a password that falls
394 assertFalse(validator.passwordIsAcceptable(password,
404 * Tests the {@code passwordIsAcceptable} method with a password that falls
462 assertTrue(validator.passwordIsAcceptable(password,
473 * Tests the {@code passwordIsAcceptable} method with a password that falls
531 assertFalse(validator.passwordIsAcceptable(password,
541 * Tests the {@code passwordIsAcceptable} method when the validator is
598 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/api/
H A DPasswordValidator.java150 public abstract boolean passwordIsAcceptable(ByteString newPassword, method in class:PasswordValidator
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/extensions/
H A DLengthBasedPasswordValidatorTestCase.java314 * Tests the <CODE>passwordIsAcceptable</CODE> method with no constraints on
366 assertTrue(validator.passwordIsAcceptable(password,
386 * Tests the <CODE>passwordIsAcceptable</CODE> method with a constraint on the
438 boolean actual = validator.passwordIsAcceptable(
449 * Tests the <CODE>passwordIsAcceptable</CODE> method with a constraint on the
501 boolean actual = validator.passwordIsAcceptable(
512 * Tests the <CODE>passwordIsAcceptable</CODE> method with constraints on both
564 boolean actual = validator.passwordIsAcceptable(
H A DTestPasswordValidator.java56 /** The next value to return from the passwordIsAcceptable method. */
59 /** The last new password provided to the passwordIsAcceptable method. */
62 /** The last user entry provided to the passwordIsAcceptable method. */
65 /** The last operation provided to the passwordIsAcceptable method. */
69 * The last set of current passwords provided to the passwordIsAcceptable method.
74 * The next invalid reason that should be used in the passwordIsAcceptable method.
110 public boolean passwordIsAcceptable(ByteString newPassword, method in class:TestPasswordValidator
157 * <CODE>passwordIsAcceptable</CODE> method.
160 * <CODE>passwordIsAcceptable</CODE> method.
171 * <CODE>passwordIsAcceptable</COD
[all...]
H A DUniqueCharactersPasswordValidatorTestCase.java261 * Tests the {@code passwordIsAcceptable} method with a password that falls
319 assertTrue(validator.passwordIsAcceptable(password,
330 * Tests the {@code passwordIsAcceptable} method with a password that falls
388 assertFalse(validator.passwordIsAcceptable(password,
398 * Tests the {@code passwordIsAcceptable} method with a password that falls
456 assertTrue(validator.passwordIsAcceptable(password,
467 * Tests the {@code passwordIsAcceptable} method with a password that falls
525 assertFalse(validator.passwordIsAcceptable(password,
535 * Tests the {@code passwordIsAcceptable} method when the validator is
592 assertTrue(validator.passwordIsAcceptable(passwor
[all...]
/forgerock/opendj-b2.6/src/server/org/opends/server/extensions/
H A DRepeatedCharactersPasswordValidator.java102 public boolean passwordIsAcceptable(ByteString newPassword, method in class:RepeatedCharactersPasswordValidator

Completed in 152 milliseconds

12345