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 removeUserFromGroup


Description

Remove a user from a group. Both the specified user and the specified group must exist. This operation can only be performed by an administrator.


Tag Information
Tag Class com.bea.p13n.usermgmt.taglib.RemoveUserFromGroupTag
TagExtraInfo Classcom.bea.p13n.usermgmt.taglib.ResultTagExtraInfo
Body Contentempty
Display NameRemove User from Group

Attributes
NameRequiredRequest-timeDescription
atnProviderfalsetrue The authentication provider from which the user will be removed. The default provider will be used if not specified.
usernametruetrue The username of the user to remove from the given group.
groupNametruetrue The name of the group from which the given user will be removed.
resulttruefalse The name of a variable that will return the result status of the operation, as an Integer. Possible values: UserManagementTagConstants.REMOVE_USER_OK, UserManagementTagConstants.REMOVE_USER_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.