Interface EndpointKeys

  • All Known Implementing Classes:
    EndpointKeysImpl

    public interface EndpointKeys
    An instance of this class provides access to all the operations defined in EndpointKeys.
    • Method Detail

      • getKeysAsync

        rx.Observable<EndpointKeysDTO> getKeysAsync()
        Gets endpoint keys for an endpoint.
        Returns:
        the observable to the EndpointKeysDTO object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation
      • refreshKeysAsync

        rx.Observable<EndpointKeysDTO> refreshKeysAsync​(String keyType)
        Re-generates an endpoint key.
        Parameters:
        keyType - Type of Key.
        Returns:
        the observable to the EndpointKeysDTO object
        Throws:
        IllegalArgumentException - thrown if parameters fail the validation