Uses of Interface
org.oa4mp.client.api.ClientLoaderInterface
-
Packages that use ClientLoaderInterface Package Description org.oa4mp.client.api.loader org.oa4mp.client.loader org.oa4mp.server.qdl.clc -
-
Uses of ClientLoaderInterface in org.oa4mp.client.api.loader
Classes in org.oa4mp.client.api.loader that implement ClientLoaderInterface Modifier and Type Class Description class
AbstractClientLoader<T extends ClientEnvironment>
Top-level class for client loader that creates asset store and controls which classes are instantiated for the client. -
Uses of ClientLoaderInterface in org.oa4mp.client.loader
Classes in org.oa4mp.client.loader that implement ClientLoaderInterface Modifier and Type Class Description class
OA2ClientLoader<T extends ClientEnvironment>
Created by Jeff Gaynor
on 6/4/13 at 4:34 PMclass
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. -
Uses of ClientLoaderInterface in org.oa4mp.server.qdl.clc
Classes in org.oa4mp.server.qdl.clc that implement ClientLoaderInterface Modifier and Type Class Description class
QDLConfigLoader<T extends OA2ClientEnvironment>
Created by Jeff Gaynor
on 12/19/23 at 3:35 PM
-