public class FormLoginWebAuthenticationDetails
extends org.springframework.security.web.authentication.WebAuthenticationDetails
Description : 自定义WebAuthenticationDetails,用于提供Login额外参数检测
| 构造器和说明 |
|---|
FormLoginWebAuthenticationDetails(javax.servlet.http.HttpServletRequest request,
SecurityProperties securityProperties)
Records the remote address and will also set the session Id if a session already
exists (it won't create one).
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCategory() |
String |
getCode() |
String |
getIdentity() |
boolean |
isClose() |
public FormLoginWebAuthenticationDetails(javax.servlet.http.HttpServletRequest request,
SecurityProperties securityProperties)
request - that the authentication request was received fromCopyright © 2022. All rights reserved.