Uses of Interface
io.datarouter.secret.client.SecretClient
| Package | Description |
|---|---|
| io.datarouter.secret.client | |
| io.datarouter.secret.client.local | |
| io.datarouter.secret.client.memory |
-
Uses of SecretClient in io.datarouter.secret.client
Constructors in io.datarouter.secret.client with parameters of type SecretClient Constructor Description CreateOp(SecretClient secretClient)DeleteOp(SecretClient secretClient)ListNamesOp(SecretClient secretClient)PutOp(SecretClient secretClient)ReadOp(SecretClient secretClient)UpdateOp(SecretClient secretClient) -
Uses of SecretClient in io.datarouter.secret.client.local
Classes in io.datarouter.secret.client.local that implement SecretClient Modifier and Type Class Description classLocalStorageSecretClientThis is an implementation ofSecretClientthat stores allSecrets in a local plaintext properties file.Methods in io.datarouter.secret.client.local that return SecretClient Modifier and Type Method Description SecretClientLocalStorageSecretClientSupplier. get() -
Uses of SecretClient in io.datarouter.secret.client.memory
Classes in io.datarouter.secret.client.memory that implement SecretClient Modifier and Type Class Description classMemorySecretClientMethods in io.datarouter.secret.client.memory that return SecretClient Modifier and Type Method Description SecretClientInjectedDefaultMemorySecretClientSupplier. get()SecretClientMemorySecretClientSupplier. get()