Modifier and Type | Method and Description |
---|---|
LoginRequest |
LoginRequest.password(String password) |
LoginRequest |
LoginRequest.username(String username) |
Modifier and Type | Method and Description |
---|---|
default org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationApi._loginPOST(@Valid LoginRequest body,
UUID xRequestID) |
default org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationApi.loginPOST(LoginRequest body,
UUID xRequestID) |
Modifier and Type | Method and Description |
---|---|
org.springframework.http.ResponseEntity<InlineResponse200> |
FinTechAuthorizationImpl.loginPOST(LoginRequest loginRequest,
UUID xRequestID) |
Modifier and Type | Method and Description |
---|---|
Optional<UserEntity> |
AuthorizeService.loginWithPassword(LoginRequest loginRequest) |
Copyright © 2020. All rights reserved.