org.springframework.security.oauth2.provider.code
类 AuthorizationCodeTokenGranter

java.lang.Object
  继承者 org.springframework.security.oauth2.provider.token.AbstractTokenGranter
      继承者 org.springframework.security.oauth2.provider.code.AuthorizationCodeTokenGranter
所有已实现的接口:
TokenGranter

public class AuthorizationCodeTokenGranter
extends AbstractTokenGranter

Token granter for the authorization code grant type.

作者:
Dave Syer

字段摘要
 
从类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 继承的字段
logger
 
构造方法摘要
AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices, AuthorizationCodeServices authorizationCodeServices, ClientDetailsService clientDetailsService, OAuth2RequestFactory requestFactory)
           
 
方法摘要
protected  OAuth2Authentication getOAuth2Authentication(ClientDetails client, TokenRequest tokenRequest)
           
 
从类 org.springframework.security.oauth2.provider.token.AbstractTokenGranter 继承的方法
getAccessToken, getRequestFactory, getTokenServices, grant, validateGrantType
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

AuthorizationCodeTokenGranter

public AuthorizationCodeTokenGranter(AuthorizationServerTokenServices tokenServices,
                                     AuthorizationCodeServices authorizationCodeServices,
                                     ClientDetailsService clientDetailsService,
                                     OAuth2RequestFactory requestFactory)
方法详细信息

getOAuth2Authentication

protected OAuth2Authentication getOAuth2Authentication(ClientDetails client,
                                                       TokenRequest tokenRequest)
覆盖:
AbstractTokenGranter 中的 getOAuth2Authentication


Copyright © 2013. All rights reserved.