platform icon indicating copy to clipboard operation
platform copied to clipboard

VaadinWebSecurity - private methods cannot be overriden

Open corbettcode opened this issue 2 years ago • 0 comments
trafficstars

Describe your motivation

In VaadinWebSecurity the two methods:

getVaadinSavedRequestAwareAuthenticationSuccessHandler(...) createAccessDeniedHandler()

have private access so they cannot be overridden.

Describe the solution you'd like

Make both:

getVaadinSavedRequestAwareAuthenticationSuccessHandler(...) createAccessDeniedHandler()

protected access.

Also, ensure there are getters for all @Autowired attributes.

Describe alternatives you've considered

No response

Additional context

No response

corbettcode avatar May 20 '23 17:05 corbettcode