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.

@FunctionalInterface public interface SecretRegistrar
Interface to be implemented by types that register RequestedSecret instances with an SecretsRegistry.
Since:
4.1
Author:
Mark Paluch
  • Method Details

    • registerSecret

      void registerSecret(SecretsRegistry registry)
      Callback method for registering this registrar with an SecretsRegistry.
      Parameters:
      registry - the registry that accepts RequestedSecrets.