public interface UsernamePasswordValidator
Modifier and Type | Method and Description |
---|---|
boolean |
validateCredentials(String username,
String password)
Returns true if the supplied username and password are valid.
|
Copyright © 2019 ninjaframework. All rights reserved.