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 createGroup


Description

Create a new group, and a corresponding group profile in the personalization database. This operation can only be performed by an administrator.


Tag Information
Tag Classcom.bea.p13n.usermgmt.taglib.CreateGroupTag
TagExtraInfo Classcom.bea.p13n.usermgmt.taglib.CreateGroupExtraInfo
Body Contentempty
Display NameCreate Group

Attributes
NameRequiredRequest-timeDescription
atnProviderfalsetrue The authentication provider for the new group. The default provider will be used if not specified.
groupNametruetrue The name of the new group.
parentNamefalsetrue The name of the group to set as the parent of the new group.
resulttruefalse The name of a variable that will return the result status of the operation, as an Integer. Possible values: UserManagementTagConstants.CREATE_GROUP_OK, UserManagementTagConstants.CREATE_GROUP_FAILED, UserManagementTagConstants.GROUP_EXISTS
idfalsefalse The name of a variable which will return the created Group object.

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.