Uses of Class
com.sas.drugdev.remote.admin.InvalidUserException

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
 RemoteGroup GroupService.create(GroupBean groupBean)
          Creates a new group on the server as described by the GroupBean
 RemoteUser UserService.create(UserBean userBean)
          Create the user described by the given UserBean.
 java.util.List GroupService.getUserGroups(User user)
          Gets all the groups that a given user is in
 boolean GroupService.isUserInGroup(User user, Group group)
          Tests whether the specified User is in the given Group
 RemoteGroup GroupService.update(GroupBean groupBean)
          Updates the group on the server with the parameters of the provided GroupBean.
 RemoteUser UserService.update(UserBean userBean)
          Apply the changes that have been made on the given User on the server side.