@RestController @RequestMapping(value="/tpp/password") public class TppResetPasswordController extends Object implements TppResetPasswordRestApi
BASE_PATH| Constructor and Description |
|---|
TppResetPasswordController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.SendCode> |
sendCode(de.adorsys.ledgers.security.ResetPassword resetPassword) |
org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.UpdatePassword> |
updatePassword(de.adorsys.ledgers.security.ResetPassword resetPassword) |
public org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.SendCode> sendCode(de.adorsys.ledgers.security.ResetPassword resetPassword)
sendCode in interface TppResetPasswordRestApipublic org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.UpdatePassword> updatePassword(de.adorsys.ledgers.security.ResetPassword resetPassword)
updatePassword in interface TppResetPasswordRestApiCopyright © 2020. All rights reserved.