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<AuthorizeResponse>aisAuth(String redirectId, String encryptedConsentId, String token)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>aisDone(String encryptedConsentId, String authorisationId, String cookie, boolean isOauth2Integrated, String authConfirmationCode)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>authrizedConsent(String encryptedConsentId, String authorisationId, String consentAndAccessTokenCookieString, String authCode)org.springframework.http.ResponseEntity<List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>>getListOfAccounts(String accessTokenCookieString)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>login(String encryptedConsentId, String authorisationId, String login, String pin, String consentCookieString)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>revokeConsent(@NotNull String encryptedConsentId, @NotNull String authorisationId, String cookieString)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>selectMethod(String encryptedConsentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString)org.springframework.http.ResponseEntity<ConsentAuthorizeResponse>startConsentAuth(String encryptedConsentId, String authorisationId, String consentAndAccessTokenCookieString, de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent)
-
-
-
Method Detail
-
aisAuth
public org.springframework.http.ResponseEntity<AuthorizeResponse> aisAuth(String redirectId, String encryptedConsentId, String token)
-
login
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> login(String encryptedConsentId, String authorisationId, String login, String pin, String consentCookieString)
-
startConsentAuth
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> startConsentAuth(String encryptedConsentId, String authorisationId, String consentAndAccessTokenCookieString, 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 consentAndAccessTokenCookieString, String authCode)
- Specified by:
authrizedConsentin interfaceAISApi
-
selectMethod
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> selectMethod(String encryptedConsentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString)
- Specified by:
selectMethodin interfaceAISApi
-
getListOfAccounts
public org.springframework.http.ResponseEntity<List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>> getListOfAccounts(String accessTokenCookieString)
- Specified by:
getListOfAccountsin interfaceAISApi
-
aisDone
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> aisDone(String encryptedConsentId, String authorisationId, String cookie, boolean isOauth2Integrated, String authConfirmationCode)
-
revokeConsent
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> revokeConsent(@NotNull @NotNull String encryptedConsentId, @NotNull @NotNull String authorisationId, String cookieString)
- Specified by:
revokeConsentin interfaceAISApi
-
-