B M P

B

BadPasswordException - exception BadPasswordException.
The exception thrown when an initial password is unacceptable or a match against an existing password fails.

M

main(String[]) - Static method in class Password
Unit test for Password objects.
match(String) - Method in class Password
See whether a supplied guess matches this password.

P

Password - class Password.
Model a good password.
Password(String, String, String) - Constructor for class Password
Construct a new Password.

B M P