AccordiServizioParteSpecificaAddStrutsBean.java

  1. /*
  2.  * GovWay - A customizable API Gateway
  3.  * https://govway.org
  4.  *
  5.  * Copyright (c) 2005-2025 Link.it srl (https://link.it).
  6.  *
  7.  * This program is free software: you can redistribute it and/or modify
  8.  * it under the terms of the GNU General Public License version 3, as published by
  9.  * the Free Software Foundation.
  10.  *
  11.  * This program is distributed in the hope that it will be useful,
  12.  * but WITHOUT ANY WARRANTY; without even the implied warranty of
  13.  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  14.  * GNU General Public License for more details.
  15.  *
  16.  * You should have received a copy of the GNU General Public License
  17.  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  18.  *
  19.  */

  20. package org.openspcoop2.web.ctrlstat.servlet.aps;

  21. import java.util.List;

  22. import org.openspcoop2.core.config.constants.TipoAutenticazionePrincipal;
  23. import org.openspcoop2.message.constants.ServiceBinding;
  24. import org.openspcoop2.protocol.sdk.IProtocolFactory;
  25. import org.openspcoop2.protocol.sdk.constants.ConsoleOperationType;
  26. import org.openspcoop2.protocol.sdk.properties.ConsoleConfiguration;
  27. import org.openspcoop2.protocol.sdk.properties.IConsoleDynamicConfiguration;
  28. import org.openspcoop2.protocol.sdk.properties.ProtocolProperties;
  29. import org.openspcoop2.protocol.sdk.registry.IConfigIntegrationReader;
  30. import org.openspcoop2.protocol.sdk.registry.IRegistryReader;
  31. import org.openspcoop2.web.lib.mvc.BinaryParameter;

  32. /**
  33.  * AccordiServizioParteSpecificaAddStrutsBean
  34.  *
  35.  * @author Andrea Poli (apoli@link.it)
  36.  * @author Stefano Corallo (corallo@link.it)
  37.  * @author Sandra Giangrandi (sandra@link.it)
  38.  * @author $Author$
  39.  * @version $Rev$, $Date$
  40.  *
  41.  */
  42. public class AccordiServizioParteSpecificaAddStrutsBean {

  43.     protected String connettoreDebug;
  44.     protected String   nomeservizio;
  45.     protected String tiposervizio;
  46.     protected String provider;
  47.     protected String accordo;
  48.     protected String servcorr;
  49.     protected String endpointtype;
  50.     protected String tipoconn;
  51.     protected String url;
  52.     protected String nome;
  53.     protected String tipo;
  54.     protected String user;
  55.     protected String password;
  56.     protected String initcont;
  57.     protected String urlpgk;
  58.     protected String provurl;
  59.     protected String connfact;
  60.     protected String sendas;
  61.     protected String profilo;
  62.     protected String portType;
  63.     protected String descrizione;
  64.     protected String httpsurl;
  65.     protected String httpstipologia;
  66.     protected String httpspath;
  67.     protected String httpstipo;
  68.     protected String httpspwd;
  69.     protected String httpsalgoritmo;
  70.     protected String httpskeystore;
  71.     protected String httpspwdprivatekeytrust;
  72.     protected String httpspathkey;
  73.     protected String httpstipokey;
  74.     protected String httpspwdkey;
  75.     protected String httpspwdprivatekey;
  76.     protected String httpsalgoritmokey;
  77.     protected String httpsKeyAlias;
  78.     protected String httpsTrustStoreCRLs;
  79.     protected String httpsTrustStoreOCSPPolicy;
  80.     protected String httpsKeyStoreBYOKPolicy;
  81.     protected String httpshostverifyS;
  82.     protected String httpsstatoS;
  83.     protected boolean httpshostverify;
  84.     protected boolean httpsstato;
  85.     protected boolean httpsTrustVerifyCert;
  86.     protected String nomeSoggettoErogatore = "";
  87.     protected String tipoSoggettoErogatore = "";
  88.     String providerSoggettoFruitore = null;
  89.     protected String nomeSoggettoFruitore = "";
  90.     protected String tipoSoggettoFruitore = "";
  91.     protected boolean privato = false;
  92.     protected String statoPackage = "";
  93.     protected String versione;
  94.     protected boolean validazioneDocumenti = true;
  95.     protected boolean decodeRequestValidazioneDocumenti = false;
  96.     protected String editMode = null;
  97.     protected String nomeSA = null;
  98.     protected String oldPortType = null;
  99.     protected String autenticazioneHttp;
  100.     protected ServiceBinding serviceBinding = null;
  101.     protected org.openspcoop2.protocol.manifest.constants.InterfaceType formatoSpecifica = null;

  102.     protected boolean autenticazioneToken = false;
  103.     protected String tokenPolicy = null;
  104.    
  105.     protected String autenticazioneApiKey = null;
  106.     protected boolean useOAS3Names=true;
  107.     protected boolean useAppId=false;
  108.     protected String apiKeyHeader = null;
  109.     protected String apiKeyValue = null;
  110.     protected String appIdHeader = null;
  111.     protected String appIdValue = null;
  112.    
  113.     protected String proxyEnabled;
  114.     protected String proxyHostname;
  115.     protected String proxyPort;
  116.     protected String proxyUsername;
  117.     protected String proxyPassword;
  118.    
  119.     protected String tempiRispostaEnabled;
  120.     protected String tempiRispostaConnectionTimeout;
  121.     protected String tempiRispostaReadTimeout;
  122.     protected String tempiRispostaTempoMedioRisposta;

  123.     protected String transferMode;
  124.     protected String transferModeChunkSize;
  125.     protected String redirectMode;
  126.     protected String redirectMaxHop;
  127.     protected String opzioniAvanzate;

  128.     // file
  129.     protected String requestOutputFileName = null;
  130.     protected String requestOutputFileNamePermissions = null;
  131.     protected String requestOutputFileNameHeaders = null;
  132.     protected String requestOutputFileNameHeadersPermissions = null;
  133.     protected String requestOutputParentDirCreateIfNotExists = null;
  134.     protected String requestOutputOverwriteIfExists = null;
  135.     protected String responseInputMode = null;
  136.     protected String responseInputFileName = null;
  137.     protected String responseInputFileNameHeaders = null;
  138.     protected String responseInputDeleteAfterRead = null;
  139.     protected String responseInputWaitTime = null;
  140.    
  141.     // Protocol Properties
  142.     protected IConsoleDynamicConfiguration consoleDynamicConfiguration = null;
  143.     protected ConsoleConfiguration consoleConfiguration =null;
  144.     protected ProtocolProperties protocolProperties = null;
  145.     protected IProtocolFactory<?> protocolFactory= null;
  146.     protected IRegistryReader registryReader = null;
  147.     protected IConfigIntegrationReader configRegistryReader = null;
  148.     protected ConsoleOperationType consoleOperationType = null;
  149.    
  150.     protected BinaryParameter wsdlimpler;
  151.     protected BinaryParameter wsdlimplfru;

  152.     protected String controlloAccessiStato;
  153.    
  154.     protected String erogazioneRuolo;
  155.     protected String erogazioneAutenticazione;
  156.     protected String erogazioneAutenticazioneOpzionale;
  157.     protected TipoAutenticazionePrincipal erogazioneAutenticazionePrincipal;
  158.     protected List<String> erogazioneAutenticazioneParametroList;
  159.     protected String erogazioneAutorizzazione;
  160.     protected String erogazioneAutorizzazioneAutenticati;
  161.     protected String erogazioneAutorizzazioneRuoli;
  162.     protected String erogazioneAutorizzazioneRuoliTipologia;
  163.     protected String erogazioneAutorizzazioneRuoliMatch;
  164.     protected String erogazioneSoggettoAutenticato;
  165.    
  166.     protected String fruizioneServizioApplicativo;
  167.     protected String fruizioneRuolo;
  168.     protected String fruizioneAutenticazione;
  169.     protected String fruizioneAutenticazioneOpzionale;
  170.     protected TipoAutenticazionePrincipal fruizioneAutenticazionePrincipal;
  171.     protected List<String> fruizioneAutenticazioneParametroList;
  172.     protected String fruizioneAutorizzazione;
  173.     protected String fruizioneAutorizzazioneAutenticati;
  174.     protected String fruizioneAutorizzazioneRuoli;
  175.     protected String fruizioneAutorizzazioneRuoliTipologia;
  176.     protected String fruizioneAutorizzazioneRuoliMatch;
  177.    
  178.     protected String tipoProtocollo;
  179.    
  180.     protected String erogazioneServizioApplicativoServer;
  181.     protected boolean erogazioneServizioApplicativoServerEnabled = false;
  182.    
  183.     protected String canale;
  184.     protected String canaleStato;
  185.    
  186. }