Skip navigation links

Oracle® WebLogic Server Web Clipping Transport API Reference
11g Release 1 (11.1.1)

E14346-01


Oracle WebLogic Server Web Clipping Transport API Reference

To support custom authentication methods, users can extend the Web Clipping Transport API with new authentication capabilities.

See:
          Description

Packages
oracle.portal.wcs  
oracle.portal.wcs.common  
oracle.portal.wcs.exmsgs  
oracle.portal.wcs.session  
oracle.portal.wcs.session.http  
oracle.portal.wcs.transport  
oracle.portal.wcs.transport.http  

 

To support custom authentication methods, users can extend the Web Clipping Transport API with new authentication capabilities. The API is embodied in the oracle.portal.wcs.transport.http.HttpTransportLiaison interface, which is used to abstract the HTTP transport layer, and is manifested during Producer show mode and Web Clipping Studio.

The process of adding support for more authentication methods starts with the overriding of the addRequestHeaders methods for both the Studio and Provider HttpClientTransportLiaison implementations to add their own authentication-specific headers.

More details about how to use the API can be found in the documentation for the package oracle.portal.wcs.transport.http and the class HttpClientStudioTransportLiaison.


Skip navigation links

Oracle® WebLogic Server Web Clipping Transport API Reference
11g Release 1 (11.1.1)

E14346-01


Copyright © 2003, 2009, Oracle Corporation. All Rights Reserved