Class AuthorisationStageCheckValidator


  • @Component
    public class AuthorisationStageCheckValidator
    extends Object
    Checks whether the incoming request authorisation data matches the current authorisation stage
    • Constructor Detail

      • AuthorisationStageCheckValidator

        public AuthorisationStageCheckValidator()
    • Method Detail

      • validate

        public de.adorsys.psd2.xs2a.core.service.validator.ValidationResult validate​(@NotNull
                                                                                     @NotNull UpdateAuthorisationRequest updateRequest,
                                                                                     @NotNull
                                                                                     @NotNull de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus,
                                                                                     @NotNull
                                                                                     @NotNull AuthorisationServiceType authType)