Uses of Class
org.oa4mp.server.admin.myproxy.oauth2.tools.OA2CommandLineClient
-
Packages that use OA2CommandLineClient Package Description org.oa4mp.server.admin.myproxy.oauth2.tools -
-
Uses of OA2CommandLineClient in org.oa4mp.server.admin.myproxy.oauth2.tools
Methods in org.oa4mp.server.admin.myproxy.oauth2.tools that return OA2CommandLineClient Modifier and Type Method Description static OA2CommandLineClient
OA2CommandLineClient. getInstance()
Methods in org.oa4mp.server.admin.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 org.oa4mp.server.admin.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)
-