public interface CmsAspspTppService
| Modifier and Type | Method and Description |
|---|---|
boolean |
blockTpp(@NotNull String tppAuthorisationNumber,
@NotNull String nationalAuthorityId,
@NotNull String instanceId,
@Nullable Duration lockPeriod)
Blocks requests from TPP by given TPP ID and National competent authority ID.
|
@NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord> |
getTppStopListRecord(@NotNull String tppAuthorisationNumber,
@NotNull String nationalAuthorityId,
@NotNull String instanceId)
Loads TPP stop list record by TPP ID and National competent authority ID
|
boolean |
unblockTpp(@NotNull String tppAuthorisationNumber,
@NotNull String nationalAuthorityId,
@NotNull String instanceId)
Releases lock of requests from TPP by given TPP ID and National competent authority ID.
|
@NotNull @NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppStopListRecord> getTppStopListRecord(@NotNull @NotNull String tppAuthorisationNumber, @NotNull @NotNull String nationalAuthorityId, @NotNull @NotNull String instanceId)
tppAuthorisationNumber - ID of TPP to loadnationalAuthorityId - National competent authority idboolean blockTpp(@NotNull
@NotNull String tppAuthorisationNumber,
@NotNull
@NotNull String nationalAuthorityId,
@NotNull
@NotNull String instanceId,
@Nullable
@Nullable Duration lockPeriod)
tppAuthorisationNumber - ID of TPP to locknationalAuthorityId - National competent authority idlockPeriod - Time period of locking. May be omitted.true if lock was done. false otherwise.boolean unblockTpp(@NotNull
@NotNull String tppAuthorisationNumber,
@NotNull
@NotNull String nationalAuthorityId,
@NotNull
@NotNull String instanceId)
tppAuthorisationNumber - ID of TPP to locknationalAuthorityId - National competent authority idtrue if TPP was found and unlock was done. false otherwise.Copyright © 2019. All rights reserved.