Interface UsernamePasswordValidator


public interface UsernamePasswordValidator
Use this when your authentication scheme uses a username and a password.
Author:
Marco Trevisan
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    login(String username, String password)