Uses of Class
org.oa4mp.client.loader.OA2ClientEnvironment
-
Packages that use OA2ClientEnvironment Package Description edu.uiuc.ncsa.myproxy.oauth2.tools edu.uiuc.ncsa.oa4mp.oauth2.client -
-
Uses of OA2ClientEnvironment in edu.uiuc.ncsa.myproxy.oauth2.tools
Fields in edu.uiuc.ncsa.myproxy.oauth2.tools declared as OA2ClientEnvironment Modifier and Type Field Description protected OA2ClientEnvironment
OA2CLCCommands. ce
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools that return OA2ClientEnvironment Modifier and Type Method Description OA2ClientEnvironment
OA2CLCCommands. getCe()
Methods in edu.uiuc.ncsa.myproxy.oauth2.tools with parameters of type OA2ClientEnvironment Modifier and Type Method Description void
OA2CLCCommands. setCe(OA2ClientEnvironment ce)
-
Uses of OA2ClientEnvironment in edu.uiuc.ncsa.oa4mp.oauth2.client
Methods in edu.uiuc.ncsa.oa4mp.oauth2.client that return OA2ClientEnvironment Modifier and Type Method Description static OA2ClientEnvironment
OA2ClientEnvironmentUtil. load(File configFile)
For the case that the configuration file has a single configuration in it.static OA2ClientEnvironment
OA2ClientEnvironmentUtil. load(File configFile, String configName)
-