public class FormLoginWebAuthenticationDetails
extends org.springframework.security.web.authentication.WebAuthenticationDetails
Description: 表单登录 Details 定义
| 构造器和说明 |
|---|
FormLoginWebAuthenticationDetails(javax.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) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCategory() |
Boolean |
getClosed() |
String |
getCode() |
String |
getIdentity() |
String |
getParameterName() |
Copyright © 2023 Dromara. All rights reserved.