类 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 closed, String parameterName, String category, String code, String identity)
    • FormLoginWebAuthenticationDetails

      public FormLoginWebAuthenticationDetails(jakarta.servlet.http.HttpServletRequest request, boolean closed, String parameterName, String category)
  • 方法详细资料

    • getClosed

      public Boolean getClosed()
    • getParameterName

      public String getParameterName()
    • getCategory

      public String getCategory()
    • getCode

      public String getCode()
    • getIdentity

      public String getIdentity()