Class VaultEnvironmentProperties.AppRoleProperties

java.lang.Object
org.springframework.cloud.config.server.environment.VaultEnvironmentProperties.AppRoleProperties
Enclosing class:
VaultEnvironmentProperties

@Validated public static class VaultEnvironmentProperties.AppRoleProperties extends Object
AppRole properties.
Author:
Dylan Roberts, Haroun Pacquee, Scott Frederick
  • Constructor Details

    • AppRoleProperties

      public AppRoleProperties()
  • Method Details

    • getAppRolePath

      public String getAppRolePath()
    • getRole

      public String getRole()
    • getRoleId

      public String getRoleId()
    • getSecretId

      public String getSecretId()
    • setAppRolePath

      public void setAppRolePath(String appRolePath)
    • setRole

      public void setRole(String role)
    • setRoleId

      public void setRoleId(String roleId)
    • setSecretId

      public void setSecretId(String secretId)