Oracle9iAS Portal Developer Kit

Proxy settings API package

Oracle Portal proxy setting APIs are in the package wwctx_api_proxy.

Proxy settings are used for URL connections from the Portal middle tier and the database tier. For proxy settings to be used by the middle tier to contact the Portal database, they must be specified in the middle tier.

Note: Users must have the All Objects Manage privilege to use the add_proxy, delete_proxy and edit_proxy functions.

Proxy setting API (wwctx_api_proxy) topic names and descriptions

Proxy setting API constants

Presents constants in the proxy setting API package.

Proxy setting API exceptions

Presents exceptions that by be raised.

proxy_record record structure and table

This record structure contains proxy details.

proxy_info record structure and table

This record structure contains details of a proxy setting.

add_proxy function

Adds a proxy setting to Oracle Portal.

edit_proxy procedure

Updates proxy setting information in Oracle Portal.

delete_proxy procedure

Deletes a proxy setting from Oracle Portal, given a proxy ID.

get_proxy function

Returns information about a proxy, given a proxy ID.

get_proxy_id function

Returns the ID of a proxy, given the proxy host name and port number.

get_proxy_list function

Returns the list of proxies specified in the proxy settings.

get_default_proxy function

Returns the default proxy, as specified in the proxy settings.

set_default_proxy procedure

Sets a proxy to be the default proxy.

get_noproxy_domain function

Returns the list of domain names for which a proxy server is not used.

set_noproxy_domain procedure

Sets the 'No Proxy' server domains.

is_proxy_used_by_providers function

Checks if a given proxy is used by any providers.

Related topics

 

The PL/SQL API Reference is part of the Portal Developer Kit on Portal Studio