Class DoNothingIfCommittedServerRedirectStrategy
- java.lang.Object
-
- org.springframework.security.web.server.DefaultServerRedirectStrategy
-
- org.apache.syncope.sra.security.web.server.DoNothingIfCommittedServerRedirectStrategy
-
- All Implemented Interfaces:
org.springframework.security.web.server.ServerRedirectStrategy
public class DoNothingIfCommittedServerRedirectStrategy extends org.springframework.security.web.server.DefaultServerRedirectStrategy
-
-
Constructor Summary
Constructors Constructor Description DoNothingIfCommittedServerRedirectStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description reactor.core.publisher.Mono<Void>sendRedirect(org.springframework.web.server.ServerWebExchange exchange, URI location)
-
-
-
Method Detail
-
sendRedirect
public reactor.core.publisher.Mono<Void> sendRedirect(org.springframework.web.server.ServerWebExchange exchange, URI location)
- Specified by:
sendRedirectin interfaceorg.springframework.security.web.server.ServerRedirectStrategy- Overrides:
sendRedirectin classorg.springframework.security.web.server.DefaultServerRedirectStrategy
-
-