@Service public class XISControllerService extends Object
| Constructor and Description |
|---|
XISControllerService() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
auth(String redirectId,
ConsentType consentType,
String encryptedConsentId,
javax.servlet.http.HttpServletResponse response)
The purpose of this protocol step is to parse the redirect link and start
the user agent.
|
org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.sca.SCALoginResponseTO> |
performLoginForConsent(String login,
String pin,
String operationId,
String authId,
de.adorsys.ledgers.middleware.api.domain.sca.OpTypeTO operationType) |
org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> |
resolvePaymentWorkflow(PaymentWorkflow workflow) |
public org.springframework.http.ResponseEntity<AuthorizeResponse> auth(String redirectId, ConsentType consentType, String encryptedConsentId, javax.servlet.http.HttpServletResponse response)
The user agent is defined by providing the URL read from the property online-banking.sca.loginpage.
A 302 redirect will be performed to that URL by default. But if the target user agent does not which for a redirect, it can set the NO_REDIRECT_HEADER_PARAM to true/on.
redirectId - redirectIdconsentType - consentTypeencryptedConsentId - encryptedConsentIdresponse - Servlet Responsepublic org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.sca.SCALoginResponseTO> performLoginForConsent(String login, String pin, String operationId, String authId, de.adorsys.ledgers.middleware.api.domain.sca.OpTypeTO operationType)
public org.springframework.http.ResponseEntity<PaymentAuthorizeResponse> resolvePaymentWorkflow(PaymentWorkflow workflow)
Copyright © 2020. All rights reserved.