Interface LookupValueProvider

    • Method Detail

      • isHealthy

        default boolean isHealthy()
        Check Lookup Value Provider health
        Returns:
        Health flag
      • lookup

        java.lang.String lookup​(java.lang.String key,
                                boolean password)
                         throws java.lang.Exception
        Lookup an external value by key.
        Parameters:
        key - The key to find
        password - Whether it is used for a password property.
        Returns:
        The value found
        Throws:
        java.lang.Exception - when the lookup cannot be performed or the provider cannot provide a value, e.g. when a secret is requested for a non password field.