package fr.mch.mdo.restaurant.ui.actions; public interface ILogonAction extends IMdoAction { String authenticate() throws Exception; }