|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface UserProfileMBean
MBean for wli user profile management.
| Method Summary | |
|---|---|
void |
deleteUserProfile(String userid)
Removes this user information from the WLI database |
String |
getUserCalendarId(String userid)
Retrieve the calendar id for this user |
String |
getUserEmail(String userid)
Retrieve the email address for this user. |
int |
getUserProfilesCount()
|
void |
syncUsers()
Removes all profiles for users that do not exist in WLS |
void |
unsetUserCalendar(String userid)
Unsets the calendar for this user. |
void |
updateUserCalendar(String userid,
String calendarId)
Sets the calendar for this user. |
void |
updateUserEmail(String userid,
String email)
Sets the email address for this user. |
| Method Detail |
|---|
void updateUserEmail(String userid,
String email)
throws MBeanException
userid - email -
MBeanException
String getUserEmail(String userid)
throws MBeanException
userid -
MBeanException
void updateUserCalendar(String userid,
String calendarId)
throws MBeanException
userid - calendarId -
MBeanException
void unsetUserCalendar(String userid)
throws MBeanException
userid -
MBeanException
String getUserCalendarId(String userid)
throws MBeanException
userid -
MBeanException
void deleteUserProfile(String userid)
throws MBeanException
userid -
MBeanException
void syncUsers()
throws MBeanException
MBeanException
int getUserProfilesCount()
throws MBeanException
MBeanException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||