OSID Logo
OSID Specifications
proxy package
Version 3.1.0
Interfaceosid.proxy.ProxyProxyManager
Implementsosid.OsidProxyManager
osid.proxy.ProxyProfile
Used Byosid.orchestration.OrchestrationManager
Description

The proxy proxy manager provides access to proxy sessions and provides interoperability tests for various aspects of this service. Methods in this manager support the passing of a Proxy. The sessions included in this manager are:

  • ProxySession: a session to acquire proxies
MethodgetProxySession
Description

Gets the OsidSession associated with the ProxySession using the supplied Proxy.

Parametersosid.proxy.Proxyproxy proxy
Returnosid.proxy.ProxySession a ProxySession
ErrorsNULL_ARGUMENT proxy is null
OPERATION_FAILED unable to complete request
UNIMPLEMENTED supportsProxy() is false
Complianceoptional This method must be implemented if supportsProxy() is true.