| Modifier and Type | Method and Description |
|---|---|
ResponseWrapper<AuthZResponseDto> |
AuthController.changePassword(String appId,
@Valid RequestWrapper<PasswordDto> passwordDto)
This API will change the password of the particular user
|
ResponseWrapper<AuthZResponseDto> |
AuthController.getUserName(String appId,
String userId)
Fetch username based on the user id.
|
ResponseWrapper<AuthZResponseDto> |
AuthController.resetPassword(String appId,
@Valid RequestWrapper<PasswordDto> passwordDto)
This API will reset the password of the particular user
|
| Modifier and Type | Method and Description |
|---|---|
AuthZResponseDto |
DataStore.changePassword(PasswordDto passwordDto) |
AuthZResponseDto |
DataStore.resetPassword(PasswordDto passwordDto) |
AuthZResponseDto |
DataStore.unBlockAccount(String userId) |
| 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) |
AuthZResponseDto |
DBDataStore.unBlockAccount(String userId) |
AuthZResponseDto |
LdapDataStore.unBlockAccount(String userId) |
AuthZResponseDto |
KeycloakImpl.unBlockAccount(String userId) |
| Modifier and Type | Method and Description |
|---|---|
AuthZResponseDto |
AuthService.changePassword(String appId,
PasswordDto passwordDto) |
AuthZResponseDto |
AuthService.resetPassword(String appId,
PasswordDto passwordDto) |
AuthZResponseDto |
AuthService.unBlockUser(String userId,
String appId) |
| Modifier and Type | Method and Description |
|---|---|
AuthZResponseDto |
AuthServiceImpl.changePassword(String appId,
PasswordDto passwordDto) |
AuthZResponseDto |
AuthServiceImpl.resetPassword(String appId,
PasswordDto passwordDto) |
AuthZResponseDto |
AuthServiceImpl.unBlockUser(String userId,
String appId) |
Copyright © 2020. All rights reserved.