org.springframework.security.oauth2.provider.implicit
Class ImplicitTokenGranter
java.lang.Object
org.springframework.security.oauth2.provider.token.AbstractTokenGranter
org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter
- All Implemented Interfaces:
- TokenGranter
public class ImplicitTokenGranter
- extends AbstractTokenGranter
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplicitTokenGranter
public ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService)
getOAuth2Authentication
protected OAuth2Authentication getOAuth2Authentication(AuthorizationRequest clientToken)
- Overrides:
getOAuth2Authentication in class AbstractTokenGranter
Copyright © 2012. All Rights Reserved.