Interface EncryptableEnvironment

  • All Superinterfaces:
    org.springframework.core.env.ConfigurableEnvironment, org.springframework.core.env.ConfigurablePropertyResolver, org.springframework.core.env.Environment, org.springframework.core.env.PropertyResolver
    All Known Implementing Classes:
    StandardEncryptableEnvironment, StandardEncryptableServletEnvironment

    public interface EncryptableEnvironment
    extends org.springframework.core.env.ConfigurableEnvironment

    EncryptableEnvironment interface.

    Version:
    $Id: $Id
    Author:
    Sergio.U.Bocchio
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.springframework.core.env.MutablePropertySources getOriginalPropertySources()
      getOriginalPropertySources.
      void setEncryptablePropertySources​(org.springframework.core.env.MutablePropertySources propertySources)
      setEncryptablePropertySources.
      • Methods inherited from interface org.springframework.core.env.ConfigurableEnvironment

        addActiveProfile, getPropertySources, getSystemEnvironment, getSystemProperties, merge, setActiveProfiles, setDefaultProfiles
      • Methods inherited from interface org.springframework.core.env.ConfigurablePropertyResolver

        getConversionService, setConversionService, setIgnoreUnresolvableNestedPlaceholders, setPlaceholderPrefix, setPlaceholderSuffix, setRequiredProperties, setValueSeparator, validateRequiredProperties
      • Methods inherited from interface org.springframework.core.env.Environment

        acceptsProfiles, acceptsProfiles, getActiveProfiles, getDefaultProfiles
      • Methods inherited from interface org.springframework.core.env.PropertyResolver

        containsProperty, getProperty, getProperty, getProperty, getProperty, getRequiredProperty, getRequiredProperty, resolvePlaceholders, resolveRequiredPlaceholders
    • Method Detail

      • getOriginalPropertySources

        org.springframework.core.env.MutablePropertySources getOriginalPropertySources()

        getOriginalPropertySources.

        Returns:
        a MutablePropertySources object
      • setEncryptablePropertySources

        void setEncryptablePropertySources​(org.springframework.core.env.MutablePropertySources propertySources)

        setEncryptablePropertySources.

        Parameters:
        propertySources - a MutablePropertySources object