|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidUserException | |
com.sas.drugdev.remote.admin | Provides classes and interfaces for accessing user and group information. |
Uses of InvalidUserException in com.sas.drugdev.remote.admin |
Methods in com.sas.drugdev.remote.admin that throw InvalidUserException | |
RemoteUser |
UserService.update(UserBean userBean)
Apply the changes that have been made on the given User on the server side. |
RemoteUser |
UserService.create(UserBean userBean)
Create the user described by the given UserBean. |
RemoteGroup |
GroupService.create(GroupBean groupBean)
Creates a new group on the server as described by the GroupBean |
RemoteGroup |
GroupService.update(GroupBean groupBean)
Updates the group on the server with the parameters of the provided GroupBean . |
boolean |
GroupService.isUserInGroup(User user,
Group group)
Tests whether the specified User is in the given Group |
java.util.List |
GroupService.getUserGroups(User user)
Gets all the groups that a given user is in |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |