Class PisPsuDataUpdateAuthorisationCheckerValidator
- java.lang.Object
-
- de.adorsys.psd2.xs2a.service.validator.PsuDataUpdateAuthorisationCheckerValidator
-
- de.adorsys.psd2.xs2a.service.validator.PisPsuDataUpdateAuthorisationCheckerValidator
-
@Component public class PisPsuDataUpdateAuthorisationCheckerValidator extends PsuDataUpdateAuthorisationCheckerValidator
-
-
Constructor Summary
Constructors Constructor Description PisPsuDataUpdateAuthorisationCheckerValidator(RequestProviderService requestProviderService, PsuDataUpdateAuthorisationChecker psuDataUpdateAuthorisationChecker)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description de.adorsys.psd2.xs2a.core.error.MessageErrorgetMessageErrorAreBothPsusAbsent()de.adorsys.psd2.xs2a.core.error.MessageErrorgetMessageErrorCanPsuUpdateAuthorisation()-
Methods inherited from class de.adorsys.psd2.xs2a.service.validator.PsuDataUpdateAuthorisationCheckerValidator
validate
-
-
-
-
Constructor Detail
-
PisPsuDataUpdateAuthorisationCheckerValidator
public PisPsuDataUpdateAuthorisationCheckerValidator(RequestProviderService requestProviderService, PsuDataUpdateAuthorisationChecker psuDataUpdateAuthorisationChecker)
-
-
Method Detail
-
getMessageErrorAreBothPsusAbsent
public de.adorsys.psd2.xs2a.core.error.MessageError getMessageErrorAreBothPsusAbsent()
- Specified by:
getMessageErrorAreBothPsusAbsentin classPsuDataUpdateAuthorisationCheckerValidator
-
getMessageErrorCanPsuUpdateAuthorisation
public de.adorsys.psd2.xs2a.core.error.MessageError getMessageErrorCanPsuUpdateAuthorisation()
- Specified by:
getMessageErrorCanPsuUpdateAuthorisationin classPsuDataUpdateAuthorisationCheckerValidator
-
-