com.microstrategy.web.beans.EnumUserBeanEvents |
This interface defines all events ID and arguments for UserBean
. Note
that this interface extends from EnumUserEntityBeanEvents
, it inherits all events
from that interface also.
For existing events in EnumUserEntityBeanEvents
, for UserBean
, there maybe
additional arguments to carry more UserBean
specific information.
For event 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 USER_ENTITY_EVENT_MODIFY_AUTH
, there are additional possible arguments:
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() |
Additional argument for event USER_ENTITY_EVENT_MODIFY_BASIC
.
The value for this argument is set to ARGUMENT_VALUE_YES
to disable the account and
ARGUMENT_VALUE_NO
to enable the account.
Additional argument for event USER_ENTITY_EVENT_MODIFY_BASIC
.
The value for this argument is a string represents the login name.
Additional argument for event USER_ENTITY_EVENT_MODIFY_BASIC
.
The value for this argument is a string represents the password.
Additional argument for event USER_ENTITY_EVENT_MODIFY_BASIC
.
The possible value for this argument are ARGUMENT_VALUE_YES
and ARGUMENT_VALUE_NO
to specify that whether the password of this account will be expired automatically.
Whether there should be password confirmation.
Additional argument for event 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 as USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_DAYS
. When both parameters
have value other than the existing value on the user, this one will take effect,
and USER_EVENT_ARGUMENT_PASSWORD_EXPIRATION_DAYS
will be ignored.
Additional argument for event 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 as USER_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.
Additional argument for event USER_ENTITY_EVENT_MODIFY_BASIC
.
The value for this argument is a string representing password expiration frequence in day.
Additional argument for event USER_ENTITY_EVENT_MODIFY_BASIC
.
The value for this argument ARGUMENT_VALUE_YES
for not modifiable and
ARGUMENT_VALUE_NO
for modifiable.
Additional argument for event USER_ENTITY_EVENT_MODIFY_BASIC
.
The value for this argument is set to ARGUMENT_VALUE_YES
to disable standard authentication and
ARGUMENT_VALUE_NO
to not disable standard authentication.
Additional argument for event USER_ENTITY_EVENT_MODIFY_AUTH
.
The value for this argument is a string representing the warehouse user account name.
Additional argument for event USER_ENTITY_EVENT_MODIFY_AUTH
.
The value for this argument is a string representing the warehouse user account password.
Additional argument for event USER_ENTITY_EVENT_MODIFY_AUTH
.
The value for this argument is a string representing the window's user account name.
Additional argument for event USER_ENTITY_EVENT_MODIFY_BASIC
.
The value for this argument ARGUMENT_VALUE_YES
for password must change and
ARGUMENT_VALUE_NO
for password not must change.
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.