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