Skip to content

Commit

Permalink
AD-272 Cleanup adyencheckoutaddonspa web spring
Browse files Browse the repository at this point in the history
  • Loading branch information
pjaneta committed Sep 13, 2024
1 parent 569c24a commit 6930f00
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 6930f00

Please sign in to comment.