Class VaultEnvironmentProperties.GcpCredentials

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

public static class VaultEnvironmentProperties.GcpCredentials extends Object
GCP credential properties.
Author:
Dylan Roberts, Haroun Pacquee, Scott Frederick
  • Constructor Details

    • GcpCredentials

      public GcpCredentials()
  • Method Details

    • getLocation

      public org.springframework.core.io.Resource getLocation()
    • getEncodedKey

      public String getEncodedKey()
    • setLocation

      public void setLocation(org.springframework.core.io.Resource location)
    • setEncodedKey

      public void setEncodedKey(String encodedKey)