类 NkAuthenticationEntryPoint
java.lang.Object
cn.nkpro.elcube.security.NkAuthenticationEntryPoint
- 所有已实现的接口:
org.springframework.security.web.AuthenticationEntryPoint
public class NkAuthenticationEntryPoint
extends Object
implements org.springframework.security.web.AuthenticationEntryPoint
- 从以下版本开始:
- 2019/11/6 22:11
- 作者:
- dax
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcommence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException e)
-
构造器详细资料
-
NkAuthenticationEntryPoint
public NkAuthenticationEntryPoint()
-
-
方法详细资料
-
commence
public void commence(javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response, org.springframework.security.core.AuthenticationException e) throws IOException, javax.servlet.ServletException- 指定者:
commence在接口中org.springframework.security.web.AuthenticationEntryPoint- 抛出:
IOExceptionjavax.servlet.ServletException
-