-
Method Summary
Static Methods
Provides the ability to have a unique
TlsManager
per unique
Config
instance provided.
-
Method Details
-
getOrCreate
Provides the ability to have a unique
TlsManager
per unique
Config
instance provided.
- Type Parameters:
T
- the type of the config bean
- Parameters:
configBean
- the config bean instance
creator
- the creator to apply if not already in cache, which takes the config bean instance
- Returns:
- the tls manager instance from cache, defaulting to creation from the
creator
if not in cache