Interface BaseSecretStoreProvider

    • Method Detail

      • id

        String id()
        Get an identifier for this secret store provider. This could be implemented by overriding in an annotated configuration interface using the Id annotation, but could equally be given a unique identifier if the implementation is not config-based.
        Returns:
        The identifier.