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 getUsernamesForGroup


Description

Retrieve usernames matching a search expression that are members of a particular group.


Tag Information
Tag Class com.bea.p13n.usermgmt.taglib.GetUserNamesForGroupTag
TagExtraInfo Class com.bea.p13n.usermgmt.taglib.GetUserNamesForGroupExtraInfo
Body Contentempty
Display NameGet Usernames for Group

Attributes
NameRequiredRequest-timeDescription
atnProviderfalsetrue The authentication provider for the group. 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 `*'
groupNametruetrue The name of the group whose matching members are sought.
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: UserManagementTagConstants.USER_SEARCH_OK, UserManagementTagConstants.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.