类 SecurityExceptionHandlerImpl

java.lang.Object
spring.turbo.module.security.exception.SecurityExceptionHandlerImpl
所有已实现的接口:
org.springframework.security.web.access.AccessDeniedHandler, org.springframework.security.web.AuthenticationEntryPoint, org.springframework.security.web.firewall.RequestRejectedHandler, SecurityExceptionHandler

public class SecurityExceptionHandlerImpl extends Object implements SecurityExceptionHandler
从以下版本开始:
1.2.3
作者:
应卓
  • 构造器概要

    构造器
    构造器
    说明
     
  • 方法概要

    修饰符和类型
    方法
    说明
    void
    commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authenticationException)
    void
    handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.access.AccessDeniedException accessDeniedException)
    void
    handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.web.firewall.RequestRejectedException requestRejectedException)

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 构造器详细资料

    • SecurityExceptionHandlerImpl

      public SecurityExceptionHandlerImpl()
  • 方法详细资料

    • handle

      public void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.web.firewall.RequestRejectedException requestRejectedException) throws IOException, jakarta.servlet.ServletException
      从接口复制的说明: SecurityExceptionHandler
      指定者:
      handle 在接口中 org.springframework.security.web.firewall.RequestRejectedHandler
      指定者:
      handle 在接口中 SecurityExceptionHandler
      抛出:
      IOException
      jakarta.servlet.ServletException
    • commence

      public void commence(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException authenticationException) throws IOException, jakarta.servlet.ServletException
      从接口复制的说明: SecurityExceptionHandler
      指定者:
      commence 在接口中 org.springframework.security.web.AuthenticationEntryPoint
      指定者:
      commence 在接口中 SecurityExceptionHandler
      抛出:
      IOException
      jakarta.servlet.ServletException
    • handle

      public void handle(jakarta.servlet.http.HttpServletRequest request, jakarta.servlet.http.HttpServletResponse response, org.springframework.security.access.AccessDeniedException accessDeniedException) throws IOException, jakarta.servlet.ServletException
      从接口复制的说明: SecurityExceptionHandler
      指定者:
      handle 在接口中 org.springframework.security.web.access.AccessDeniedHandler
      指定者:
      handle 在接口中 SecurityExceptionHandler
      抛出:
      IOException
      jakarta.servlet.ServletException