Package | osid.proxy |
---|---|
Title | Proxy Open Service Interface Definitions |
Version | 3.0.0 |
Description |
The Proxy OSID helps a consumer map external data, such as that received via a server request, into a Proxy that can be used with OSID proxy managers. Then purpose of this OSID is to modularize assumptions made about the input data into another OSID Provider, such as the authentication or localization information. The The input data may be anything acceptable to a Some data is defined in the ExampleAn example using a specifier record for an http request: ProxyCondition condition = proxySession.getProxyCondition(); HttpRequestRecord record = condition.getProxyConditionRecord(httpRequestRecordType); record.setHttpRequest(servletRequest); Proxy proxy = proxySession.getProxy(condition); |