|
Cumulus4j API (1.2.0) |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use User | |
|---|---|
| org.cumulus4j.keymanager.front.shared |
Shared classes to communicate between app-client (KeyManagerAPI) and key-server. |
| org.cumulus4j.keymanager.front.webapp | REST API for the communication between client and key-server. |
| Uses of User in org.cumulus4j.keymanager.front.shared |
|---|
| Subclasses of User in org.cumulus4j.keymanager.front.shared | |
|---|---|
class |
UserWithPassword
DTO representing a user (with a password). |
| Methods in org.cumulus4j.keymanager.front.shared that return types with arguments of type User | |
|---|---|
List<User> |
UserList.getUsers()
Get the users. |
| Method parameters in org.cumulus4j.keymanager.front.shared with type arguments of type User | |
|---|---|
void |
UserList.setUsers(List<User> users)
Set the users. |
| Uses of User in org.cumulus4j.keymanager.front.webapp |
|---|
| Methods in org.cumulus4j.keymanager.front.webapp that return User | |
|---|---|
User |
UserService.getUser(String keyStoreID,
String userName)
Get a KeyStore's user identified by the given
keyStoreID and userName. |
|
Cumulus4j API (1.2.0) |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||