org.springframework.security.oauth2.provider.password
Class ResourceOwnerPasswordTokenGranter
java.lang.Object
org.springframework.security.oauth2.provider.token.AbstractTokenGranter
org.springframework.security.oauth2.provider.password.ResourceOwnerPasswordTokenGranter
- All Implemented Interfaces:
- TokenGranter
public class ResourceOwnerPasswordTokenGranter
- extends AbstractTokenGranter
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ResourceOwnerPasswordTokenGranter
public ResourceOwnerPasswordTokenGranter(org.springframework.security.authentication.AuthenticationManager authenticationManager,
AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
getOAuth2Authentication
protected OAuth2Authentication getOAuth2Authentication(ClientDetails client,
TokenRequest tokenRequest)
- Overrides:
getOAuth2Authentication in class AbstractTokenGranter
Copyright © 2013. All rights reserved.