Uses of Interface
org.oa4mp.client.api.ClientLoaderInterface
-
Packages that use ClientLoaderInterface Package Description edu.uiuc.ncsa.myproxy.oa4mp.client.loader edu.uiuc.ncsa.oa4mp.oauth2.client -
-
Uses of ClientLoaderInterface in edu.uiuc.ncsa.myproxy.oa4mp.client.loader
Classes in edu.uiuc.ncsa.myproxy.oa4mp.client.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 edu.uiuc.ncsa.oa4mp.oauth2.client
Classes in edu.uiuc.ncsa.oa4mp.oauth2.client that implement ClientLoaderInterface Modifier and Type Class Description class
OA2ClientLoader<T extends ClientEnvironment>
Created by Jeff Gaynor
on 6/4/13 at 4:34 PM
-