| Package | Description |
|---|---|
| io.mosip.kernel.auth.controller | |
| io.mosip.kernel.auth.repository | |
| io.mosip.kernel.auth.repository.impl | |
| io.mosip.kernel.auth.service | |
| io.mosip.kernel.auth.service.impl |
| Modifier and Type | Method and Description |
|---|---|
ResponseWrapper<RIdDto> |
AuthController.getRId(String appId,
String userId)
This API will fetch RID based on appId and userId.
|
| Modifier and Type | Method and Description |
|---|---|
RIdDto |
DataStore.getRidFromUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
RIdDto |
DBDataStore.getRidFromUserId(String userId) |
RIdDto |
LdapDataStore.getRidFromUserId(String userId) |
RIdDto |
KeycloakImpl.getRidFromUserId(String userId) |
| Modifier and Type | Method and Description |
|---|---|
RIdDto |
AuthService.getRidBasedOnUid(String userId,
String appId) |
| Modifier and Type | Method and Description |
|---|---|
RIdDto |
AuthServiceImpl.getRidBasedOnUid(String userId,
String appId) |
Copyright © 2020. All rights reserved.