Interface SecretBackendMetadata

    • Method Detail

      • getName

        String getName()
        Return a readable name of this secret backend.
        Returns:
        the name of this secret backend.
      • getPath

        String getPath()
        Return the path of this secret backend.
        Returns:
        the path of this secret backend.
        Since:
        1.1
      • getPropertyTransformer

        org.springframework.vault.core.util.PropertyTransformer getPropertyTransformer()
        Return a PropertyTransformer to post-process properties retrieved from Vault.
        Returns:
        the property transformer.
        See Also:
        PropertyTransformers
      • getVariables

        Map<String,​String> getVariables()
        Returns:
        the URL template variables. URI variables should declare either backend and key or path properties.