Class CmsAspspTppServiceInternal
- java.lang.Object
-
- de.adorsys.psd2.consent.service.aspsp.CmsAspspTppServiceInternal
-
- All Implemented Interfaces:
de.adorsys.psd2.consent.aspsp.api.tpp.CmsAspspTppService
@Service @Transactional(readOnly=true) public class CmsAspspTppServiceInternal extends Object implements de.adorsys.psd2.consent.aspsp.api.tpp.CmsAspspTppService
-
-
Constructor Summary
Constructors Constructor Description CmsAspspTppServiceInternal()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanblockTpp(@NotNull String tppAuthorisationNumber, @NotNull String instanceId, @Nullable Duration lockPeriod)@NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppInfo>getTppInfo(@NotNull String tppAuthorisationNumber, @NotNull String instanceId)@NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord>getTppStopListRecord(@NotNull String tppAuthorisationNumber, @NotNull String instanceId)booleanunblockTpp(@NotNull String tppAuthorisationNumber, @NotNull String instanceId)
-
-
-
Method Detail
-
getTppStopListRecord
@NotNull public @NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord> getTppStopListRecord(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String instanceId)
- Specified by:
getTppStopListRecordin interfacede.adorsys.psd2.consent.aspsp.api.tpp.CmsAspspTppService
-
blockTpp
@Transactional public boolean blockTpp(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String instanceId, @Nullable @Nullable Duration lockPeriod)- Specified by:
blockTppin interfacede.adorsys.psd2.consent.aspsp.api.tpp.CmsAspspTppService
-
unblockTpp
@Transactional public boolean unblockTpp(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String instanceId)- Specified by:
unblockTppin interfacede.adorsys.psd2.consent.aspsp.api.tpp.CmsAspspTppService
-
-