Skip to content

Commit

Permalink
Merge pull request #444 from Adyen/feature/AD-272
Browse files Browse the repository at this point in the history
AD-272 Cleanup adyencheckoutaddonspa web spring
  • Loading branch information
pjaneta authored Sep 17, 2024
2 parents 569c24a + 6930f00 commit 098a003
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 376 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -38,33 +38,4 @@
<property name="add" ref="getAdyencheckoutaddonspaBeforeViewHandler"/>
</bean>

<bean id="sameSiteCookieAttributeAppenderUtils" class="com.adyen.commerce.utils.SameSiteCookieAttributeAppenderUtils" >
<property name="configurationService" ref="configurationService" />
</bean>

<!-- SameSite cookie Authentication Handler -->
<bean id="loginGuidAuthenticationSuccessHandler" class="com.adyen.commerce.security.AdyenGUIDAuthenticationSuccessHandler" >
<property name="authenticationSuccessHandler" ref="loginAuthenticationSuccessHandler" />
<property name="guidCookieStrategy" ref="guidCookieStrategy" />
<property name="sameSiteCookieAttributeAppenderUtils" ref="sameSiteCookieAttributeAppenderUtils" />
</bean>
<bean id="loginCheckoutGuidAuthenticationSuccessHandler" class="com.adyen.commerce.security.AdyenGUIDAuthenticationSuccessHandler" >
<property name="authenticationSuccessHandler" ref="loginCheckoutAuthenticationSuccessHandler" />
<property name="guidCookieStrategy" ref="guidCookieStrategy" />
<property name="sameSiteCookieAttributeAppenderUtils" ref="sameSiteCookieAttributeAppenderUtils" />
</bean>

<!-- SameSite cookie Filter -->
<bean id="sameSiteCookiePostProcessFilter" class="com.adyen.commerce.filters.SameSiteCookiePostProcessFilter" >
<property name="sameSiteCookieAttributeAppenderUtils" ref="sameSiteCookieAttributeAppenderUtils" />
</bean>
<bean id="sameSiteCookiePostProcessFilterListMergeDirective" depends-on="defaultStorefrontTenantDefaultFilterChainList" parent="listMergeDirective">
<property name="add" ref="sameSiteCookiePostProcessFilter"/>
</bean>

<!-- SameSite cookie Handler Interceptor -->
<bean id="sameSiteCookieHandlerInterceptorAdapter" class="com.adyen.commerce.interceptors.SameSiteCookieHandlerInterceptorAdapter" >
<property name="sameSiteCookieAttributeAppenderUtils" ref="sameSiteCookieAttributeAppenderUtils" />
</bean>

</beans>

0 comments on commit 098a003

Please sign in to comment.