| |||||||
| FRAMES NO FRAMES | |||||||
| Tag Information | |
| Tag Class | None |
| TagExtraInfo Class | None |
| Body Content | JSP |
| Display Name | None |
| Attributes | ||||
| Name | Required | Request-time | Type | Description |
| false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The email of the new user. | |
| name | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| A different name to use for this action. Action names are used by some navigation handlers. |
| navigate | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean expression that can be used to control whether navigation will be attempted after this action completes. |
| password | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The password of the new user. |
| passwordConfirm | false | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The password of the new user again. If this value does not match the value of the password attribute, user creation will fail. |
| target | false | false | javax.el.ValueExpression
(must evaluate to org.jbpm.identity.User)
| An EL expression into which the created user should be stored. |
| unless | false | false | javax.el.ValueExpression
(must evaluate to boolean)
| A boolean expression that, if true, will prevent this action from being run. |
| userName | true | false | javax.el.ValueExpression
(must evaluate to java.lang.String)
| The user name of the user to create. |
| Variables | No Variables Defined. |
| |||||||
| FRAMES NO FRAMES | |||||||