Class TPSConnectorClient


  • public class TPSConnectorClient
    extends Client
    • Constructor Detail

      • TPSConnectorClient

        public TPSConnectorClient​(PKIClient client,
                                  java.lang.String subsystem)
                           throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • init

        public void init()
                  throws java.lang.Exception
        Throws:
        java.lang.Exception
      • findConnectors

        public TPSConnectorCollection findConnectors​(java.lang.String host,
                                                     java.lang.String port,
                                                     java.lang.Integer start,
                                                     java.lang.Integer size)
                                              throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getConnector

        public TPSConnectorData getConnector​(java.lang.String id)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getConnector

        public TPSConnectorData getConnector​(java.lang.String host,
                                             java.lang.String port)
                                      throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createConnector

        public TPSConnectorData createConnector​(java.lang.String tpsHost,
                                                java.lang.String tpsPort)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • modifyConnector

        public TPSConnectorData modifyConnector​(java.lang.String id,
                                                TPSConnectorData data)
                                         throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteConnector

        public void deleteConnector​(java.lang.String id)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception
      • createSharedSecret

        public KeyData createSharedSecret​(java.lang.String id)
                                   throws java.lang.Exception
        Throws:
        java.lang.Exception
      • replaceSharedSecret

        public KeyData replaceSharedSecret​(java.lang.String id)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteSharedSecret

        public void deleteSharedSecret​(java.lang.String id)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • getSharedSecret

        public KeyData getSharedSecret​(java.lang.String id)
                                throws java.lang.Exception
        Throws:
        java.lang.Exception
      • deleteConnector

        public void deleteConnector​(java.lang.String host,
                                    java.lang.String port)
                             throws java.lang.Exception
        Throws:
        java.lang.Exception