Uses of Class
org.oa4mp.client.api.ClientEnvironment
-
Packages that use ClientEnvironment Package Description org.oa4mp.client.api org.oa4mp.client.api.loader org.oa4mp.client.api.servlet org.oa4mp.client.loader org.oa4mp.server.loader.oauth2.proxy -
-
Uses of ClientEnvironment in org.oa4mp.client.api
Classes in org.oa4mp.client.api with type parameters of type ClientEnvironment Modifier and Type Interface Description interface
ClientLoaderInterface<T extends ClientEnvironment>
An interface ensuring that loaders have a service provider.Methods in org.oa4mp.client.api that return ClientEnvironment Modifier and Type Method Description ClientEnvironment
AbstractOA4MPService. getEnvironment()
Constructors in org.oa4mp.client.api with parameters of type ClientEnvironment Constructor Description AbstractOA4MPService(ClientEnvironment environment)
OA4MPService(ClientEnvironment environment)
Basic constructor for this service. -
Uses of ClientEnvironment in org.oa4mp.client.api.loader
Classes in org.oa4mp.client.api.loader with type parameters of type ClientEnvironment 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 ClientEnvironment in org.oa4mp.client.api.servlet
Methods in org.oa4mp.client.api.servlet that return ClientEnvironment Modifier and Type Method Description ClientEnvironment
ClientServlet. getCE()
Convenience for client servlets. -
Uses of ClientEnvironment in org.oa4mp.client.loader
Classes in org.oa4mp.client.loader with type parameters of type ClientEnvironment Modifier and Type Class Description class
OA2ClientLoader<T extends ClientEnvironment>
Created by Jeff Gaynor
on 6/4/13 at 4:34 PMSubclasses of ClientEnvironment in org.oa4mp.client.loader Modifier and Type Class Description class
OA2ClientEnvironment
Created by Jeff Gaynor
on 11/25/13 at 4:23 PMFields in org.oa4mp.client.loader declared as ClientEnvironment Modifier and Type Field Description protected ClientEnvironment
OA2MPServiceProvider. oa2ClientEnvironment
Constructors in org.oa4mp.client.loader with parameters of type ClientEnvironment Constructor Description OA2MPService(ClientEnvironment environment)
OA2MPServiceProvider(ClientEnvironment oa2ClientEnvironment)
-
Uses of ClientEnvironment in org.oa4mp.server.loader.oauth2.proxy
Fields in org.oa4mp.server.loader.oauth2.proxy declared as ClientEnvironment Modifier and Type Field Description protected ClientEnvironment
ProxyClient. ce
Methods in org.oa4mp.server.loader.oauth2.proxy that return ClientEnvironment Modifier and Type Method Description ClientEnvironment
ProxyClient. getCe()
Methods in org.oa4mp.server.loader.oauth2.proxy with parameters of type ClientEnvironment Modifier and Type Method Description void
ProxyClient. setCe(ClientEnvironment ce)
-