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

Portal User Management
Tag addUserToGroup


Description

Deprecated. Use 'addUserToGroup' in ugm_taglib.jar. Add a user to a group. Both the specified user and the specified group must exist. This operation can only be performed by an administrator.


Tag Information
Tag Classcom.bea.p13n.usermgmt.servlets.jsp.taglib.AddUserToGroupTag
TagExtraInfo Classcom.bea.p13n.usermgmt.servlets.jsp.taglib.ResultTagExtraInfo
Body Contentempty
Display NameAdd User to Group

Attributes
NameRequiredRequest-timeDescription
usernametruetrue The name of the user to be added to the group.
groupNametruetrue The name of the group to which the user is being added.
resulttruefalse The name of a variable that will return the result status of the operation, as an Integer. Possible values: UserManagementTagConstants.ADD_USER_OK, UserManagementTagConstants.ADD_USER_FAILED

Variables
No Variables Defined.


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

Copyright © 2010, Oracle. All rights reserved.