Portal User Management
Tag getUsernames


Deprecated. Use 'getUsernames' in ugm_taglib.jar. Retrieve usernames matching a search expression.


Tag Information
Tag Classcom.bea.p13n.usermgmt.servlets.jsp.taglib.GetUserNamesTag
TagExtraInfo Classcom.bea.p13n.usermgmt.servlets.jsp.taglib.GetUserNamesExtraInfo
Body Contentempty
Display NameGet User Names

Attributes
NameRequiredRequest-timeDescription
searchExpfalsetrue The search expression to apply to the user name search. The search expression supports only the asterisk (*) wildcard character, and is case insensitive. As many asterisks as desired may be used in the search expression. Defaults to `*'
userLimitfalsetrue The maximum number of users to be returned from the search. Defaults to 100. If user count exceeds userLimit, the length of the array in id is truncated to the length of userLimit.
idtruefalse The name of a variable which will return the names of users matching the search, as a String array. Returns a zero-length array if no matches are found.
resultfalsefalse The name of a variable that will return the result status of the operation, as an Integer. Possible values: UserManagerTagConstants.USER_SEARCH_OK, UserManagerTagConstants.USER_SEARCH_FAILED.

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. {wls.FOOTER}