Uses of Class
org.oa4mp.server.admin.tools.oauth2.myproxy.OA2CommandLineClient
-
Packages that use OA2CommandLineClient Package Description edu.uiuc.ncsa.myproxy.oauth2.tools -
-
Uses of OA2CommandLineClient in edu.uiuc.ncsa.myproxy.oauth2.tools
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools that return OA2CommandLineClient Modifier and Type Method Description static OA2CommandLineClient
OA2CommandLineClient. getInstance()
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type OA2CommandLineClient Modifier and Type Method Description protected void
OA2CommandLineClient. runnit(String[] args, OA2CommandLineClient clc)
Does all the actual work of running this once it gets the right command line client instance.static void
OA2CommandLineClient. setInstance(OA2CommandLineClient instance)
Constructors in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type OA2CommandLineClient Constructor Description OA2CLCCommands(boolean silentMode, edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, OA2CommandLineClient oa2CommandLineClient)
OA2CLCCommands(edu.uiuc.ncsa.security.core.util.MyLoggingFacade logger, OA2CommandLineClient oa2CommandLineClient)
-