com.bea.p13n.usermgmt.servlets.jsp.taglib
Interface UserManagementTagConstants

All Known Implementing Classes:
AddGroupToGroupTag, AddUserToGroupTag, CreateGroupTag, CreateUserTag, GetChildGroupNamesTag, GetGroupNamesForUserTag, GetParentGroupNameTag, GetProfileTag, GetPropertyAsStringTag, GetPropertyTag, GetTopLevelGroupsTag, GetUserNamesForGroupTag, GetUserNamesTag, LoginTag, LogoutTag, PropertyTag, RemoveGroupFromGroupTag, RemoveGroupTag, RemovePropertyTag, RemoveUserFromGroupTag, RemoveUserTag, ResultTag, SetPasswordTag, SetPropertyTag, UserManagementTag

public interface UserManagementTagConstants

Constants that represent the success/failure codes for most tag operations. These are the values returned by the "result" parameter of the User Management tags.


Field Summary
static int ADD_GROUP_FAILED
          An error occured while trying to add the group
static int ADD_GROUP_OK
          The group was added successfully
static int ADD_USER_FAILED
          An error occured while trying to add the user
static int ADD_USER_OK
          The user was added successfully
static int CREATE_GROUP_FAILED
          An error occured while trying to create the group
static int CREATE_GROUP_OK
          The group was created successfully
static int CREATE_USER_FAILED
          An error occured while creating the user
static int CREATE_USER_OK
          The user was created successfully
static String DEFAULT_SEARCH_EXP
          Default search expression - a wildcard
static int DEFAULT_USER_LIMIT
          The default search limit for user/group searches
static int GET_PROFILE_FAILED
          The profile retrieval failed
static int GET_PROFILE_OK
          The profile retrieval succeeded
static int GROUP_CHANGE_FAILED
          An error occured while trying to modify the group
static int GROUP_CHANGE_OK
          The group was modified successfully
static int GROUP_EXISTS
          The group already exists, and could not be created
static int LOGIN_ERROR
          An error occured while trying to authenticate the user
static int LOGIN_FAILED
          The user did not authenticate successfully
static int LOGIN_OK
          The user authenticated successfully
static int NO_SUCH_PROFILE
          The profile retrieval found no record for the profile key
static int NO_SUCH_SUCCESSOR
          The profile retrieval found no record for the profile successor key
static int REMOVE_GROUP_FAILED
          An error occured while trying to remove the group
static int REMOVE_GROUP_OK
          The group was removed successfully
static int REMOVE_USER_FAILED
          An error occured while removing the user
static int REMOVE_USER_OK
          The user was removed successfully
static int RESERVED_GROUP_NAME
          The group could not be created because the name is reserved by the system
static int RESERVED_USER_NAME
          The user could not be created because the name is reserved by the system
static int SET_PASSWORD_FAILED
          An error occured while trying to set the user's password
static int SET_PASSWORD_OK
          The user's password was set successfully
static int SET_PROPERTY_FAILED
          The set property call failed
static int SET_PROPERTY_OK
          The set property call worked
static int USER_EXISTS
          The user already exists, and could not be created
static int USER_LIMIT_EXCEEDED
          Deprecated Tags will no longer return this value; the search results will just be truncated
static int USER_SEARCH_FAILED
          An error occured while trying to search for users
static int USER_SEARCH_OK
          The user search was successful
 

Field Detail

LOGIN_OK

static final int LOGIN_OK
The user authenticated successfully

See Also
Constants Summary

LOGIN_FAILED

static final int LOGIN_FAILED
The user did not authenticate successfully

See Also
Constants Summary

LOGIN_ERROR

static final int LOGIN_ERROR
An error occured while trying to authenticate the user

See Also
Constants Summary

CREATE_USER_OK

static final int CREATE_USER_OK
The user was created successfully

See Also
Constants Summary

CREATE_USER_FAILED

static final int CREATE_USER_FAILED
An error occured while creating the user

See Also
Constants Summary

