final class IOxSecretStore extends SecretStore
Provides a secret store using IOx SSS (Secure Storage Service)
- Alphabetic
- By Inheritance
- IOxSecretStore
- SecretStore
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- 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
- IOxSecretStore → SecretStore
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- val getAuthenticatedSecret: GetAuthenticatedSecret
A function to obtain a secret using IOx SSS.
A function to obtain a secret using IOx SSS.
- Definition Classes
- IOxSecretStore → SecretStore
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- 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
- IOxSecretStore → SecretStore
- val removeAuthenticatedSecret: RemoveAuthenticatedSecret
A function to remove a secret using IOx SSS.
A function to remove a secret using IOx SSS.
- Definition Classes
- IOxSecretStore → SecretStore
- def secretPath(rawSecret: String): String
- Attributes
- protected[iox]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()