Annotation Interface VaultPath


@Retention(RUNTIME) @Target({FIELD,PARAMETER}) public @interface VaultPath
Customize the mount path of a secrets engine.

This annotation is optional, by default the default path of the engine/auth method is used.

  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static class 
    Utility to obtain VaultPath instances.
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Custom mount path.
  • Element Details

    • value

      String value
      Custom mount path.
      Returns:
      path