Uses of Interface
io.datarouter.secret.client.local.LocalStorageConfig
| Package | Description |
|---|---|
| io.datarouter.secret.client.local | |
| io.datarouter.secret.config |
-
Uses of LocalStorageConfig in io.datarouter.secret.client.local
Classes in io.datarouter.secret.client.local that implement LocalStorageConfig Modifier and Type Class Description static classLocalStorageConfig.DefaultLocalStorageConfigConstructors in io.datarouter.secret.client.local with parameters of type LocalStorageConfig Constructor Description LocalStorageSecretClient(LocalStorageConfig config)LocalStorageSecretClientSupplier(LocalStorageConfig config) -
Uses of LocalStorageConfig in io.datarouter.secret.config
Method parameters in io.datarouter.secret.config with type arguments of type LocalStorageConfig Modifier and Type Method Description TDatarouterSecretPlugin.DatarouterSecretPluginBuilder. setLocalStorageConfig(java.lang.Class<? extends LocalStorageConfig> localStorageConfig)