OSID Logo
OSID Specifications
proxy package
Version 3.0.0
Release Candidate Preview
Interfaceosid.proxy.ProxyProxyManager
Implementsosid.OsidProxyManager
osid.proxy.ProxyProfile
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_ARGUMENT proxy is null
OPERATION_FAILEDunable to complete request
UNIMPLEMENTED supportsProxy() is false
ComplianceoptionalThis method must be implemented if supportsProxy() is true.