package de.persosim.simulator.cardobjects; /** * This interface describes authentication objects to be used in the object * store structure. * * @author mboonk * */ public interface AuthObject extends CardObject { }