Package | Description |
---|---|
org.forgerock.secrets |
Provides a unified API for accessing secrets of various kinds.
|
Modifier and Type | Method and Description |
---|---|
static <S extends Secret> |
ThreadPoolSecretStore.wrap(SecretStore<S> store)
Wraps the given store in an asynchronous thread-pool executor using the system
ForkJoinPool.commonPool() . |
static <S extends Secret> |
ThreadPoolSecretStore.wrap(SecretStore<S> store,
ExecutorService executor)
Wraps the given store in an asynchronous thread-pool executor using the given thread pool.
|
Copyright © 2010-2018, ForgeRock All Rights Reserved.