public interface CmsAspspTppService
| Modifier and Type | Method and Description |
|---|---|
boolean |
blockTpp(@NotNull String tppAuthorizationNumber,
@Nullable Duration lockPeriod)
Blocks requests from TPP by given TPP ID.
|
@NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppInfo> |
getTppInfoById(@NotNull String tppAuthorizationNumber)
Loads TPP Information by its ID
|
boolean |
unblockTpp(@NotNull String tppAuthorisationNumber)
Releases lock of requests from TPP by given TPP ID.
|
@NotNull @NotNull Optional<de.adorsys.psd2.xs2a.core.tpp.TppInfo> getTppInfoById(@NotNull @NotNull String tppAuthorizationNumber)
tppAuthorizationNumber - ID of TPP to loadboolean blockTpp(@NotNull
@NotNull String tppAuthorizationNumber,
@Nullable
@Nullable Duration lockPeriod)
tppAuthorizationNumber - ID of TPP to locklockPeriod - Time period of locking. May be omitted.true if lock was done. false otherwise.boolean unblockTpp(@NotNull
@NotNull String tppAuthorisationNumber)
tppAuthorisationNumber - ID of TPP to locktrue if TPP was found and unlock was done. false otherwise.Copyright © 2018 Pivotal Software, Inc.. All rights reserved.