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