Class RedirectServerAuthenticationEntryPoint

    • Constructor Detail

      • RedirectServerAuthenticationEntryPoint

        public RedirectServerAuthenticationEntryPoint​(java.lang.String location)
        Creates an instance
        Parameters:
        location - the location to redirect to (i.e. "/logout-success")
    • Method Detail

      • setRequestCache

        public void setRequestCache​(ServerRequestCache requestCache)
        The request cache to use to save the request before sending a redirect.
        Parameters:
        requestCache - the cache to redirect to.
      • setRedirectStrategy

        public void setRedirectStrategy​(ServerRedirectStrategy redirectStrategy)
        Sets the RedirectStrategy to use.
        Parameters:
        redirectStrategy - the strategy to use. Default is DefaultRedirectStrategy.