Interface EnvironmentProperties


  • public interface EnvironmentProperties
    Environment properties set by PDP configuration parsers (before or during PDP instantiation) for later use by PDP extensions.
    • Method Detail

      • replacePlaceholders

        String replacePlaceholders​(String input)
        Replaces placeholders in the form of ${PROPERTY_NAME} with the corresponding property value. Implementations must support the enum constant of EnvironmentPropertyName for which Enum.name() is used as PROPERTY_NAME for replacement.
        Parameters:
        input - string possibly containing property placeholders ${...}
        Returns:
        string with all properties replaced