Uses of Class
org.forgerock.secrets.ThreadPoolSecretStore
- 
Packages that use ThreadPoolSecretStore Package Description org.forgerock.secrets Provides a unified API for accessing secrets of various kinds. - 
- 
Uses of ThreadPoolSecretStore in org.forgerock.secrets
Methods in org.forgerock.secrets that return ThreadPoolSecretStore Modifier and Type Method Description static <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. 
 -