public interface UsernamePasswordValidator
| Modifier and Type | Method and Description |
|---|---|
boolean |
validateCredentials(java.lang.String username,
java.lang.String password)
Returns true if the supplied username and password are valid.
|
Copyright © 2014 ninjaframework. All Rights Reserved.