Interface SecretCallbackHandler
- All Known Implementing Classes:
AbstractSecretCallbackHandler,HardCodedSecretCallbackHandler,JBossEncryptionSecretCallbackHandler,JlineSecretCallbackHandler,JMXSecretCallbackHandler,SecretManagerSecretCallbackHandler,SharedSecretCallbackHandler
public interface SecretCallbackHandler
Get the required secrets needed from varies secret providers
-
Method Summary
Modifier and TypeMethodDescriptionvoidhandle(SecretCallback[] secretCallbacks) Retrieve the secrets requested in the provided SecretCallbacks.
-
Method Details
-
handle
Retrieve the secrets requested in the provided SecretCallbacks.- Parameters:
secretCallbacks- secretCallbacks
-