Annotation Type ConjurValues


  • @Documented
    @Retention(RUNTIME)
    @Target(FIELD)
    public @interface ConjurValues
    The @ConjurValues annotation is a Conjur native annotation intended for new Spring Boot applications. Injecting the annotation into your Spring Boot code allows you to retrieve multiple secrets from the Conjur Vault by passing the complete path to multiple keys in comma separated format.
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      String[] keys
      Indicates the complete path for multiple keys.
    • Element Detail

      • keys

        String[] keys
        Indicates the complete path for multiple keys.
        Returns:
        - An array of keys.