| Package | Description |
|---|---|
| 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 |
|---|---|
AuthZResponseDto |
DataStore.changePassword(PasswordDto passwordDto) |
AuthZResponseDto |
DataStore.resetPassword(PasswordDto passwordDto) |
| Modifier and Type | Method and Description |
|---|---|
AuthZResponseDto |
DBDataStore.changePassword(PasswordDto passwordDto) |
AuthZResponseDto |
LdapDataStore.changePassword(PasswordDto passwordDto) |
AuthZResponseDto |
KeycloakImpl.changePassword(PasswordDto passwordDto) |
AuthZResponseDto |
DBDataStore.resetPassword(PasswordDto passwordDto) |
AuthZResponseDto |
LdapDataStore.resetPassword(PasswordDto passwordDto) |
AuthZResponseDto |
KeycloakImpl.resetPassword(PasswordDto passwordDto) |
| Modifier and Type | Method and Description |
|---|---|
AuthZResponseDto |
AuthService.changePassword(String appId,
PasswordDto passwordDto) |
AuthZResponseDto |
AuthService.resetPassword(String appId,
PasswordDto passwordDto) |
| Modifier and Type | Method and Description |
|---|---|
AuthZResponseDto |
AuthServiceImpl.changePassword(String appId,
PasswordDto passwordDto) |
AuthZResponseDto |
AuthServiceImpl.resetPassword(String appId,
PasswordDto passwordDto) |
Copyright © 2020. All rights reserved.