Package com.microstrategy.web.beans
Interface EnumUserBeanEvents
-
- All Superinterfaces:
EnumEditableObjectBeanEvents
,EnumObjectBeanEvents
,EnumUserEntityBeanEvents
public interface EnumUserBeanEvents extends EnumUserEntityBeanEvents
This interface defines all events ID and arguments forUserBean
. Note that this interface extends fromEnumUserEntityBeanEvents
, it inherits all events from that interface also.For existing events in
EnumUserEntityBeanEvents
, forUserBean
, there maybe additional arguments to carry moreUserBean
specific information.For event
EnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
, there are additional possible arguments:-
USER_EVENT_ARGUMENT_LOGIN_NAME
-
USER_EVENT_ARGUMENT_PASSWORD
-
USER_EVENT_ARGUMENT_PASSWORD_NOT_MODIFIABLE
-
USER_EVENT_ARGUMNET_PASSWORD_MUST_CHANGE
-
USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION
-
USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_DAYS
-
USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_FREQ
-
USER_EVENT_ARGUMENT_DISABLE
-
USER_EVENT_ARGUMENT_STANDARD_AUTH_DISABLE
For event
These parameters are optional, any missing parameter means no change to that part of information.EnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_AUTH
, there are additional possible arguments:- Since:
- MicroStrategy Web 7.5.2
-
-
Field Summary
-
Fields inherited from interface com.microstrategy.web.beans.EnumEditableObjectBeanEvents
EDITABLE_OBJECT_ARGUMENT_NAME, EDITABLE_OBJECT_EVENT_DELETE, EDITABLE_OBJECT_EVENT_DUPLICATE, EDITABLE_OBJECT_EVENT_INIT_AS_NEW, EDITABLE_OBJECT_EVENT_REFRESH, EDITABLE_OBJECT_EVENT_SAVE, EDITABLE_OBJECT_EVENT_SET_NAME
-
Fields inherited from interface com.microstrategy.web.beans.EnumObjectBeanEvents
OBJECT_EVENT_ARGUMENT_FlAGS, OBJECT_EVENT_ARGUMENT_OBJECT_ID, OBJECT_EVENT_ARGUMENT_OBJECT_NAME, OBJECT_EVENT_ARGUMENT_OBJECT_SUBTYPE, OBJECT_EVENT_ARGUMENT_OBJECT_TYPE, OBJECT_EVENT_BROWSE
-
Fields inherited from interface com.microstrategy.web.beans.EnumUserEntityBeanEvents
ARGUMENT_SUB_VALUE_DELIMITER, ARGUMENT_SUB_VALUE_SECURITY_FILTER_DELIMITER, ARGUMENT_VALUE_NO, ARGUMENT_VALUE_YES, USER_ENTITY_EVENT_ARGUMENT_DESC, USER_ENTITY_EVENT_ARGUMENT_FULL_NAME, USER_ENTITY_EVENT_ARGUMENT_LDAPDN, USER_ENTITY_EVENT_ARGUMENT_PARENTS, USER_ENTITY_EVENT_ARGUMENT_PRIVILEGE, USER_ENTITY_EVENT_ARGUMENT_PRIVILEGES_CATS, USER_ENTITY_EVENT_ARGUMENT_QUOTAS, USER_ENTITY_EVENT_ARGUMENT_SAVE_NOW, USER_ENTITY_EVENT_ARGUMENT_SEC_FILTERS, USER_ENTITY_EVENT_ARGUMENT_SEC_ROLES, USER_ENTITY_EVENT_ARGUMENT_SSO, USER_ENTITY_EVENT_DELETE, USER_ENTITY_EVENT_DUPLICATE, USER_ENTITY_EVENT_INIT_AS_NEW, USER_ENTITY_EVENT_MODIFY_ALL, USER_ENTITY_EVENT_MODIFY_ANALYSIS_QUOTAS, USER_ENTITY_EVENT_MODIFY_AUTH, USER_ENTITY_EVENT_MODIFY_BASIC, USER_ENTITY_EVENT_MODIFY_PARENTS, USER_ENTITY_EVENT_MODIFY_PRIVILEGES, USER_ENTITY_EVENT_MODIFY_PRIVILEGES_ONLY, USER_ENTITY_EVENT_MODIFY_SECURITY_FILTER, USER_ENTITY_EVENT_MODIFY_SECURITY_ROLES, USER_ENTITY_EVENT_PRIVILEGES_CAT_SET, USER_ENTITY_EVENT_PRIVILEGES_CAT_TYPE_PREFIX, USER_ENTITY_EVENT_REFRESH, USER_ENTITY_EVENT_SAVE
-
-
-
-
Field Detail
-
USER_EVENT_ARGUMENT_LOGIN_NAME
static final int USER_EVENT_ARGUMENT_LOGIN_NAME
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argument is a string represents the login name.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_PASSWORD
static final int USER_EVENT_ARGUMENT_PASSWORD
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argument is a string represents the password.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_PASSWORD_NOT_MODIFIABLE
static final int USER_EVENT_ARGUMENT_PASSWORD_NOT_MODIFIABLE
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argumentEnumUserEntityBeanEvents.ARGUMENT_VALUE_YES
for not modifiable andEnumUserEntityBeanEvents.ARGUMENT_VALUE_NO
for modifiable.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMNET_PASSWORD_MUST_CHANGE
static final int USER_EVENT_ARGUMNET_PASSWORD_MUST_CHANGE
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argumentEnumUserEntityBeanEvents.ARGUMENT_VALUE_YES
for password must change andEnumUserEntityBeanEvents.ARGUMENT_VALUE_NO
for password not must change.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION
static final int USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argument is a string representing the password expiration date. The date format is in java DateForm.SHORT style and client's display Locale. This parameter carrys the same information asUSER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_DAYS
. When both parameters have value other than the existing value on the user, this one will take effect, andUSER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_DAYS
will be ignored.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_FREQ
static final int USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_FREQ
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argument is a string representing password expiration frequence in day.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_DISABLE
static final int USER_EVENT_ARGUMENT_DISABLE
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argument is set toEnumUserEntityBeanEvents.ARGUMENT_VALUE_YES
to disable the account andEnumUserEntityBeanEvents.ARGUMENT_VALUE_NO
to enable the account.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_STANDARD_AUTH_DISABLE
static final int USER_EVENT_ARGUMENT_STANDARD_AUTH_DISABLE
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argument is set toEnumUserEntityBeanEvents.ARGUMENT_VALUE_YES
to disable standard authentication andEnumUserEntityBeanEvents.ARGUMENT_VALUE_NO
to not disable standard authentication.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_WINID
static final int USER_EVENT_ARGUMENT_WINID
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_AUTH
. The value for this argument is a string representing the window's user account name.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_WHID
static final int USER_EVENT_ARGUMENT_WHID
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_AUTH
. The value for this argument is a string representing the warehouse user account name.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_WHPWD
static final int USER_EVENT_ARGUMENT_WHPWD
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_AUTH
. The value for this argument is a string representing the warehouse user account password.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_PASSWORD_CONFIRM
static final int USER_EVENT_ARGUMENT_PASSWORD_CONFIRM
Whether there should be password confirmation.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_DAYS
static final int USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_DAYS
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The value for this argument is a string representing the password expiration date as number of days from current date. This parameter carrys the same information asUSER_EVENT_ARGUMENT_PASSWORD_EXPIRATION
. When both parameters have value other than the existing value on the user,USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION
will take effect, and this one will be ignored.- See Also:
- Constant Field Values
-
USER_EVENT_ARGUMENT_PASSWORD_AUTO_EXPIRE
static final int USER_EVENT_ARGUMENT_PASSWORD_AUTO_EXPIRE
Additional argument for eventEnumUserEntityBeanEvents.USER_ENTITY_EVENT_MODIFY_BASIC
. The possible value for this argument areEnumUserEntityBeanEvents.ARGUMENT_VALUE_YES
andEnumUserEntityBeanEvents.ARGUMENT_VALUE_NO
to specify that whether the password of this account will be expired automatically.- See Also:
- Constant Field Values
-
USER_EVENT_GUI_P_FIELD_TEXT
static final java.lang.String USER_EVENT_GUI_P_FIELD_TEXT
The text string to be displayed in password field. When event handler gets this string for a password type argument, it will treat it as the password not be modified.- See Also:
- Constant Field Values
-
USER_EVENT_GUI_PASSWORD_FIELD_TEXT
@Deprecated(since="11.3.2", forRemoval=true) static final java.lang.String USER_EVENT_GUI_PASSWORD_FIELD_TEXT
Deprecated, for removal: This API element is subject to removal in a future version.Following better naming rules, replaced byUSER_EVENT_GUI_P_FIELD_TEXT
- See Also:
- Constant Field Values
-
-