Class JdbcAccessSecurityConfig

java.lang.Object
org.apache.druid.server.initialization.JdbcAccessSecurityConfig

public class JdbcAccessSecurityConfig extends Object
A config class that applies to all JDBC connections to other databases.
See Also:
  • Constructor Details

    • JdbcAccessSecurityConfig

      public JdbcAccessSecurityConfig()
  • Method Details

    • getSystemPropertyPrefixes

      public Set<String> getSystemPropertyPrefixes()
    • getAllowedProperties

      public Set<String> getAllowedProperties()
    • isAllowUnknownJdbcUrlFormat

      public boolean isAllowUnknownJdbcUrlFormat()
    • isEnforceAllowedProperties

      public boolean isEnforceAllowedProperties()