Uses of Interface
org.oa4mp.server.api.ServiceEnvironment
-
Packages that use ServiceEnvironment Package Description org.oa4mp.server.admin.oauth2.base org.oa4mp.server.api org.oa4mp.server.api.storage.servlet org.oa4mp.server.loader.oauth2 -
-
Uses of ServiceEnvironment in org.oa4mp.server.admin.oauth2.base
Methods in org.oa4mp.server.admin.oauth2.base that return ServiceEnvironment Modifier and Type Method Description ServiceEnvironment
BaseCommands2. getServiceEnvironment()
-
Uses of ServiceEnvironment in org.oa4mp.server.api
Classes in org.oa4mp.server.api that implement ServiceEnvironment Modifier and Type Class Description class
ServiceEnvironmentImpl
The runtime environment for a service. -
Uses of ServiceEnvironment in org.oa4mp.server.api.storage.servlet
Methods in org.oa4mp.server.api.storage.servlet that return ServiceEnvironment Modifier and Type Method Description static ServiceEnvironment
OA4MPServlet. getServiceEnvironment()
Methods in org.oa4mp.server.api.storage.servlet with parameters of type ServiceEnvironment Modifier and Type Method Description void
AuthenticationUtil. checkUser(ServiceEnvironment serviceEnvironment, String username, String password)
-
Uses of ServiceEnvironment in org.oa4mp.server.loader.oauth2
Classes in org.oa4mp.server.loader.oauth2 that implement ServiceEnvironment Modifier and Type Class Description class
OA2SE
Created by Jeff Gaynor
on 3/27/14 at 4:16 PM
-