| Modifier and Type | Method and Description |
|---|---|
ResponseWrapper<UserDetailsResponseDto> |
AuthController.getUserDetailBasedOnUserId(String appId,
RequestWrapper<UserDetailsRequestDto> userDetails)
Gets the user detail based on user id.
|
| Modifier and Type | Method and Description |
|---|---|
UserDetailsResponseDto |
DataStore.getUserDetailBasedOnUid(List<String> userIds) |
| Modifier and Type | Method and Description |
|---|---|
UserDetailsResponseDto |
DBDataStore.getUserDetailBasedOnUid(List<String> userId) |
UserDetailsResponseDto |
LdapDataStore.getUserDetailBasedOnUid(List<String> userIds) |
UserDetailsResponseDto |
KeycloakImpl.getUserDetailBasedOnUid(List<String> userIds) |
| Modifier and Type | Method and Description |
|---|---|
UserDetailsResponseDto |
AuthService.getUserDetailBasedOnUserId(String appId,
List<String> userIds) |
| Modifier and Type | Method and Description |
|---|---|
UserDetailsResponseDto |
AuthServiceImpl.getUserDetailBasedOnUserId(String appId,
List<String> userIds) |
Copyright © 2020. All rights reserved.