Class FlowableLoginUrlAuthenticationEntryPoint

  • All Implemented Interfaces:
    org.springframework.beans.factory.InitializingBean, org.springframework.security.web.AuthenticationEntryPoint

    public class FlowableLoginUrlAuthenticationEntryPoint
    extends org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint
    Special Flowable UI Specific LoginUrlAuthenticationEntryPoint that allows adding a redirect on auth success dynamically to the redirect URL.
    Author:
    Filip Hrisafov
    • Field Detail

      • redirectUrlOnAuthSuccess

        protected String redirectUrlOnAuthSuccess
    • Constructor Detail

      • FlowableLoginUrlAuthenticationEntryPoint

        public FlowableLoginUrlAuthenticationEntryPoint​(String idmAppUrl,
                                                        String redirectOnAuthSuccess)
    • Method Detail

      • determineUrlToUseForThisRequest

        protected String determineUrlToUseForThisRequest​(javax.servlet.http.HttpServletRequest request,
                                                         javax.servlet.http.HttpServletResponse response,
                                                         org.springframework.security.core.AuthenticationException exception)
        Overrides:
        determineUrlToUseForThisRequest in class org.springframework.security.web.authentication.LoginUrlAuthenticationEntryPoint