Class DoNothingIfCommittedServerRedirectStrategy
java.lang.Object
org.springframework.security.web.server.DefaultServerRedirectStrategy
org.apache.syncope.sra.security.web.server.DoNothingIfCommittedServerRedirectStrategy
- All Implemented Interfaces:
ServerRedirectStrategy
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionreactor.core.publisher.Mono<Void> sendRedirect(ServerWebExchange exchange, URI location) Methods inherited from class org.springframework.security.web.server.DefaultServerRedirectStrategy
setContextRelative, setHttpStatus
-
Constructor Details
-
DoNothingIfCommittedServerRedirectStrategy
public DoNothingIfCommittedServerRedirectStrategy()
-
-
Method Details
-
sendRedirect
- Specified by:
sendRedirectin interfaceServerRedirectStrategy- Overrides:
sendRedirectin classDefaultServerRedirectStrategy
-