@RestController @RequestMapping(value="/api/v1") public class ObaAuthorizationApiController extends Object implements ObaAuthorizationApi
BASE_PATH| Constructor and Description |
|---|
ObaAuthorizationApiController() |
| Modifier and Type | Method and Description |
|---|---|
void |
login(String login,
String password) |
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 void login(String login, String password)
login in interface ObaAuthorizationApipublic org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.SendCode> sendCode(de.adorsys.ledgers.security.ResetPassword resetPassword)
sendCode in interface ObaAuthorizationApipublic org.springframework.http.ResponseEntity<de.adorsys.ledgers.security.UpdatePassword> updatePassword(de.adorsys.ledgers.security.ResetPassword resetPassword)
updatePassword in interface ObaAuthorizationApiCopyright © 2020. All rights reserved.