Class CmsConsentAuthorisationServiceInternal


  • @Service
    public class CmsConsentAuthorisationServiceInternal
    extends Object
    • Constructor Detail

      • CmsConsentAuthorisationServiceInternal

        public CmsConsentAuthorisationServiceInternal()
    • Method Detail

      • getAuthorisationByAuthorisationId

        public Optional<AuthorisationEntity> getAuthorisationByAuthorisationId​(@NotNull
                                                                               @NotNull String authorisationId,
                                                                               @NotNull
                                                                               @NotNull String instanceId)
                                                                        throws de.adorsys.psd2.xs2a.core.exception.AuthorisationIsExpiredException
        Throws:
        de.adorsys.psd2.xs2a.core.exception.AuthorisationIsExpiredException
      • getAuthorisationByRedirectId

        public Optional<AuthorisationEntity> getAuthorisationByRedirectId​(String redirectId,
                                                                          String instanceId)
                                                                   throws de.adorsys.psd2.xs2a.core.exception.RedirectUrlIsExpiredException
        Throws:
        de.adorsys.psd2.xs2a.core.exception.RedirectUrlIsExpiredException
      • updateScaStatusAndAuthenticationData

        public boolean updateScaStatusAndAuthenticationData​(@NotNull
                                                            @NotNull de.adorsys.psd2.xs2a.core.sca.ScaStatus status,
                                                            AuthorisationEntity authorisation,
                                                            de.adorsys.psd2.xs2a.core.sca.AuthenticationDataHolder authenticationDataHolder)