Uses of Interface
com.sas.drugdev.remote.admin.User

Packages that use User
com.sas.drugdev.remote.admin Provides classes and interfaces for accessing user and group information. 
 

Uses of User in com.sas.drugdev.remote.admin
 

Subinterfaces of User in com.sas.drugdev.remote.admin
 interface RemoteUser
          Interface representing a user that lives on the server.
 

Classes in com.sas.drugdev.remote.admin that implement User
 class UserBean
          Simple bean to represent a user.
 

Methods in com.sas.drugdev.remote.admin with parameters of type User
 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