BEA Systems, Inc.

com.beasys.commerce.user.jsp.tags
Interface UserManagerTagConstants

All Known Implementing Classes:
UserManagerTag

public interface UserManagerTagConstants
extends UserManagementConstants

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 java.lang.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 java.lang.String PROFILE_SUCCESSOR_UID
          Variable name of the current successor id
static java.lang.String PROFILE_USER_UID
          Variable name of the current profile id
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 java.lang.String SERVLET_AUTHENTICATION
          Variable name of the ServletAuthentication servlet
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 USER_EXISTS
          The user already exists, and could not be created
static int USER_LIMIT_EXCEEDED
          The user search limit was exceeded
static int USER_SEARCH_FAILED
          An error occured while trying to search for users
static int USER_SEARCH_OK
          The user search was successful
 
Fields inherited from interface com.beasys.commerce.axiom.contact.UserManagementConstants
ANONYMOUS_PROFILE, CACHED_PROFILE, DEFAULT_SCOPE, DEFAULT_SUCCESSOR, DEFAULT_SUCCESSOR_HOME, DEFAULT_SUCCESSOR_JNDI, DEFAULT_SUCCESSOR_PK, DEFAULT_USER, DEFAULT_USER_HOME, DEFAULT_USER_JNDI, DEFAULT_USER_PK, GROUP, GROUP_ENTITY_HOME, PROFILE_MGR, PROFILE_SUCCESSOR, PROFILE_USER, REALM_CONFIG, RESERVED_SCOPE, USER, USER_ENTITY_HOME, USER_MGR
 
Fields inherited from interface com.beasys.commerce.foundation.property.SchemaManagerConstants
APPLICATION_INIT_TYPE, CATALOG_TYPE, CONTENT_TYPE, REQUEST_TYPE, SCHEMA, SCHEMA_GROUPS, SESSION_TYPE, USER_TYPE
 

Field Detail

LOGIN_OK

public static final int LOGIN_OK
The user authenticated successfully

LOGIN_FAILED

public static final int LOGIN_FAILED
The user did not authenticate successfully

LOGIN_ERROR

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

CREATE_USER_OK

public static final int CREATE_USER_OK
The user was created successfully

CREATE_USER_FAILED

public static final int CREATE_USER_FAILED
An error occured while creating the user

REMOVE_USER_OK

public static final int REMOVE_USER_OK
The user was removed successfully

REMOVE_USER_FAILED

public static final int REMOVE_USER_FAILED
An error occured while removing the user

USER_EXISTS

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

ADD_USER_OK

public static final int ADD_USER_OK
The user was added successfully

ADD_USER_FAILED

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

USER_SEARCH_OK

public static final int USER_SEARCH_OK
The user search was successful

USER_SEARCH_FAILED

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

USER_LIMIT_EXCEEDED

public static final int USER_LIMIT_EXCEEDED
The user search limit was exceeded

SET_PASSWORD_OK

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

SET_PASSWORD_FAILED

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

RESERVED_USER_NAME

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

GET_PROFILE_OK

public static final int GET_PROFILE_OK
The profile retrieval succeeded

GET_PROFILE_FAILED

public static final int GET_PROFILE_FAILED
The profile retrieval failed

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

DEFAULT_USER_LIMIT

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

CREATE_GROUP_OK

public static final int CREATE_GROUP_OK
The group was created successfully

CREATE_GROUP_FAILED

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

REMOVE_GROUP_OK

public static final int REMOVE_GROUP_OK
The group was removed successfully

REMOVE_GROUP_FAILED

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

GROUP_EXISTS

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

ADD_GROUP_OK

public static final int ADD_GROUP_OK
The group was added successfully

ADD_GROUP_FAILED

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

GROUP_CHANGE_OK

public static final int GROUP_CHANGE_OK
The group was modified successfully

GROUP_CHANGE_FAILED

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

RESERVED_GROUP_NAME

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

DEFAULT_SEARCH_EXP

public static final java.lang.String DEFAULT_SEARCH_EXP
Default search expression - a wildcard

PROFILE_USER_UID

public static final java.lang.String PROFILE_USER_UID
Variable name of the current profile id

PROFILE_SUCCESSOR_UID

public static final java.lang.String PROFILE_SUCCESSOR_UID
Variable name of the current successor id

SERVLET_AUTHENTICATION

public static final java.lang.String SERVLET_AUTHENTICATION
Variable name of the ServletAuthentication servlet

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved