Class UnauthorizedEntryPoint
java.lang.Object
com.MedilaboSolutions.gateway.security.UnauthorizedEntryPoint
- All Implemented Interfaces:
org.springframework.security.web.server.ServerAuthenticationEntryPoint
@Component
public class UnauthorizedEntryPoint
extends Object
implements org.springframework.security.web.server.ServerAuthenticationEntryPoint
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
UnauthorizedEntryPoint
public UnauthorizedEntryPoint()
-
-
Method Details
-
commence
public reactor.core.publisher.Mono<Void> commence(org.springframework.web.server.ServerWebExchange exchange, org.springframework.security.core.AuthenticationException ex) - Specified by:
commence
in interfaceorg.springframework.security.web.server.ServerAuthenticationEntryPoint
-