Uses of Class
de.adorsys.psd2.xs2a.domain.authorisation.AuthorisationServiceType
-
-
Uses of AuthorisationServiceType in de.adorsys.psd2.xs2a.domain.authorisation
Methods in de.adorsys.psd2.xs2a.domain.authorisation that return AuthorisationServiceType Modifier and Type Method Description static AuthorisationServiceTypeAuthorisationServiceType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuthorisationServiceType[]AuthorisationServiceType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AuthorisationServiceType in de.adorsys.psd2.xs2a.service.validator.authorisation
Methods in de.adorsys.psd2.xs2a.service.validator.authorisation with parameters of type AuthorisationServiceType Modifier and Type Method Description de.adorsys.psd2.xs2a.core.service.validator.ValidationResultAuthorisationStageCheckValidator. validate(@NotNull UpdateAuthorisationRequest updateRequest, @NotNull de.adorsys.psd2.xs2a.core.sca.ScaStatus scaStatus, @NotNull AuthorisationServiceType authType) -
Uses of AuthorisationServiceType in de.adorsys.psd2.xs2a.service.validator.pis.authorisation
Methods in de.adorsys.psd2.xs2a.service.validator.pis.authorisation that return AuthorisationServiceType Modifier and Type Method Description protected abstract AuthorisationServiceTypeAbstractUpdatePisPsuDataValidator. getAuthorisationServiceType() -
Uses of AuthorisationServiceType in de.adorsys.psd2.xs2a.service.validator.pis.authorisation.cancellation
Methods in de.adorsys.psd2.xs2a.service.validator.pis.authorisation.cancellation that return AuthorisationServiceType Modifier and Type Method Description protected AuthorisationServiceTypeUpdatePisCancellationPsuDataValidator. getAuthorisationServiceType() -
Uses of AuthorisationServiceType in de.adorsys.psd2.xs2a.service.validator.pis.authorisation.initiation
Methods in de.adorsys.psd2.xs2a.service.validator.pis.authorisation.initiation that return AuthorisationServiceType Modifier and Type Method Description protected AuthorisationServiceTypeUpdatePisCommonPaymentPsuDataValidator. getAuthorisationServiceType()
-