Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Portal User and Group Management
Tag getUsernames


Description

Retrieve usernames matching a search expression.


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

Attributes
NameRequiredRequest-timeDescription
atnProviderfalsetrue The authentication provider from where the usernames will be retrieved. The default provider will be used if not specified.
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.


Oracle Fusion Middleware JSP Tag Java API Reference for Oracle WebLogic Portal
10g Release 3 (10.3.4)
E14256-06

Copyright © 2011, Oracle. All rights reserved.