Interface TPSConnectorResource

Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

public interface TPSConnectorResource
Author:
Ade Lee
  • Method Details

    • findConnectors

      Response findConnectors(String host, String port, Integer start, Integer size)
    • getConnector

      Response getConnector(String id)
    • createConnector

      Response createConnector(String host, String port)
    • modifyConnector

      Response modifyConnector(String id, TPSConnectorData data)
    • deleteConnector

      Response deleteConnector(String id)
    • createSharedSecret

      Response createSharedSecret(String id)
    • replaceSharedSecret

      Response replaceSharedSecret(String id)
    • deleteSharedSecret

      Response deleteSharedSecret(String id)
    • deleteConnector

      Response deleteConnector(String host, String port)
    • getSharedSecret

      Response getSharedSecret(String id)