Package

it.agilelab.bigdata.nifi.client

core

Permalink

package core

Visibility
  1. Public
  2. All

Type Members

  1. sealed case class ApiKeyCredentials(key: ApiKeyValue, keyName: String, location: ApiKeyLocation) extends Credentials with Product with Serializable

    Permalink
  2. sealed trait ApiKeyLocation extends AnyRef

    Permalink
  3. sealed case class ApiKeyValue(value: String) extends Product with Serializable

    Permalink
  4. trait ApiModel extends AnyRef

    Permalink

    This trait needs to be added to any model defined by the api.

  5. sealed case class BasicCredentials(user: String, password: String) extends Credentials with Product with Serializable

    Permalink
  6. sealed case class BearerToken(token: String) extends Credentials with Product with Serializable

    Permalink
  7. sealed trait Credentials extends AnyRef

    Permalink

    Single trait defining a credential that can be transformed to a paramName / paramValue tupple

  8. class HttpException extends Exception

    Permalink
  9. class SttpSerializer extends SttpJson4sApi

    Permalink

Value Members

  1. object ApiInvoker

    Permalink
  2. object ApiKeyLocations

    Permalink
  3. object Helpers

    Permalink
  4. object Serializers

    Permalink
  5. object alias

    Permalink

    Sttp type aliases

Ungrouped