public class UserCredentialsOptionValidator extends Object
| Constructor and Description |
|---|
UserCredentialsOptionValidator() |
| Modifier and Type | Method and Description |
|---|---|
Collection<String> |
validate(String username,
String password)
Validates the given user credentials in the sense of checking if they are
reasonable, i.e.
|
public Collection<String> validate(String username, String password)
username - the username to use to connectpassword - the password corresponding to usernameCopyright © 2018. All rights reserved.