类 OAuth2ResourceOwnerPasswordAuthenticationConverter

java.lang.Object
xyz.raylab.authorizationserver.oauth2.authentication.password.OAuth2ResourceOwnerPasswordAuthenticationConverter
所有已实现的接口:
org.springframework.security.web.authentication.AuthenticationConverter

public class OAuth2ResourceOwnerPasswordAuthenticationConverter extends Object implements org.springframework.security.web.authentication.AuthenticationConverter
  • 构造器详细资料

    • OAuth2ResourceOwnerPasswordAuthenticationConverter

      public OAuth2ResourceOwnerPasswordAuthenticationConverter()
  • 方法详细资料

    • convert

      public org.springframework.security.core.Authentication convert(javax.servlet.http.HttpServletRequest request)
      指定者:
      convert 在接口中 org.springframework.security.web.authentication.AuthenticationConverter