|
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.GetUserNamesTag
Corresponds to <um:getUsernames>.
The <um:getUsernames> tag retrieves a String array
that contains the usernames matching the provided search expression.
The search expression supports only the asterisk (*) wildcard character,
and is case insensitive. As many asterisks as desired may be used in
the search expression. 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 |
|
searchExp |
no |
String |
The search expression to apply to the user name search. Example: " |
|
userLimit |
no |
String (representing an Integer) |
The maximum number of users to be returned from the search.
(String which has a particular Example: " |
|
id |
yes |
String |
A variable name to which the resultant user names are assigned. Example: "myUsers" |
|
result |
no |
String |
A variable name to which a constant describing the outcome of the operation will be assigned that can later be evaluated to see if the operation was successful. Possible Values:
Matching user count exceeds limit:
Error encountered: Example: " |
| 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,
| |||||||||||||||||||||||||||||||||||||||||||||||||||