类 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
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.springframework.security.core.Authenticationconvert(javax.servlet.http.HttpServletRequest request)
-
构造器详细资料
-
OAuth2ResourceOwnerPasswordAuthenticationConverter
public OAuth2ResourceOwnerPasswordAuthenticationConverter()
-
-
方法详细资料
-
convert
public org.springframework.security.core.Authentication convert(javax.servlet.http.HttpServletRequest request) - 指定者:
convert在接口中org.springframework.security.web.authentication.AuthenticationConverter
-