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 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 interface org.springframework.security.web.server.ServerAuthenticationEntryPoint