Class ConsentAuthorisationValidator
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.validator.authorisation.ConsentAuthorisationValidator
-
- Direct Known Subclasses:
AisAuthorisationValidator,PiisAuthorisationValidator
public abstract class ConsentAuthorisationValidator extends Object
-
-
Constructor Summary
Constructors Constructor Description ConsentAuthorisationValidator()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract de.adorsys.psd2.xs2a.core.error.ErrorTypegetErrorType()@NotNull de.adorsys.psd2.xs2a.core.service.validator.ValidationResultvalidate(@NotNull String authorisationId, @NotNull de.adorsys.psd2.core.data.ConsentAutorizable consent)
-
-
-
Method Detail
-
validate
@NotNull public @NotNull de.adorsys.psd2.xs2a.core.service.validator.ValidationResult validate(@NotNull @NotNull String authorisationId, @NotNull @NotNull de.adorsys.psd2.core.data.ConsentAutorizable consent)
-
getErrorType
protected abstract de.adorsys.psd2.xs2a.core.error.ErrorType getErrorType()
-
-