类 FormLoginWebAuthenticationDetails
java.lang.Object
org.springframework.security.web.authentication.WebAuthenticationDetails
cn.herodotus.engine.oauth2.core.definition.details.FormLoginWebAuthenticationDetails
- 所有已实现的接口:
Serializable
public class FormLoginWebAuthenticationDetails
extends org.springframework.security.web.authentication.WebAuthenticationDetails
Description: 表单登录 Details 定义
- 作者:
- : gengwei.zheng
- 另请参阅:
- Date:
- : 2022/4/12 10:32
-
构造器概要
构造器构造器说明FormLoginWebAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request, boolean closed, String parameterName, String category) FormLoginWebAuthenticationDetails(String remoteAddress, String sessionId, Boolean closed, String parameterName, String category, String code, String identity) -
方法概要
从类继承的方法 org.springframework.security.web.authentication.WebAuthenticationDetails
equals, getRemoteAddress, getSessionId, hashCode, toString
-
构造器详细资料
-
FormLoginWebAuthenticationDetails
-
FormLoginWebAuthenticationDetails
-
-
方法详细资料
-
getClosed
-
getParameterName
-
getCategory
-
getCode
-
getIdentity
-