类 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

      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)
  • 方法详细资料

    • getEnabled

      public Boolean getEnabled()
    • getCategory

      public String getCategory()
    • getCode

      public String getCode()
    • getParameterName

      public String getParameterName()