Uses of Interface
org.oa4mp.server.api.ServiceEnvironment
-
Packages that use ServiceEnvironment Package Description org.oa4mp.server.api org.oa4mp.server.api.storage.servlet -
-
Uses of ServiceEnvironment in org.oa4mp.server.api
Classes in org.oa4mp.server.api that implement ServiceEnvironment Modifier and Type Class Description classServiceEnvironmentImplThe 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 ServiceEnvironmentOA4MPServlet. getServiceEnvironment()Methods in org.oa4mp.server.api.storage.servlet with parameters of type ServiceEnvironment Modifier and Type Method Description voidAuthenticationUtil. checkUser(ServiceEnvironment serviceEnvironment, String username, String password)
-