Class AbstractVaultEnvironmentRepository

    • Field Detail

      • request

        protected final org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request
      • defaultKey

        protected String defaultKey
        The key in vault shared by all applications. Defaults to application. Set to empty to disable.
      • profileSeparator

        @NotEmpty
        protected @NotEmpty String profileSeparator
        Vault profile separator. Defaults to comma.
      • order

        protected int order
    • Constructor Detail

      • AbstractVaultEnvironmentRepository

        public AbstractVaultEnvironmentRepository​(org.springframework.beans.factory.ObjectProvider<javax.servlet.http.HttpServletRequest> request,
                                                  EnvironmentWatch watch,
                                                  VaultEnvironmentProperties properties)
    • Method Detail

      • setDefaultKey

        public void setDefaultKey​(String defaultKey)
      • setProfileSeparator

        public void setProfileSeparator​(String profileSeparator)
      • getOrder

        public int getOrder()
        Specified by:
        getOrder in interface org.springframework.core.Ordered
      • setOrder

        public void setOrder​(int order)