package businessLogic; import domain.Owner; public interface LoginManagerInterface { public Owner checkCredentials(String usr, String pwd); }