Class OAuth2ResourceOwnerPasswordCredentialsAuthenticationConverter
java.lang.Object
io.jmix.authserver.authentication.OAuth2ResourceOwnerPasswordCredentialsAuthenticationConverter
- All Implemented Interfaces:
- org.springframework.security.web.authentication.AuthenticationConverter
public class OAuth2ResourceOwnerPasswordCredentialsAuthenticationConverter
extends Object
implements org.springframework.security.web.authentication.AuthenticationConverter
Attempts to extract an Access Token Request from 
HttpServletRequest for the OAuth 2.0 Resource Owner
 Password Credentials grant and then converts it to an
 OAuth2ResourceOwnerPasswordCredentialsAuthenticationToken used for authenticating the authorization grant.- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionorg.springframework.security.core.Authenticationconvert(jakarta.servlet.http.HttpServletRequest request) 
- 
Constructor Details- 
OAuth2ResourceOwnerPasswordCredentialsAuthenticationConverterpublic OAuth2ResourceOwnerPasswordCredentialsAuthenticationConverter()
 
- 
- 
Method Details- 
convertpublic org.springframework.security.core.Authentication convert(jakarta.servlet.http.HttpServletRequest request) - Specified by:
- convertin interface- org.springframework.security.web.authentication.AuthenticationConverter
 
 
-