Class VaultProperties.AppRoleProperties

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

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

    • AppRoleProperties

      public AppRoleProperties()
  • Method Details

    • getAppRolePath

      public String getAppRolePath()
    • setAppRolePath

      public void setAppRolePath(String appRolePath)
    • getRole

      public String getRole()
    • setRole

      public void setRole(String role)
    • getRoleId

      @Nullable public String getRoleId()
    • setRoleId

      public void setRoleId(@Nullable String roleId)
    • getSecretId

      @Nullable public String getSecretId()
    • setSecretId

      public void setSecretId(@Nullable String secretId)