Class VaultProperties.GithubProperties

java.lang.Object
org.springframework.cloud.vault.config.VaultProperties.GithubProperties
Enclosing class:
VaultProperties

public static class VaultProperties.GithubProperties extends Object
GitHub properties.
Since:
5.0
Author:
Spencer Gibb, Mark Paluch, Kevin Holditch, Michal Budzyn, Grenville Wilson, MÃ¥rten Svantesson
  • Constructor Details

    • GithubProperties

      public GithubProperties()
  • Method Details

    • getGithubPath

      public String getGithubPath()
    • setGithubPath

      public void setGithubPath(String githubPath)
    • getToken

      @Nullable public String getToken()
    • setToken

      public void setToken(String token)