Packages

final class IOxSecretStore extends SecretStore

Provides a secret store using IOx SSS (Secure Storage Service)

Linear Supertypes
SecretStore, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IOxSecretStore
  2. SecretStore
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new IOxSecretStore(scheme: String, host: String, port: Int, defaultNamespace: String, authenticationTokenTtl: FiniteDuration, authorizedSecretTtl: FiniteDuration, requestEntityToStrictTimeout: FiniteDuration, tokenAppId: String)(implicit system: ActorSystem)

    scheme

    uri scheme ("http" or "https")

    host

    uri host

    port

    uri port

    defaultNamespace

    a default namespace. If empty, namespace support is disabled.

    authenticationTokenTtl

    How long authentication tokens should live for

    authorizedSecretTtl

    How long secrets should live for

    requestEntityToStrictTimeout

    Timeout for requests

    tokenAppId

    id to validate tokens against. Typically this is the value of CAP_APP_ID

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. val authenticate: Authenticate

    A function to authenticate with IOx SSS (acquire a token).

    A function to authenticate with IOx SSS (acquire a token).

    Definition Classes
    IOxSecretStoreSecretStore
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  10. val getAuthenticatedSecret: GetAuthenticatedSecret

    A function to obtain a secret using IOx SSS.

    A function to obtain a secret using IOx SSS.

    Definition Classes
    IOxSecretStoreSecretStore
  11. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  12. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  14. def namespaceAndSecretPath(defaultNamespace: String, secret: String): (String, String)

    Helper function for implementations to extract namespaces from provided secret paths.

    Helper function for implementations to extract namespaces from provided secret paths.

    Attributes
    protected
    Definition Classes
    SecretStore
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. val putAuthenticatedSecret: PutAuthenticatedSecret

    A function to store a secret using IOx SSS.

    A function to store a secret using IOx SSS. If the server indicates that the secret already exists, we try to delete it and try again.

    Definition Classes
    IOxSecretStoreSecretStore
  19. val removeAuthenticatedSecret: RemoveAuthenticatedSecret

    A function to remove a secret using IOx SSS.

    A function to remove a secret using IOx SSS.

    Definition Classes
    IOxSecretStoreSecretStore
  20. def secretPath(rawSecret: String): String
    Attributes
    protected[iox]
  21. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  24. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  25. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from SecretStore

Inherited from AnyRef

Inherited from Any

Ungrouped