Class AISController
- java.lang.Object
-
- de.adorsys.ledgers.oba.rest.server.resource.AISController
-
-
Constructor Summary
Constructors Constructor Description AISController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>aisDone(String encryptedConsentId, String authorisationId, boolean isOauth2Integrated, String authConfirmationCode)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>authrizedConsent(String encryptedConsentId, String authorisationId, String authCode)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>login(String encryptedConsentId, String authorisationId, String login, String pin)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>revokeConsent(@NotNull String encryptedConsentId, @NotNull String authorisationId)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>selectMethod(String encryptedConsentId, String authorisationId, String scaMethodId)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>startConsentAuth(String encryptedConsentId, String authorisationId, de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent)
-
-
-
Method Detail
-
login
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> login(String encryptedConsentId, String authorisationId, String login, String pin)
-
startConsentAuth
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> startConsentAuth(String encryptedConsentId, String authorisationId, de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent)
- Specified by:
startConsentAuthin interfaceAISApi
-
authrizedConsent
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> authrizedConsent(String encryptedConsentId, String authorisationId, String authCode)
- Specified by:
authrizedConsentin interfaceAISApi
-
selectMethod
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> selectMethod(String encryptedConsentId, String authorisationId, String scaMethodId)
- Specified by:
selectMethodin interfaceAISApi
-
aisDone
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> aisDone(String encryptedConsentId, String authorisationId, boolean isOauth2Integrated, String authConfirmationCode)
-
revokeConsent
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> revokeConsent(@NotNull @NotNull String encryptedConsentId, @NotNull @NotNull String authorisationId)
- Specified by:
revokeConsentin interfaceAISApi
-
-