Portal User and Group Management
Tag createUser


Description

Creates a new user. 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.taglib.CreateUserTag
TagExtraInfo Classcom.bea.p13n.usermgmt.taglib.CreateUserExtraInfo
Body Contentempty
Display NameCreate User

Attributes
NameRequiredRequest-timeDescription
atnProviderfalsetrue The authentication provider for the new user. The default provider will be used if not specified.
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.
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.


Output Generated by Tag Library Documentation Generator.

Copyright © 2008, ${product.vendor} and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.