Oracle Application Server Portal PL/SQL API Reference - 10.1.2

Deprecated API

Deprecated Exceptions
wwctx_api.GENERAL_CONTEXT_EXCEPTION
       As of 9.0.2
wwctx_api.SSO_CONFIG_EXCEPTION
       As of 9.0.2
wwctx_api.NO_REMOTE_SESSION_EXCEPTION
       As of 9.0.2
wwctx_api.NO_LOCAL_NODE_EXCEPTION
       As of 9.0.2.
wwctx_api.INACCESSIBLE_API_EXCEPTION
       As of 9.0.2
wwpro_api_node_registry.NODE_VALIDATION_EXCEPTION
       Oracle Portal 9.0.2 or later

Deprecated Constants
wwpro_api_node_registry.NODE_TYPE_LOCAL
       Oracle Portal 9.0.2 or later
wwpro_api_node_registry.NODE_TYPE_DISTRIBUTED
       Oracle Portal 9.0.2 or later
wwpro_api_node_registry.ENABLE_DISTRIBUTION_YES
       Oracle Portal 9.0.2 or later
wwpro_api_node_registry.ENABLE_DISTRIBUTION_NO
       Oracle Portal 9.0.2 or later
wwpro_api_provider_registry.ENABLE_DISTRIBUTION_YES
       as of Oracle9iAS Portal 9.0.2
wwpro_api_provider_registry.ENABLE_DISTRIBUTION_NO
       as of Oracle9iAS Portal 9.0.2

Deprecated Functions/Procedures
wwsec_api.publish_group
       As of Oracle9iAS Portal 9.0.2, as groups are stored in OID which does not support this property
wwsec_api.lists
       As of Oracle9iAS Portal 9.0.2, since the groups are stored in OID and are not scoped by site ID
wwsec_api.get_list_members
       As of Oracle9iAS Portal 9.0.2, since the groups are maintained in OID that does not support an API to read the membership information if the number of members becomes very large.
wwsec_api.user_in_groups
       As of Oracle9iAS Portal 9.0.2, since groups are now stored in OID and do not necessarily have a local shadow entry with an ID
wwsec_api.users_in_group
       As of Oracle9iAS Portal 9.0.2, since the group memberships are being maintained in OID and implementation of this API becomes prohibitive. OID does not provide a direct API to return the members of a group, so recursive calls would have to be made to the directory to get the users who are indirect members. This function is not being used anywhere in the Portal code.
wwsec_api.is_group_owner
       As of Oracle9iAS Portal 9.0.2, since the membership information is maintained in OID and there is no member id attribute, which is required as an input parameter for this function.
wwsec_api.get_member_record
       As of Oracle9iAS Portal 9.0.2, since the membership information is maintained in OID and there is no member ID attribute, which is required as an input parameter for this function.



Oracle Application Server Portal PL/SQL API Reference - 10.1.2

Generated by PL/Doc