Class FormLoginWebAuthenticationDetails
java.lang.Object
org.springframework.security.web.authentication.WebAuthenticationDetails
cn.herodotus.engine.oauth2.core.definition.details.FormLoginWebAuthenticationDetails
- All Implemented Interfaces:
Serializable
public class FormLoginWebAuthenticationDetails
extends org.springframework.security.web.authentication.WebAuthenticationDetails
Description: 表单登录 Details 定义
- Author:
- : gengwei.zheng
- See Also:
- Date:
- : 2022/4/12 10:32
-
Constructor Summary
ConstructorsConstructorDescriptionFormLoginWebAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request, Boolean enabled, String parameterName, String category, String code) FormLoginWebAuthenticationDetails(String remoteAddress, String sessionId, Boolean enabled, String parameterName, String category, String code) -
Method Summary
Methods inherited from class org.springframework.security.web.authentication.WebAuthenticationDetails
equals, getRemoteAddress, getSessionId, hashCode, toString
-
Constructor Details
-
FormLoginWebAuthenticationDetails
-
FormLoginWebAuthenticationDetails
-
-
Method Details
-
getEnabled
-
getCategory
-
getCode
-
getParameterName
-