Uses of Class
org.oa4mp.client.loader.OA2ClientEnvironment
-
Packages that use OA2ClientEnvironment Package Description org.oa4mp.client.loader org.oa4mp.server.admin.oauth2.tools org.oa4mp.server.qdl org.oa4mp.server.qdl.clc -
-
Uses of OA2ClientEnvironment in org.oa4mp.client.loader
Classes in org.oa4mp.client.loader with type parameters of type OA2ClientEnvironment Modifier and Type Class Description class
OA2ClientLoaderImpl<T extends OA2ClientEnvironment>
Refactoring of the client that has a lot of OAuth 1.0a cruft that just needs to go away, as well as a lot of code that should be centralized.class
XMLClientLoader<T extends OA2ClientEnvironment>
Facade for the old loader so that it acts like the new loader.Methods in org.oa4mp.client.loader 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)
-
Uses of OA2ClientEnvironment in org.oa4mp.server.admin.oauth2.tools
Fields in org.oa4mp.server.admin.oauth2.tools declared as OA2ClientEnvironment Modifier and Type Field Description protected OA2ClientEnvironment
OA2CLCCommands. ce
Methods in org.oa4mp.server.admin.oauth2.tools that return OA2ClientEnvironment Modifier and Type Method Description OA2ClientEnvironment
OA2CLCCommands. getCe()
Methods in org.oa4mp.server.admin.oauth2.tools with parameters of type OA2ClientEnvironment Modifier and Type Method Description void
OA2CLCCommands. setCe(OA2ClientEnvironment ce)
-
Uses of OA2ClientEnvironment in org.oa4mp.server.qdl
Methods in org.oa4mp.server.qdl that return OA2ClientEnvironment Modifier and Type Method Description protected OA2ClientEnvironment
CLC.InitMethod. createEnvironment(org.qdl_lang.variables.QDLStem ini, String name)
-
Uses of OA2ClientEnvironment in org.oa4mp.server.qdl.clc
Classes in org.oa4mp.server.qdl.clc with type parameters of type OA2ClientEnvironment Modifier and Type Class Description class
QDLConfigLoader<T extends OA2ClientEnvironment>
Created by Jeff Gaynor
on 12/19/23 at 3:35 PM
-