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 Details

    • FormLoginWebAuthenticationDetails

      public FormLoginWebAuthenticationDetails(String remoteAddress, String sessionId, Boolean enabled, String parameterName, String category, String code)
    • FormLoginWebAuthenticationDetails

      public FormLoginWebAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request, Boolean enabled, String parameterName, String category, String code)
  • Method Details

    • getEnabled

      public Boolean getEnabled()
    • getCategory

      public String getCategory()
    • getCode

      public String getCode()
    • getParameterName

      public String getParameterName()