Class AuthorisationStatusValidator

    • Constructor Detail

      • AuthorisationStatusValidator

        public AuthorisationStatusValidator()
    • Method Detail

      • validate

        @NotNull
        public @NotNull ValidationResult validate​(@NotNull
                                                  @NotNull de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus,
                                                  @NotNull
                                                  @org.jetbrains.annotations.NotNull boolean confirmationCodeReceived)
      • getErrorTypeForStatusInvalid

        @NotNull
        protected abstract @NotNull de.adorsys.psd2.xs2a.core.error.ErrorType getErrorTypeForStatusInvalid()
      • getErrorTypeForSCAInvalid

        @NotNull
        protected abstract @NotNull de.adorsys.psd2.xs2a.core.error.ErrorType getErrorTypeForSCAInvalid()