bwLehrpool Masterserver
Manages authentication and sharing of virtual machines between participating institutions
|
Static Public Member Functions | |
static UserInfo | getFirstPublishingUser (UserInfo...user) |
Given a list of users, return the first one that isn't anonymous, which means they opted in for global image sharing. More... | |
static UserInfo | getFirstPublishingUserOrDummy (UserInfo...user) |
Given a list of users, return the first one that isn't anonymous, which means they opted in for global image sharing. More... | |
static void | assertTutor (UserInfo userInfo) throws TAuthorizationException |
Definition at line 12 of file UserUtil.java.
|
static |
|
static |
Given a list of users, return the first one that isn't anonymous, which means they opted in for global image sharing.
Definition at line 19 of file UserUtil.java.
|
static |
Given a list of users, return the first one that isn't anonymous, which means they opted in for global image sharing.
If none matches, return the dummy user.
Definition at line 43 of file UserUtil.java.