Uses of Interface
org.oa4mp.server.api.ServiceEnvironment
-
Packages that use ServiceEnvironment Package Description edu.uiuc.ncsa.myproxy.oa4mp.oauth2 edu.uiuc.ncsa.myproxy.oa4mp.server edu.uiuc.ncsa.myproxy.oa4mp.server.servlet edu.uiuc.ncsa.myproxy.oauth2.base -
-
Uses of ServiceEnvironment in edu.uiuc.ncsa.myproxy.oa4mp.oauth2
Classes in edu.uiuc.ncsa.myproxy.oa4mp.oauth2 that implement ServiceEnvironment Modifier and Type Class Description class
OA2SE
Created by Jeff Gaynor
on 3/27/14 at 4:16 PM -
Uses of ServiceEnvironment in edu.uiuc.ncsa.myproxy.oa4mp.server
Classes in edu.uiuc.ncsa.myproxy.oa4mp.server that implement ServiceEnvironment Modifier and Type Class Description class
ServiceEnvironmentImpl
The runtime environment for a service. -
Uses of ServiceEnvironment in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet
Methods in edu.uiuc.ncsa.myproxy.oa4mp.server.servlet that return ServiceEnvironment Modifier and Type Method Description static ServiceEnvironment
MyProxyDelegationServlet. getServiceEnvironment()
-
Uses of ServiceEnvironment in edu.uiuc.ncsa.myproxy.oauth2.base
Methods in edu.uiuc.ncsa.myproxy.oauth2.base that return ServiceEnvironment Modifier and Type Method Description ServiceEnvironment
BaseCommands. getServiceEnvironment()
-