|
Enterprise Information Portal APIs |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.util.EventObject | +--com.ibm.mm.beans.CMBEventBase | +--com.ibm.mm.beans.CMBUserRequestEvent
Event for for broadcasting user management function requests.
CMBUserManagement
,
CMBUserRequestListener
, Serialized FormField Summary | |
static int |
CMB_REQUEST_USER_ADD_MAP
Event type ID: request adding a new user mapping on a back-end server. |
static int |
CMB_REQUEST_USER_CHANGE_PW
Event type ID: request changing back-end password. |
static int |
CMB_REQUEST_USER_DEL_MAP
Event type ID: request removing a user mapping on a back-end server. |
static int |
CMB_REQUEST_USER_NATIVE_ID
Event type ID: request native id, eventData contains serverName |
static int |
CMB_REQUEST_USER_SERVERS
Event type ID: request the list of back-end servers this user can connect to. |
static int |
CMB_REQUEST_USER_UPDATE_MAP
Event type ID: request updating user mapping on a back-end server |
Fields inherited from class com.ibm.mm.beans.CMBEventBase |
CMB_REPLY_NO_CONNECTION |
Fields inherited from class java.util.EventObject |
source |
Constructor Summary | |
CMBUserRequestEvent(java.lang.Object source,
int id)
Constructor. |
|
CMBUserRequestEvent(java.lang.Object source,
int id,
java.lang.String server)
Constructor. |
|
CMBUserRequestEvent(java.lang.Object source,
int id,
java.lang.String server,
java.lang.String userid,
java.lang.String passwd)
Constructor. |
|
CMBUserRequestEvent(java.lang.Object source,
int id,
java.lang.String server,
java.lang.String userid,
java.lang.String passwd,
java.lang.String newPasswd)
Constructor. |
Method Summary | |
java.lang.String |
getNewPassword()
Gets back-end server new password |
java.lang.String |
getPassword()
Gets server password |
java.lang.String |
getServer()
Gets server name |
java.lang.String |
getUserid()
Gets native userid |
Methods inherited from class com.ibm.mm.beans.CMBEventBase |
getData, getExtraData, getID, getStatus |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int CMB_REQUEST_USER_NATIVE_ID
public static final int CMB_REQUEST_USER_SERVERS
public static final int CMB_REQUEST_USER_ADD_MAP
public static final int CMB_REQUEST_USER_DEL_MAP
public static final int CMB_REQUEST_USER_UPDATE_MAP
public static final int CMB_REQUEST_USER_CHANGE_PW
Constructor Detail |
public CMBUserRequestEvent(java.lang.Object source, int id)
source
- the event sourceid
- the event typepublic CMBUserRequestEvent(java.lang.Object source, int id, java.lang.String server)
source
- the event sourceid
- the event typeserver
- the server namepublic CMBUserRequestEvent(java.lang.Object source, int id, java.lang.String server, java.lang.String userid, java.lang.String passwd, java.lang.String newPasswd)
source
- the event sourceid
- the event type = CMB_REQUEST_USER_CHANGE_PWserver
- the server nameuserid
- the server useridpasswd
- current passwordnewPasswd
- new passwordpublic CMBUserRequestEvent(java.lang.Object source, int id, java.lang.String server, java.lang.String userid, java.lang.String passwd)
source
- the event sourceid
- the event typeserver
- the server nameuserid
- userid on the serverpasswd
- password on the serverMethod Detail |
public java.lang.String getServer()
public java.lang.String getUserid()
public java.lang.String getNewPassword()
public java.lang.String getPassword()
|
EIP JavaBeans | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |