at.knowcenter.wag.egov.egiz.sig.connectors
Class ConnectorChooser

java.lang.Object
  extended byat.knowcenter.wag.egov.egiz.sig.connectors.ConnectorChooser

Deprecated. functionality split to ConnectorChooser implementations in framework commandline and web

public final class ConnectorChooser
extends Object

Helper class that provides static methods that help the application to "choose" the right connector for a given task.

Author:
wprinz

Field Summary
protected static String BKU
          Deprecated.  
protected static String MOA
          Deprecated.  
 
Constructor Summary
ConnectorChooser()
          Deprecated.  
 
Method Summary
protected static Connector chooseDetachedMultipartConnector(String profile, String sig_app)
          Deprecated.  
protected static Connector chooseEnvelopedBase64ConnectorHotfix(String profile, String sig_app)
          Deprecated.  
protected static Connector chooseEnvelopedBase64ConnectorOld(String profile, String sig_app)
          Deprecated.  
static LocalConnector chooseLocalConnectorForSign(String connector, String profile, String loc_ref_url)
          Deprecated.  
static LocalConnector chooseLocalConnectorForVerify(String connector, PdfASID sig_kz, String sig_id, String profile, String loc_ref_url)
          Deprecated.  
static Connector chooseWebConnectorForSign(String connector, String profile, String loc_ref_url)
          Deprecated.  
static Connector chooseWebConnectorForVerify(String connector, PdfASID sig_kz, String sig_id, String profile, String loc_ref_url)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BKU

protected static final String BKU
Deprecated. 
See Also:
Constant Field Values

MOA

protected static final String MOA
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

ConnectorChooser

public ConnectorChooser()
Deprecated. 
Method Detail

chooseLocalConnectorForSign

public static LocalConnector chooseLocalConnectorForSign(String connector,
                                                         String profile,
                                                         String loc_ref_url)
                                                  throws ConnectorException
Deprecated. 
Throws:
ConnectorException

chooseWebConnectorForSign

public static Connector chooseWebConnectorForSign(String connector,
                                                  String profile,
                                                  String loc_ref_url)
                                           throws ConnectorException
Deprecated. 
Throws:
ConnectorException

chooseLocalConnectorForVerify

public static LocalConnector chooseLocalConnectorForVerify(String connector,
                                                           PdfASID sig_kz,
                                                           String sig_id,
                                                           String profile,
                                                           String loc_ref_url)
                                                    throws ConnectorException
Deprecated. 
Throws:
ConnectorException

chooseWebConnectorForVerify

public static Connector chooseWebConnectorForVerify(String connector,
                                                    PdfASID sig_kz,
                                                    String sig_id,
                                                    String profile,
                                                    String loc_ref_url)
                                             throws ConnectorException
Deprecated. 
Throws:
ConnectorException

chooseEnvelopedBase64ConnectorOld

protected static Connector chooseEnvelopedBase64ConnectorOld(String profile,
                                                             String sig_app)
                                                      throws ConnectorException
Deprecated. 
Throws:
ConnectorException

chooseEnvelopedBase64ConnectorHotfix

protected static Connector chooseEnvelopedBase64ConnectorHotfix(String profile,
                                                                String sig_app)
                                                         throws ConnectorException
Deprecated. 
Throws:
ConnectorException

chooseDetachedMultipartConnector

protected static Connector chooseDetachedMultipartConnector(String profile,
                                                            String sig_app)
                                                     throws ConnectorException
Deprecated. 
Throws:
ConnectorException


Copyright © 2006-2010. All Rights Reserved.