| 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<UserNameDto> |
AuthController.getUsernameBasedOnMobileNumber(String mobile,
String appId) |
| Modifier and Type | Method and Description |
|---|---|
UserNameDto |
DataStore.getUserNameBasedOnMobileNumber(String mobileNumber) |
| Modifier and Type | Method and Description |
|---|---|
UserNameDto |
DBDataStore.getUserNameBasedOnMobileNumber(String mobileNumber) |
UserNameDto |
LdapDataStore.getUserNameBasedOnMobileNumber(String mobileNumber) |
UserNameDto |
KeycloakImpl.getUserNameBasedOnMobileNumber(String mobileNumber) |
| Modifier and Type | Method and Description |
|---|---|
UserNameDto |
AuthService.getUserNameBasedOnMobileNumber(String appId,
String mobileNumber) |
| Modifier and Type | Method and Description |
|---|---|
UserNameDto |
AuthServiceImpl.getUserNameBasedOnMobileNumber(String appId,
String mobileNumber) |
Copyright © 2020. All rights reserved.