Class ConsentAuthConfirmationCodeServiceImpl
- java.lang.Object
-
- de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation.AuthConfirmationCodeServiceImpl<de.adorsys.psd2.xs2a.spi.domain.consent.SpiConsentConfirmationCodeValidationResponse>
-
- de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation.ConsentAuthConfirmationCodeServiceImpl
-
- All Implemented Interfaces:
ConsentAuthConfirmationCodeService
@Service public class ConsentAuthConfirmationCodeServiceImpl extends AuthConfirmationCodeServiceImpl<de.adorsys.psd2.xs2a.spi.domain.consent.SpiConsentConfirmationCodeValidationResponse> implements ConsentAuthConfirmationCodeService
-
-
Constructor Summary
Constructors Constructor Description ConsentAuthConfirmationCodeServiceImpl(AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, UserMgmtRestClient userMgmtRestClient, OauthProfileServiceWrapper oauthProfileServiceWrapper)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected de.adorsys.psd2.xs2a.spi.domain.response.SpiResponse<de.adorsys.psd2.xs2a.spi.domain.consent.SpiConsentConfirmationCodeValidationResponse>handleAuthConfirmationResponse(org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.sca.AuthConfirmationTO> authConfirmationResponse)-
Methods inherited from class de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation.AuthConfirmationCodeServiceImpl
checkConfirmationCode, checkConfirmationCodeInternally, completeAuthConfirmation, isOAuthRedirectFlow
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.adorsys.aspsp.xs2a.connector.spi.impl.authorisation.confirmation.ConsentAuthConfirmationCodeService
checkConfirmationCode, checkConfirmationCodeInternally, completeAuthConfirmation
-
-
-
-
Constructor Detail
-
ConsentAuthConfirmationCodeServiceImpl
public ConsentAuthConfirmationCodeServiceImpl(AuthRequestInterceptor authRequestInterceptor, AspspConsentDataService consentDataService, FeignExceptionReader feignExceptionReader, UserMgmtRestClient userMgmtRestClient, OauthProfileServiceWrapper oauthProfileServiceWrapper)
-
-
Method Detail
-
handleAuthConfirmationResponse
protected de.adorsys.psd2.xs2a.spi.domain.response.SpiResponse<de.adorsys.psd2.xs2a.spi.domain.consent.SpiConsentConfirmationCodeValidationResponse> handleAuthConfirmationResponse(org.springframework.http.ResponseEntity<de.adorsys.ledgers.middleware.api.domain.sca.AuthConfirmationTO> authConfirmationResponse)
- Specified by:
handleAuthConfirmationResponsein classAuthConfirmationCodeServiceImpl<de.adorsys.psd2.xs2a.spi.domain.consent.SpiConsentConfirmationCodeValidationResponse>
-
-