Package ninja
Interface UsernamePasswordValidator
-
public interface UsernamePasswordValidator
Defines a validator for authentication filters like ninja.BasicAuthFilter.- Author:
- James Moger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
validateCredentials(String username, String password)
Returns true if the supplied username and password are valid.
-