Class CLIApprover
- java.lang.Object
-
- edu.uiuc.ncsa.security.util.cli.CLITool2
-
- org.oa4mp.server.api.util.AbstractCLIApprover
-
- org.oa4mp.server.admin.oauth2.base.CLIApprover
-
- All Implemented Interfaces:
edu.uiuc.ncsa.security.core.Logable
public class CLIApprover extends org.oa4mp.server.api.util.AbstractCLIApproverCreated by Jeff Gaynor
on 3/27/12 at 3:45 PM
-
-
Field Summary
-
Fields inherited from class org.oa4mp.server.api.util.AbstractCLIApprover
ANONYMOUS, ID_DELIMITER, POLLING_DIRECTORY, POLLING_INTERVAL, TEMP_FILE_PREFIX, TEMP_FILE_SUFFIX
-
Fields inherited from class edu.uiuc.ncsa.security.util.cli.CLITool2
CONFIG_FILE_LONG_OPTION, CONFIG_FILE_OPTION, CONFIG_NAME_ACTION, CONFIG_NAME_LONG_OPTION, CONFIG_NAME_OPTION, DEBUG_LONG_OPTION, DEBUG_OPTION, DEFAULT_LOG_FILE, HELP_LONG_OPTION, HELP_OPTION, LOG_FILE_LONG_OPTION, LOG_FILE_OPTION, NO_ACTION, VERBOSE_LONG_OPTION, VERBOSE_OPTION
-
-
Constructor Summary
Constructors Constructor Description CLIApprover()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends org.oa4mp.server.api.ServiceEnvironmentImpl>getLoader()static voidmain(String[] args)-
Methods inherited from class org.oa4mp.server.api.util.AbstractCLIApprover
doIt, formatClient, getComponentName, help
-
Methods inherited from class edu.uiuc.ncsa.security.util.cli.CLITool2
debug, defaultHelp, error, error, getBufferedReader, getConfigFile, getConfigName, getConfigurationNode, getEnvironment, getInputLine, getIoInterface, getLogfileName, getMyLogger, getOptions, hasConfigFile, hasConfigName, info, initialize, isDebugOn, isVerbose, readline, run, run, say, say2, sayv, setBufferedReader, setConfigFile, setConfigName, setConfigurationNode, setDebugOn, setEnvironment, setInputLine, setIoInterface, setLogfileName, setMyLogger, setVerbose, warn
-
-
-
-
Method Detail
-
getLoader
public edu.uiuc.ncsa.security.core.util.ConfigurationLoader<? extends org.oa4mp.server.api.ServiceEnvironmentImpl> getLoader()
- Specified by:
getLoaderin classedu.uiuc.ncsa.security.util.cli.CLITool2
-
main
public static void main(String[] args)
-
-