Class DoNothingIfCommittedServerRedirectStrategy

  • All Implemented Interfaces:
    org.springframework.security.web.server.ServerRedirectStrategy

    public class DoNothingIfCommittedServerRedirectStrategy
    extends org.springframework.security.web.server.DefaultServerRedirectStrategy
    • Constructor Detail

      • DoNothingIfCommittedServerRedirectStrategy

        public DoNothingIfCommittedServerRedirectStrategy()
    • Method Detail

      • sendRedirect

        public reactor.core.publisher.Mono<Void> sendRedirect​(org.springframework.web.server.ServerWebExchange exchange,
                                                              URI location)
        Specified by:
        sendRedirect in interface org.springframework.security.web.server.ServerRedirectStrategy
        Overrides:
        sendRedirect in class org.springframework.security.web.server.DefaultServerRedirectStrategy