|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
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 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |