|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Deprecated Methods | |
com.sas.drugdev.remote.admin.AdminService.changePassword(char[], char[])
Use UserService.changePassword(char[], char[]) instead.
Change the current user's password. |
|
com.sas.drugdev.remote.admin.AdminService.getGroupNames()
Use GroupService.get(GroupBean) instead.
Gets a list of all the group names in the system. |
|
com.sas.drugdev.remote.admin.AdminService.getPasswordExpirationDate()
Use UserService.getPasswordExpirationDate() instead.
Get the date that the current user's password will expire. |
|
com.sas.drugdev.remote.admin.AdminService.getUserIds()
Use UserService.getAll() instead.
Gets a list of all userids in the system where the user is active or inactive.
No retired userids are returned in the list. |
|
com.sas.drugdev.remote.admin.AdminService.groupExists(String)
Use GroupService.exists(GroupBean) instead.
Tests whether a group of the given name exists. |
|
com.sas.drugdev.remote.admin.AdminService.userExists(String)
Use UserService.exists(String) instead.
Check whether a user with the given userid exists. This method will return true
if the user exists and is either active or inactive. It will return false if the
user doesn't exist or if the user exists, but is retired. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |