| Package | Description |
|---|---|
| com.suncode.pwfl.administration.user |
Pakiet zawiera zbiór elementów umożliwiających zarządzanie użytkownikami i grupami użytkowników.
|
| Modifier and Type | Method and Description |
|---|---|
UserInfo |
UserInfoCache.get(String user) |
UserInfo |
UserContext.getUser()
Returns user associated with this context.
|
UserInfo |
UserInfo.PositionInfo.getUser() |
UserInfo |
UserInfoCache.load(String key) |
static UserInfo |
UserInfo.of(User user,
boolean expanded) |
| Modifier and Type | Method and Description |
|---|---|
static UserContext |
UserContext.activate(UserInfo user)
Activates context of given user so
UserContext.current() will return context created
for given user. |
static void |
UserContext.activate(UserInfo user,
InContext<UserContext> action)
Activates context of given user and invokes provided action in created context.
|
Copyright © 2023 Suncode. All rights reserved.