Oracle9iAS Portal Developer Kit

ACL grantee_type constants

Grantee type constants are used in the wwsec_api security API package methods when assigning privileges to users and groups. Each row on the Access Control List (ACL) table provides the name of a privilege that a user may be granted to work with that object type. These names are constants that return an assigned alphanumeric value when called. That value is an identifier for an Oracle Portal privilege.

ACL grantee_type constant names and values

GRANTEE_USER constant wwsec_sys_priv$.grantee_type%type := 'USER';

GRANTEE_GROUP constant wwsec_sys_priv$.grantee_type%type := 'GROUP';

GRANTEE_APPLICATION constant wwsec_sys_priv$.grantee_type%type := 'APP';

 

Related topics

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