Interface GoogleSecretManagerSecretStoreProvider.GoogleSecretStoreTransformer

Enclosing interface:
GoogleSecretManagerSecretStoreProvider

public static interface GoogleSecretManagerSecretStoreProvider.GoogleSecretStoreTransformer
Custom transformers that can be implemented and loaded with a service loader to customise how the GSM secret store is built.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Transforms the input builder by potentially modifying its configuration, before returning the builder.
  • Method Details

    • transform

      void transform(GoogleSecretManagerSecretStore.Builder builder)
      Transforms the input builder by potentially modifying its configuration, before returning the builder.
      Parameters:
      builder - the builder to transform