Class ProtocolUrlsConfiguration
- java.lang.Object
-
- de.adorsys.opba.protocol.xs2a.config.protocol.ProtocolUrlsConfiguration
-
@Validated @Configuration @ConfigurationProperties("protocol.xs2a.urls") public class ProtocolUrlsConfiguration extends ObjectXS2A URL protocol configuration. Note that all URLs are expanded usingContextUtil, so you can use string interpolation like this: (redirect code query will be added automatically in ContextUtil.buildAndExpandQueryParameters(..) http://localhost:8080/v1/consent/{sessionId}/fromAspsp/STUB_STATE/ok The aforementioned URL will get interpolated usingXs2aContextfunctions to i.e. http://localhost:8080/v1/consent/53659eaf-d953-48de-a644-61c3c915d2c6/fromAspsp/STUB_STATE/ok?redirectCode=0174ef07-2e33-4264-9646-3b8965d100a0 with data fromXs2aContextavailable at the step execution.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classProtocolUrlsConfiguration.Parametersstatic classProtocolUrlsConfiguration.UrlSetstatic classProtocolUrlsConfiguration.WebHooks
-
Constructor Summary
Constructors Constructor Description ProtocolUrlsConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ProtocolUrlsConfiguration.UrlSetgetUrlAisOrPisSetBasedOnContext(Xs2aContext context)
-
-
-
Method Detail
-
getUrlAisOrPisSetBasedOnContext
public ProtocolUrlsConfiguration.UrlSet getUrlAisOrPisSetBasedOnContext(Xs2aContext context)
-
-