|
BEA Systems, Inc. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--javax.servlet.jsp.tagext.TagSupport
|
+--com.beasys.commerce.user.jsp.tags.UserManagerTag
|
+--com.beasys.commerce.user.jsp.tags.ResultTag
|
+--com.beasys.commerce.user.jsp.tags.CreateUserTag
Corresponds to <um:createUser>.
The <um:createUser> tag creates a new
object
with the specified name and profile type, and sets the user's password
to the given password. If the saveAnonymous attribute
is "true", and an AnonymousProfile exists, any properties defined
in the AnonymousProfile will be set for the new user.
The tag has no enclosed body.
Note: This tag should only be invoked when the
weblogic.security.realmClass property in the
weblogic.properties file is
com.beasys.commerce.axiom.contact.security.RDBMSRealm.
|
Tag Attribute |
Required |
Type |
Description |
|
username |
yes |
String |
The name of the new user. Example: " |
|
password |
no |
String |
The password for the new user. Example: " |
|
profileType |
no |
String |
Specifies the extended type of user (for example, WLCS_Customer) to create a user of that type. |
|
saveAnonymous |
no |
String |
Whether to persist current anonymous user profile attributes in the newly-created user's profile. Defaults to false. Example: "false" |
|
id |
no |
String |
A variable name to which the created user object is available for the duration of the page's scope. |
|
result |
yes |
String |
The name of an Integer variable to which the result of the create user operation is assigned. Possible values:
Error Encountered:
A user with the specified username already exists: |
| Fields inherited from class com.beasys.commerce.user.jsp.tags.ResultTag |
result |
| Fields inherited from class com.beasys.commerce.user.jsp.tags.UserManagerTag |
printStackTraces, verbose |
| Fields inherited from class javax.servlet.jsp.tagext.TagSupport |
id, pageContext |
| Fields inherited from interface com.beasys.commerce.user.jsp.tags.UserManagerTagConstants | |||||||||||||||||||||||||||||||||||||||||||||||||||||||
ADD_GROUP_FAILED, ADD_GROUP_OK, ADD_USER_FAILED, ADD_USER_OK, CREATE_GROUP_FAILED, CREATE_GROUP_OK, CREATE_USER_FAILED, CREATE_USER_OK, DEFAULT_SEARCH_EXP, DEFAULT_USER_LIMIT, GET_PROFILE_FAILED, GET_PROFILE_OK, GROUP_CHANGE_FAILED, GROUP_CHANGE_OK, GROUP_EXISTS, LOGIN_ERROR, LOGIN_FAILED, LOGIN_OK, NO_SUCH_PROFILE, NO_SUCH_SUCCESSOR, PROFILE_SUCCESSOR_UID, PROFILE_USER_UID, REMOVE_GROUP_FAILED, REMOVE_GROUP_OK, REMOVE_USER_FAILED, REMOVE_USER_OK, RESERVED_GROUP_NAME, RESERVED_USER_NAME, SERVLET_AUTHENTICATION, SET_PASSWORD_FAILED,
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||