OSID Logo
OSID Specifications
proxy package
Version 3.0.0
Interfaceosid.proxy.ProxyManager
Implementsosid.OsidManager
osid.proxy.ProxyProfile
Used Byosid.orchestration.OrchestrationManager
Description

The proxy manager provides access to proxy sessions and provides interoperability tests for various aspects of this service. The sessions included in this manager are:

  • ProxySession : a session to acquire proxy interfaces
MethodgetProxySession
Description

Gets a ProxySession which is responsible for acquiring authentication credentials on behalf of a service client.

Returnosid.proxy.ProxySessiona proxy session for this service
ErrorsOPERATION_FAILEDunable to complete request
UNIMPLEMENTEDsupportsProxy() is false
ComplianceoptionalThis method must be implemented if supportsProxy() is true .