Interface SecretRegistrar
- All Known Implementing Classes:
ManagedSecret
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Interface to be implemented by types that register
RequestedSecret instances with an
SecretsRegistry.- Since:
- 4.1
- Author:
- Mark Paluch
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterSecret(SecretsRegistry registry) Callback method for registering this registrar with anSecretsRegistry.
-
Method Details
-
registerSecret
Callback method for registering this registrar with anSecretsRegistry.- Parameters:
registry- the registry that acceptsRequestedSecrets.
-