| | | | |
| Attributes |
| Name | Required | Request-time | Description |
| | | |
| username | true | true |
The name of the new user.
|
| | | |
| password | true | true |
The password for the new user.
|
| | | |
| doPostProcess | false | true |
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.
|
| | | |
| saveAnonymous | false | true |
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.
|
| | | |
| fireEvent | false | true |
Whether to fire a UserRegistrationEvent when the user is created.
Allowed values are true or false. Defaults to true.
|
| | | |
| login | false | true |
Whether to login the user during the post-user-creation
process.
Allowed values are true or false. Defaults to true.
|
| | | |
| profileType | false | true |
Specifies the extended type of user to create a user of that type.
|
| | | |
| id | false | false |
The name of a variable which will return the created User object.
|
| | | |
| result | true | false |
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
|
Copyright © 2011, Oracle. All rights reserved.