Class ConfigLoaderTool


  • public class ConfigLoaderTool
    extends Object
    Wraps what used to be method in ConfigurableCommandsImpl that needed to be generalized.

    Created by Jeff Gaynor
    on 12/21/23 at 10:51 AM

    • Constructor Detail

      • ConfigLoaderTool

        public ConfigLoaderTool()
    • Method Detail

      • figureOutClientLoader

        public edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> figureOutClientLoader​(String fileName,
                                                                                                                                                          String configName,
                                                                                                                                                          String componentName)
                                                                                                                                                   throws Throwable
        Throws:
        Throwable
      • figureOutServerLoader

        public edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment> figureOutServerLoader​(String fileName,
                                                                                                                                                          String configName,
                                                                                                                                                          String componentName)
                                                                                                                                                   throws Throwable
        Throws:
        Throwable