public interface CmsAspspTppService
| Modifier and Type | Method and Description |
|---|---|
boolean |
blockTpp(@NotNull String tppAuthorisationNumber,
@NotNull String instanceId,
@Nullable Duration lockPeriod)
Blocks requests from TPP by given TPP ID.
|
@NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppInfo> |
getTppInfo(@NotNull String tppAuthorisationNumber,
@NotNull String instanceId)
Loads TPP info record by TPP authorisation number
|
@NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord> |
getTppStopListRecord(@NotNull String tppAuthorisationNumber,
@NotNull String instanceId)
Loads TPP stop list record by TPP ID
|
boolean |
unblockTpp(@NotNull String tppAuthorisationNumber,
@NotNull String instanceId)
Releases lock of requests from TPP by given TPP ID.
|
@NotNull @NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord> getTppStopListRecord(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String instanceId)
tppAuthorisationNumber - ID of TPP to loadinstanceId - optional ID of particular service instanceboolean blockTpp(@NotNull
@NotNull String tppAuthorisationNumber,
@NotNull
@NotNull String instanceId,
@Nullable
@Nullable Duration lockPeriod)
tppAuthorisationNumber - ID of TPP to lockinstanceId - optional ID of particular service instancelockPeriod - Time period of locking. May be omitted.true if lock was done. false otherwise.boolean unblockTpp(@NotNull
@NotNull String tppAuthorisationNumber,
@NotNull
@NotNull String instanceId)
tppAuthorisationNumber - ID of TPP to lockinstanceId - optional ID of particular service instancetrue if TPP was found and unlock was done. false otherwise.@NotNull @NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppInfo> getTppInfo(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String instanceId)
tppAuthorisationNumber - ID of TPP to loadinstanceId - optional ID of particular service instanceCopyright © 2019. All rights reserved.