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

Portal User Management
Tag createUser


Description

Deprecated. Use 'createUser' in ugm_taglib.jar. Create a new user profile. This tag can be used in conjunction with run-time activities to persist any properties associated with a current Anonymous User Profile, if specified.


Tag Information
Tag Classcom.bea.p13n.usermgmt.servlets.jsp.taglib.CreateUserTag
TagExtraInfo Classcom.bea.p13n.usermgmt.servlets.jsp.taglib.CreateUserExtraInfo
Body Contentempty
Display NameCreate User

Attributes
NameRequiredRequest-timeDescription
usernametruetrue The name of the new user.
passwordtruetrue The password for the new user.
doPostProcessfalsetrue Whether to do the post-user-creation process, which consists of authenticating the user, updating the profile in the session, firing a SessionLoginEvent, and firing a UserRegistrationEvent. Allowed values are true or false. Defaults to true.
saveAnonymousfalsetrue Whether to persist current anonymous user profile attributes in the newly-created user's profile during the post-user-creation process. Allowed values are true or false. Defaults to false.
fireEventfalsetrue Whether to fire a UserRegistrationEvent when the user is created. Allowed values are true or false. Defaults to true.
loginfalsetrue Whether to login the user during the post-user-creation process. Allowed values are true or false. Defaults to true.
profileTypefalsetrue Specifies the extended type of user to create a user of that type.
idfalsefalse The name of a variable which will return the created User object.
resulttruefalse The name of a variable that will return the result status of the operation, as an Integer. Possible values: UserManagementTagConstants.CREATE_USER_OK, UserManagementTagConstants.CREATE_USER_FAILED, UserManagementTagConstants.USER_EXISTS

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.