package at.asitplus.eidas.specific.modules.msproxyservice.protocol; import at.gv.egiz.eaaf.core.impl.idp.controller.protocols.RequestImpl; /** * Pending-request of an authentication process from eIDAS Proxy-Service. * * @author tlenz * */ public class ProxyServicePendingRequest extends RequestImpl { private static final long serialVersionUID = 4227378344716277935L; }