接口 org.springframework.security.oauth2.provider.TokenGranter
的使用

使用 TokenGranter 的软件包
org.springframework.security.oauth2.provider   
org.springframework.security.oauth2.provider.client   
org.springframework.security.oauth2.provider.code   
org.springframework.security.oauth2.provider.endpoint   
org.springframework.security.oauth2.provider.implicit   
org.springframework.security.oauth2.provider.password   
org.springframework.security.oauth2.provider.refresh   
org.springframework.security.oauth2.provider.token   
 

org.springframework.security.oauth2.providerTokenGranter 的使用
 

实现 TokenGranterorg.springframework.security.oauth2.provider 中的类
 class CompositeTokenGranter
           
 

类型变量类型为 TokenGranterorg.springframework.security.oauth2.provider 中的构造方法参数
CompositeTokenGranter(List<TokenGranter> tokenGranters)
           
 

org.springframework.security.oauth2.provider.clientTokenGranter 的使用
 

实现 TokenGranterorg.springframework.security.oauth2.provider.client 中的类
 class ClientCredentialsTokenGranter
           
 

org.springframework.security.oauth2.provider.codeTokenGranter 的使用
 

实现 TokenGranterorg.springframework.security.oauth2.provider.code 中的类
 class AuthorizationCodeTokenGranter
          Token granter for the authorization code grant type.
 

org.springframework.security.oauth2.provider.endpointTokenGranter 的使用
 

返回 TokenGranterorg.springframework.security.oauth2.provider.endpoint 中的方法
protected  TokenGranter AbstractEndpoint.getTokenGranter()
           
 

参数类型为 TokenGranterorg.springframework.security.oauth2.provider.endpoint 中的方法
 void AbstractEndpoint.setTokenGranter(TokenGranter tokenGranter)
           
 

org.springframework.security.oauth2.provider.implicitTokenGranter 的使用
 

实现 TokenGranterorg.springframework.security.oauth2.provider.implicit 中的类
 class ImplicitTokenGranter
           
 

org.springframework.security.oauth2.provider.passwordTokenGranter 的使用
 

实现 TokenGranterorg.springframework.security.oauth2.provider.password 中的类
 class ResourceOwnerPasswordTokenGranter
           
 

org.springframework.security.oauth2.provider.refreshTokenGranter 的使用
 

实现 TokenGranterorg.springframework.security.oauth2.provider.refresh 中的类
 class RefreshTokenGranter
           
 

org.springframework.security.oauth2.provider.tokenTokenGranter 的使用
 

实现 TokenGranterorg.springframework.security.oauth2.provider.token 中的类
 class AbstractTokenGranter
           
 



Copyright © 2013. All rights reserved.