final class ConfigSecretStore extends SecretStore
Provides a secret store using Typesafe Config. Paths for secrets
are located within a config-secret-store
root config.
- Annotations
- @SuppressWarnings()
- Alphabetic
- By Inheritance
- ConfigSecretStore
- SecretStore
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new ConfigSecretStore(config: Config, defaultNamespace: String = "default")
- config
the Typesafe config object to use.
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 required to authenticate with the configuration.
A function required to authenticate with the configuration.
- Definition Classes
- ConfigSecretStore → 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.
A function to obtain a secret. Path separators are expected as
.
and paths are prepended withconfig-secret-store
.- Definition Classes
- ConfigSecretStore → 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.
A function to store a secret.
- Definition Classes
- ConfigSecretStore → SecretStore
- val removeAuthenticatedSecret: RemoveAuthenticatedSecret
A function to remove a stored secret.
A function to remove a stored secret.
- Definition Classes
- ConfigSecretStore → SecretStore
- 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()