org.springframework.security.oauth2.provider.implicit
类 ImplicitTokenGranter
java.lang.Object
org.springframework.security.oauth2.provider.token.AbstractTokenGranter
org.springframework.security.oauth2.provider.implicit.ImplicitTokenGranter
- 所有已实现的接口:
- TokenGranter
public class ImplicitTokenGranter
- extends AbstractTokenGranter
- 作者:
- Dave Syer
| 从类 java.lang.Object 继承的方法 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImplicitTokenGranter
public ImplicitTokenGranter(AuthorizationServerTokenServices tokenServices,
ClientDetailsService clientDetailsService,
OAuth2RequestFactory requestFactory)
getOAuth2Authentication
protected OAuth2Authentication getOAuth2Authentication(ClientDetails client,
TokenRequest clientToken)
- 覆盖:
- 类
AbstractTokenGranter 中的 getOAuth2Authentication
setImplicitGrantService
public void setImplicitGrantService(ImplicitGrantService service)
Copyright © 2013. All rights reserved.