UserManagementTagConstants Interface
- 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.
-
All Known Implementing Classes
-
UserManagementTag
public static final int |
-
ADD_GROUP_FAILED
- An error occured while trying to add the group
|
public static final int |
-
ADD_GROUP_OK
- The group was added successfully
|
public static final int |
-
ADD_USER_FAILED
- An error occured while trying to add the user
|
public static final int |
-
ADD_USER_OK
- The user was added successfully
|
public static final int |
-
CREATE_GROUP_FAILED
- An error occured while trying to create the group
|
public static final int |
-
CREATE_GROUP_OK
- The group was created successfully
|
public static final int |
-
CREATE_USER_FAILED
- An error occured while creating the user
|
public static final int |
-
CREATE_USER_OK
- The user was created successfully
|
public static final String |
-
DEFAULT_SEARCH_EXP
- Default search expression - a wildcard
|
public static final int |
-
DEFAULT_USER_LIMIT
- The default search limit for user/group searches
|
public static final int |
-
GET_PROFILE_FAILED
- The profile retrieval failed
|
public static final int |
-
GET_PROFILE_OK
- The profile retrieval succeeded
|
public static final int |
-
GROUP_CHANGE_FAILED
- An error occured while trying to modify the group
|
public static final int |
-
GROUP_CHANGE_OK
- The group was modified successfully
|
public static final int |
-
GROUP_EXISTS
- The group already exists, and could not be created
|
public static final int |
-
LOGIN_ERROR
- An error occured while trying to authenticate the user
|
public static final int |
-
LOGIN_FAILED
- The user did not authenticate successfully
|
public static final int |
-
LOGIN_OK
- The user authenticated successfully
|
public static final int |
-
NO_SUCH_PROFILE
- The profile retrieval found no record for the profile key
|
public static final int |
-
NO_SUCH_SUCCESSOR
- The profile retrieval found no record for the profile successor key
|
public static final int |
-
REMOVE_GROUP_FAILED
- An error occured while trying to remove the group
|
public static final int |
-
REMOVE_GROUP_OK
- The group was removed successfully
|
public static final int |
-
REMOVE_USER_FAILED
- An error occured while removing the user
|
public static final int |
-
REMOVE_USER_OK
- The user was removed successfully
|
public static final int |
-
RESERVED_GROUP_NAME
- The group could not be created because the name is reserved by the system
|
public static final int |
-
RESERVED_USER_NAME
- The user could not be created because the name is reserved by the system
|
public static final int |
-
SET_PASSWORD_FAILED
- An error occured while trying to set the user's password
|
public static final int |
-
SET_PASSWORD_OK
- The user's password was set successfully
|
public static final int |
-
SET_PROPERTY_FAILED
- The set property call failed
|
public static final int |
-
SET_PROPERTY_OK
- The set property call worked
|
public static final int |
-
USER_EXISTS
- The user already exists, and could not be created
|
public static final int |
-
USER_LIMIT_EXCEEDED
- The user search limit was exceeded
|
public static final int |
-
USER_SEARCH_FAILED
- An error occured while trying to search for users
|
public static final int |
-
USER_SEARCH_OK
- The user search was successful
|
ADD_GROUP_FAILED
public static final int ADD_GROUP_FAILED
- An error occured while trying to add the group
ADD_GROUP_OK
public static final int ADD_GROUP_OK
- The group was added successfully
ADD_USER_FAILED
public static final int ADD_USER_FAILED
- An error occured while trying to add the user
ADD_USER_OK
public static final int ADD_USER_OK
- The user was added successfully
CREATE_GROUP_FAILED
public static final int CREATE_GROUP_FAILED
- An error occured while trying to create the group
CREATE_GROUP_OK
public static final int CREATE_GROUP_OK
- The group was created successfully
CREATE_USER_FAILED
public static final int CREATE_USER_FAILED
- An error occured while creating the user
CREATE_USER_OK
public static final int CREATE_USER_OK
- The user was created successfully
DEFAULT_SEARCH_EXP
public static final String
DEFAULT_SEARCH_EXP
- Default search expression - a wildcard
DEFAULT_USER_LIMIT
public static final int DEFAULT_USER_LIMIT
- The default search limit for user/group searches
GET_PROFILE_FAILED
public static final int GET_PROFILE_FAILED
- The profile retrieval failed
GET_PROFILE_OK
public static final int GET_PROFILE_OK
- The profile retrieval succeeded
GROUP_CHANGE_FAILED
public static final int GROUP_CHANGE_FAILED
- An error occured while trying to modify the group
GROUP_CHANGE_OK
public static final int GROUP_CHANGE_OK
- The group was modified successfully
GROUP_EXISTS
public static final int GROUP_EXISTS
- The group already exists, and could not be created
LOGIN_ERROR
public static final int LOGIN_ERROR
- An error occured while trying to authenticate the user
LOGIN_FAILED
public static final int LOGIN_FAILED
- The user did not authenticate successfully
LOGIN_OK
public static final int LOGIN_OK
- The user authenticated successfully
NO_SUCH_PROFILE
public static final int NO_SUCH_PROFILE
- The profile retrieval found no record for the profile key
NO_SUCH_SUCCESSOR
public static final int NO_SUCH_SUCCESSOR
- The profile retrieval found no record for the profile successor key
REMOVE_GROUP_FAILED
public static final int REMOVE_GROUP_FAILED
- An error occured while trying to remove the group
REMOVE_GROUP_OK
public static final int REMOVE_GROUP_OK
- The group was removed successfully
REMOVE_USER_FAILED
public static final int REMOVE_USER_FAILED
- An error occured while removing the user
REMOVE_USER_OK
public static final int REMOVE_USER_OK
- The user was removed successfully
RESERVED_GROUP_NAME
public static final int RESERVED_GROUP_NAME
- The group could not be created because the name is reserved by the system
RESERVED_USER_NAME
public static final int RESERVED_USER_NAME
- The user could not be created because the name is reserved by the system
SET_PASSWORD_FAILED
public static final int SET_PASSWORD_FAILED
- An error occured while trying to set the user's password
SET_PASSWORD_OK
public static final int SET_PASSWORD_OK
- The user's password was set successfully
SET_PROPERTY_FAILED
public static final int SET_PROPERTY_FAILED
- The set property call failed
SET_PROPERTY_OK
public static final int SET_PROPERTY_OK
- The set property call worked
USER_EXISTS
public static final int USER_EXISTS
- The user already exists, and could not be created
USER_LIMIT_EXCEEDED
public static final int USER_LIMIT_EXCEEDED
- The user search limit was exceeded
USER_SEARCH_FAILED
public static final int USER_SEARCH_FAILED
- An error occured while trying to search for users
USER_SEARCH_OK
public static final int USER_SEARCH_OK
- The user search was successful