package fr.keemto.web.security; public interface LoginService { LoginStatus getStatus(); LoginStatus login(String username, String password); }