Application Express User's Guide > Oracle Application Express ... > HTMLDB_LDAP > GET_USER_ATTRIBUT...
GET_USER_ATTRIBUTES Procedure |
![]() Previous |
![]() Next |
The GET_USER_ATTRIBUTES procedure returns an OUT array of user_attribute values for the username designated by p_username (with password if required) corresponding to the attribute names passed in p_attributes, using the provided auth base, host, and port.
Syntax
PROCEDURE GET_USER_ATTRIBUTES(
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,
p_attributes in wwv_flow_global.vc_arr2,
p_attribute_values out wwv_flow_global.vc_arr2);
Parameters
Table: GET_USER_ATTRIBUTES Parameters describes the parameters available in the GET_USER_ATTRIBUTES procedure.
GET_USER_ATTRIBUTES Parameters
| Parameter | Description |
|---|---|
|
|
Login name of the user. |
|
|
Password for |
|
|
LDAP search base, for example, |
|
|
LDAP server host name. |
|
|
LDAP server port number. |
|
|
An array of attribute names for which values are to be returned. |
|
|
An array of values returned for each corresponding attribute name in |