Application Express User's Guide > Oracle Application Express ... > HTMLDB_LDAP > MEMBER_OF Function
MEMBER_OF Function |
Previous |
Next |
The MEMBER_OF
function returns an array of groups the username designated by p_username
(with password if required) belongs to, using the provided auth base, host, and port.
Syntax
FUNCTION MEMBER_OF( p_username in VARCHAR2 DEFAULT NULL, p_pass in VARCHAR2 DEFAULT NULL, p_auth_base in VARCHAR2, p_host in VARCHAR2, p_port in VARCHAR2 DEFAULT 389) RETURN wwv_flow_global.vc_arr2;
Parameters
Table: MEMBER_OF Parameters describes the parameters available in the MEMBER_OF
function.