Uses of Class
org.forgerock.secrets.ThreadPoolSecretStore
Package
Description
Provides a unified API for accessing secrets of various kinds.
-
Uses of ThreadPoolSecretStore in org.forgerock.secrets
Modifier and TypeMethodDescriptionstatic <S extends Secret>
ThreadPoolSecretStore<S>ThreadPoolSecretStore.wrap
(SecretStore<S> store) Wraps the given store in an asynchronous thread-pool executor using the systemForkJoinPool.commonPool()
.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.