-
Method Summary
Get a configured secret provider managed by this manager by name
-
Method Details
-
-
getProviders
- Returns:
- all the configured secret providers managed by this manager. never null.
-
getProvider
Get a configured secret provider managed by this manager by name
- Parameters:
name
- the name of the secret provider to get. must not be null.
- Returns:
- an
Optional
containing the SecretProvider
with the given name, or an empty Optional
if no SecretProvider exists with the given name. never null.
- Throws:
NullPointerException
- if the given name argument is null