REMOVE_USER_OK

static final int REMOVE_USER_OK
The user was removed successfully

See Also
Constants Summary

REMOVE_USER_FAILED

static final int REMOVE_USER_FAILED
An error occured while removing the user

See Also
Constants Summary

USER_EXISTS

static final int USER_EXISTS
The user already exists, and could not be created

See Also
Constants Summary

ADD_USER_OK

static final int ADD_USER_OK
The user was added successfully

See Also
Constants Summary

ADD_USER_FAILED

static final int ADD_USER_FAILED
An error occured while trying to add the user

See Also
Constants Summary

USER_SEARCH_OK

static final int USER_SEARCH_OK
The user search was successful

See Also
Constants Summary

USER_SEARCH_FAILED

static final int USER_SEARCH_FAILED
An error occured while trying to search for users

See Also
Constants Summary

USER_LIMIT_EXCEEDED

static final int USER_LIMIT_EXCEEDED
Deprecated Tags will no longer return this value; the search results will just be truncated
The user search limit was exceeded

See Also
Constants Summary

SET_PASSWORD_OK

static final int SET_PASSWORD_OK
The user's password was set successfully

See Also
Constants Summary

SET_PASSWORD_FAILED

static final int SET_PASSWORD_FAILED
An error occured while trying to set the user's password

See Also
Constants Summary

RESERVED_USER_NAME

static final int RESERVED_USER_NAME
The user could not be created because the name is reserved by the system

See Also
Constants Summary

GET_PROFILE_OK

static final int GET_PROFILE_OK
The profile retrieval succeeded

See Also
Constants Summary

GET_PROFILE_FAILED

static final int GET_PROFILE_FAILED
The profile retrieval failed

See Also
Constants Summary

NO_SUCH_PROFILE

static final int NO_SUCH_PROFILE
The profile retrieval found no record for the profile key

See Also
Constants Summary

NO_SUCH_SUCCESSOR

static final int NO_SUCH_SUCCESSOR
The profile retrieval found no record for the profile successor key

See Also
Constants Summary

SET_PROPERTY_OK

static final int SET_PROPERTY_OK
The set property call worked

See Also
Constants Summary

SET_PROPERTY_FAILED

static final int SET_PROPERTY_FAILED
The set property call failed

See Also
Constants Summary

DEFAULT_USER_LIMIT

static final int DEFAULT_USER_LIMIT
The default search limit for user/group searches

See Also
Constants Summary

CREATE_GROUP_OK

static final int CREATE_GROUP_OK
The group was created successfully

See Also
Constants Summary

CREATE_GROUP_FAILED

static final int CREATE_GROUP_FAILED
An error occured while trying to create the group

See Also
Constants Summary

REMOVE_GROUP_OK

static final int REMOVE_GROUP_OK
The group was removed successfully

See Also
Constants Summary

REMOVE_GROUP_FAILED

static final int REMOVE_GROUP_FAILED
An error occured while trying to remove the group

See Also
Constants Summary

GROUP_EXISTS

static final int GROUP_EXISTS
The group already exists, and could not be created

See Also
Constants Summary

ADD_GROUP_OK

static final int ADD_GROUP_OK
The group was added successfully

See Also
Constants Summary

ADD_GROUP_FAILED

static final int ADD_GROUP_FAILED
An error occured while trying to add the group

See Also
Constants Summary

GROUP_CHANGE_OK

static final int GROUP_CHANGE_OK
The group was modified successfully

See Also
Constants Summary

GROUP_CHANGE_FAILED

static final int GROUP_CHANGE_FAILED
An error occured while trying to modify the group

See Also
Constants Summary

RESERVED_GROUP_NAME

static final int RESERVED_GROUP_NAME
The group could not be created because the name is reserved by the system

See Also
Constants Summary

DEFAULT_SEARCH_EXP

static final String DEFAULT_SEARCH_EXP
Default search expression - a wildcard

See Also
Constants Summary


Copyright © 2011, Oracle. All rights reserved.