|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use UserInfo | |
|---|---|
| com.terracotta.management.user | |
| com.terracotta.management.user.dao.impl | |
| com.terracotta.management.user.impl | |
| Uses of UserInfo in com.terracotta.management.user |
|---|
| Methods in com.terracotta.management.user that return UserInfo | |
|---|---|
UserInfo |
UserInfoFactory.createUser(String username,
String password,
UserRole... roles)
|
| Uses of UserInfo in com.terracotta.management.user.dao.impl |
|---|
| Methods in com.terracotta.management.user.dao.impl that return UserInfo | |
|---|---|
UserInfo |
IniFileUserInfoDao.getById(String username)
Returns the obj T with the given id, or null if there is no such entity. |
| Methods in com.terracotta.management.user.dao.impl with parameters of type UserInfo | |
|---|---|
void |
IniFileUserInfoDao.create(UserInfo user)
Create the submitted obj. |
void |
IniFileUserInfoDao.createOrUpdate(UserInfo user)
Create or update the submitted obj. |
void |
IniFileUserInfoDao.delete(UserInfo user)
Deletes the submitted obj |
void |
IniFileUserInfoDao.evict(UserInfo user)
Evicts the obj from persistent cache. |
| Uses of UserInfo in com.terracotta.management.user.impl |
|---|
| Classes in com.terracotta.management.user.impl that implement UserInfo | |
|---|---|
class |
DfltUserInfo
The default implementation of the UserInfo model interface. |
| Methods in com.terracotta.management.user.impl that return UserInfo | |
|---|---|
UserInfo |
DfltUserInfoFactory.createUser(String username,
String password,
UserRole... roles)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||