/* * Created on 25.11.2003 * * (c) Stabsstelle IKT-Strategie des Bundes */ package at.gv.egovernment.moa.spss.slinterface.servlets; /** * Helper class, representing the fields of a Security-Layer request. * * @author Gregor Karlinger (mailto:gregor.karlinger@cio.gv.at) */ public class SLRequest { public String xmlRequest_; public String dataUrl_; public String stylesheetUrl_; public String redirectUrl_; }