| Package | Description |
|---|---|
| org.trustedanalytics.usermanagement.users.rest | |
| org.trustedanalytics.usermanagement.users.service |
| Modifier and Type | Method and Description |
|---|---|
User |
UsersController.createOrgUser(UserRequest userRequest,
String org,
org.springframework.security.core.Authentication auth) |
User |
CurrentUserController.getUser(org.springframework.security.core.Authentication auth) |
| Modifier and Type | Method and Description |
|---|---|
Collection<User> |
UsersController.getOrgUsers(String org,
org.springframework.security.core.Authentication auth) |
| Modifier and Type | Method and Description |
|---|---|
Optional<User> |
UsersService.addOrgUser(UserRequest userRequest,
UUID org,
String currentUser) |
Optional<User> |
UaaUsersService.addOrgUser(UserRequest userRequest,
UUID orgGuid,
String currentUser) |
Collection<User> |
UsersService.getOrgUsers(UUID orgGuid) |
Collection<User> |
UaaUsersService.getOrgUsers(UUID orgGuid) |
Copyright © 2016 Pivotal Software, Inc.. All rights reserved.