类 UsernamePasswordGrantAuthenticationConverter

java.lang.Object
cn.bbwres.biscuit.security.oauth2.grant.username.UsernamePasswordGrantAuthenticationConverter
所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationConverter

public class UsernamePasswordGrantAuthenticationConverter extends Object implements org.springframework.security.web.authentication.AuthenticationConverter
用户账号密码登录
作者:
zhanglinfeng
  • 构造器详细资料

    • UsernamePasswordGrantAuthenticationConverter

      public UsernamePasswordGrantAuthenticationConverter()
  • 方法详细资料

    • convert

      public org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request)
      转换请求信息
      指定者:
      convert 在接口中 org.springframework.security.web.authentication.AuthenticationConverter
      参数:
      request -
      返回: