@RestController(value="/ais") @RequestMapping(value="/ais") public class AISController extends AbstractXISController implements AISApi
aspspConsentDataClient, auth, referencePolicy, responseUtils, tokenStorageService| Constructor and Description |
|---|
AISController() |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<AuthorizeResponse> |
aisAuth(String redirectId,
String encryptedConsentId) |
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
aisDone(String encryptedConsentId,
String authorisationId,
String consentAndAccessTokenCookieString,
Boolean forgetConsent,
Boolean backToTpp) |
org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> |
authrizedConsent(String encryptedConsentId,
String authorisationId,
String consentAndaccessTokenCookieString,
String authCode) |
String |
getBasePath() |
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) |
authpublic org.springframework.http.ResponseEntity<AuthorizeResponse> aisAuth(String redirectId, String encryptedConsentId)
public String getBasePath()
getBasePath in class AbstractXISControllerpublic 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) throws de.adorsys.ledgers.middleware.rest.exception.ForbiddenRestException
getListOfAccounts in interface AISApide.adorsys.ledgers.middleware.rest.exception.ForbiddenRestExceptionpublic org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> aisDone(String encryptedConsentId, String authorisationId, String consentAndAccessTokenCookieString, Boolean forgetConsent, Boolean backToTpp)
public org.springframework.http.ResponseEntity<ConsentAuthorizeResponse> revokeConsent(@NotNull @NotNull String encryptedConsentId, @NotNull @NotNull String authorisationId, String cookieString)
revokeConsent in interface AISApiCopyright © 2019. All rights reserved.