Class DoNothingIfCommittedServerRedirectStrategy
- java.lang.Object
-
- org.springframework.security.web.server.DefaultServerRedirectStrategy
-
- org.apache.syncope.sra.security.web.server.DoNothingIfCommittedServerRedirectStrategy
-
- All Implemented Interfaces:
ServerRedirectStrategy
public class DoNothingIfCommittedServerRedirectStrategy extends 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(ServerWebExchange exchange, URI location)
-
Methods inherited from class org.springframework.security.web.server.DefaultServerRedirectStrategy
setContextRelative, setHttpStatus
-
-
-
-
Method Detail
-
sendRedirect
public reactor.core.publisher.Mono<Void> sendRedirect(ServerWebExchange exchange, URI location)
- Specified by:
sendRedirect
in interfaceServerRedirectStrategy
- Overrides:
sendRedirect
in classDefaultServerRedirectStrategy
-
-