public interface InputValidator
Interface that must be implemented by login module input validators.
Modifier and Type | Method and Description |
---|---|
void |
validateUsernameAndPassword(String username,
String password)
Validates the specified username and password.
|
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.Copyright © 2019 JBoss by Red Hat. All rights reserved.