package net.ihe.xds.users.action; import javax.ejb.Local; /** * * @author abderrazek boufahja * */ @Local public interface Authenticator { boolean authenticate(); }