Class ConfigLoaderTool
- java.lang.Object
-
- org.oa4mp.server.admin.myproxy.oauth2.tools.ConfigLoaderTool
-
public class ConfigLoaderTool extends Object
Wraps what used to be method inConfigurableCommandsImpl
that needed to be generalized.Created by Jeff Gaynor
on 12/21/23 at 10:51 AM
-
-
Constructor Summary
Constructors Constructor Description ConfigLoaderTool()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment>
figureOutClientLoader(String fileName, String configName, String componentName)
edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends edu.uiuc.ncsa.security.core.util.AbstractEnvironment>
figureOutServerLoader(String fileName, String configName, String componentName)
-