|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface InputValidator
Interface that must be implemented by login module input validators.
Method Summary | |
---|---|
void |
validateUsernameAndPassword(String username,
String password)
Validates the specified username and password. |
Method Detail |
---|
void validateUsernameAndPassword(String username, String password) throws InputValidationException
Validates the specified username and password.
username
- the username to be validated.password
- the password to be validated.
InputValidationException
- if the validation process considers the username and/or the password invalid.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |