Class McpBearerAuthenticationEntryPoint

java.lang.Object
io.meeds.mcp.server.web.McpBearerAuthenticationEntryPoint
All Implemented Interfaces:
org.springframework.security.web.AuthenticationEntryPoint

@Component("mcpServerAuthenticationEntryPoint") public class McpBearerAuthenticationEntryPoint extends Object implements org.springframework.security.web.AuthenticationEntryPoint
  • Constructor Details

    • McpBearerAuthenticationEntryPoint

      public McpBearerAuthenticationEntryPoint()
  • Method Details

    • commence

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authException) throws IOException
      Specified by:
      commence in interface org.springframework.security.web.AuthenticationEntryPoint
      Throws:
      IOException