Uses of Interface
io.datarouter.secret.client.SecretClient.SecretClientSupplier
| Package | Description |
|---|---|
| io.datarouter.secret.client.local | |
| io.datarouter.secret.client.memory | |
| io.datarouter.secret.config |
-
Uses of SecretClient.SecretClientSupplier in io.datarouter.secret.client.local
Classes in io.datarouter.secret.client.local that implement SecretClient.SecretClientSupplier Modifier and Type Class Description classLocalStorageSecretClientSupplier -
Uses of SecretClient.SecretClientSupplier in io.datarouter.secret.client.memory
Classes in io.datarouter.secret.client.memory that implement SecretClient.SecretClientSupplier Modifier and Type Class Description classInjectedDefaultMemorySecretClientSupplierclassMemorySecretClientSupplier -
Uses of SecretClient.SecretClientSupplier in io.datarouter.secret.config
Methods in io.datarouter.secret.config that return types with arguments of type SecretClient.SecretClientSupplier Modifier and Type Method Description java.lang.Class<? extends SecretClient.SecretClientSupplier>SecretClientConfig. getSecretClientSupplierClass()Method parameters in io.datarouter.secret.config with type arguments of type SecretClient.SecretClientSupplier Modifier and Type Method Description static SecretClientConfigSecretClientConfig. allOps(java.lang.String configName, java.lang.Class<? extends SecretClient.SecretClientSupplier> secretClientClass)static SecretClientConfigSecretClientConfig. readOnly(java.lang.String configName, java.lang.Class<? extends SecretClient.SecretClientSupplier> secretClientClass)static SecretClientConfigSecretClientConfig. readOnlyWithNames(java.lang.String configName, java.lang.Class<? extends SecretClient.SecretClientSupplier> secretClientClass, java.util.Set<java.lang.String> secretNames)