Class OAuth2ResourceOwnerPasswordAuthenticationConverter
- java.lang.Object
-
- ca.corefacility.bioinformatics.irida.oauth2.OAuth2ResourceOwnerPasswordAuthenticationConverter
-
- All Implemented Interfaces:
org.springframework.security.web.authentication.AuthenticationConverter
public class OAuth2ResourceOwnerPasswordAuthenticationConverter extends java.lang.Object implements org.springframework.security.web.authentication.AuthenticationConverter
Attempts to extract an Access Token Request fromHttpServletRequest
for the OAuth 2.0 Resource Owner Password Credentials Grant and then converts it to anOAuth2ResourceOwnerPasswordAuthenticationToken
used for authenticating the authorization grant.
-
-
Constructor Summary
Constructors Constructor Description OAuth2ResourceOwnerPasswordAuthenticationConverter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.security.core.Authentication
convert(javax.servlet.http.HttpServletRequest request)
-