Interface AdapterConfiguration

    • Method Detail

      • getJMXPublishInterval

        long getJMXPublishInterval()
      • isUseDirectorUserManager

        boolean isUseDirectorUserManager()
      • getMessageTranslationThatMatches

        MessageTranslation getMessageTranslationThatMatches​(java.lang.String message)
      • getStringConfigValue

        java.lang.String getStringConfigValue​(java.lang.String propertyName,
                                              java.lang.String defaultValue)
      • getBooleanConfigValue

        boolean getBooleanConfigValue​(java.lang.String propertyName,
                                      boolean defaultValue)
      • getLongConfigValue

        long getLongConfigValue​(java.lang.String propertyName,
                                long defaultValue)
      • getIntConfigValue

        int getIntConfigValue​(java.lang.String propertyName,
                              int defaultValue)
      • getListConfigValue

        java.util.List<java.lang.String> getListConfigValue​(java.lang.String propertyName,
                                                            java.util.List<java.lang.String> defaultValue)
      • getPropertiesConfiguration

        org.apache.commons.configuration.PropertiesConfiguration getPropertiesConfiguration()