Interface TppResetPasswordRestApi


  • public interface TppResetPasswordRestApi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static String BASE_PATH  
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method 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)  
    • Method Detail

      • sendCode

        @PostMapping
        org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.SendCode> sendCode​(@RequestBody
                                                                                               de.adorsys.ledgers.security.ResetPassword resetPassword)
      • updatePassword

        @PutMapping
        org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.UpdatePassword> updatePassword​(@RequestBody
                                                                                                           de.adorsys.ledgers.security.ResetPassword resetPassword)