| Constructor and Description |
|---|
AISController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
aisAuth(String redirectId,
String encryptedConsentId,
String token) |
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
aisDone(String encryptedConsentId,
String authorisationId,
String consentAndAccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp,
boolean isOauth2Integrated) |
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<PIISConsentCreateResponse> |
grantPiisConsent(String consentAndaccessTokenCookieString,
CreatePiisConsentRequestTO piisConsentRequestTO) |
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) |
public org.springframework.http.ResponseEntity<AuthorizeResponse> aisAuth(String redirectId, String encryptedConsentId, String token)
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> login(String encryptedConsentId, String authorisationId, String login, String pin, String consentCookieString)
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> startConsentAuth(String encryptedConsentId, String authorisationId, String consentAndAccessTokenCookieString, de.adorsys.ledgers.middleware.api.domain.um.AisConsentTO aisConsent)
startConsentAuth in interface AISApipublic org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> authrizedConsent(String encryptedConsentId, String authorisationId, String consentAndAccessTokenCookieString, String authCode)
authrizedConsent in interface AISApipublic org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> selectMethod(String encryptedConsentId, String authorisationId, String scaMethodId, String consentAndAccessTokenCookieString)
selectMethod in interface AISApipublic org.springframework.http.ResponseEntity<PIISConsentCreateResponse> grantPiisConsent(String consentAndaccessTokenCookieString, CreatePiisConsentRequestTO piisConsentRequestTO)
grantPiisConsent in interface AISApipublic org.springframework.http.ResponseEntity<List<de.adorsys.ledgers.middleware.api.domain.account.AccountDetailsTO>> getListOfAccounts(String accessTokenCookieString)
getListOfAccounts in interface AISApipublic org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> aisDone(String encryptedConsentId, String authorisationId, String consentAndAccessTokenCookieString, Boolean forgetConsent, Boolean backToTpp, boolean isOauth2Integrated)
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> revokeConsent(@NotNull @NotNull String encryptedConsentId, @NotNull @NotNull String authorisationId, String cookieString)
revokeConsent in interface AISApiCopyright © 2020. All rights reserved.