protected <T extends Secret> void |
SecretsProvider.setActiveStore(SecretStore<? super T> store,
Purpose<? extends T> purpose) |
Sets the active store to use for the given purpose.
|
<T extends Secret> SecretsProvider |
SecretsProvider.setActiveStore(SecretStore<? super T> store,
Purpose<? extends T>... purposes) |
Sets the active store to use for the given purpose.
|
SecretsProvider |
SecretsProvider.setDefaultStores(SecretStore<?> activeStore,
SecretStore<?>... defaultStores) |
Sets the default store(s) to use if there is no specific store configured for a particular purpose.
|
static <S extends Secret> ThreadPoolSecretStore<S> |
ThreadPoolSecretStore.wrap(SecretStore<S> store) |
|
static <S extends Secret> ThreadPoolSecretStore<S> |
ThreadPoolSecretStore.wrap(SecretStore<S> store,
ExecutorService executor) |
Wraps the given store in an asynchronous thread-pool executor using the given thread pool.
|