OSID Logo
OSID Specifications
proxy package
Version 3.0.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.Proxyproxyproxy
Returnosid.proxy.ProxySessiona ProxySession
ErrorsNULL_ARGUMENTproxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsProxy() is false
ComplianceoptionalThis method must be implemented if supportsProxy() is true .