Uses of Class
org.springframework.security.oauth2.client.token.OAuth2AccessTokenSupport

Packages that use OAuth2AccessTokenSupport
org.springframework.security.oauth2.client.token   
org.springframework.security.oauth2.client.token.grant.client   
org.springframework.security.oauth2.client.token.grant.code   
org.springframework.security.oauth2.client.token.grant.implicit   
org.springframework.security.oauth2.client.token.grant.password   
 

Uses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token
 

Subclasses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token
 class AccessTokenProviderChain
          A chain of OAuth2 access token providers.
 

Uses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token.grant.client
 

Subclasses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token.grant.client
 class ClientCredentialsAccessTokenProvider
          Provider for obtaining an oauth2 access token by using client credentials.
 

Uses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token.grant.code
 

Subclasses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token.grant.code
 class AuthorizationCodeAccessTokenProvider
          Provider for obtaining an oauth2 access token by using an authorization code.
 

Uses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token.grant.implicit
 

Subclasses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token.grant.implicit
 class ImplicitAccessTokenProvider
          Provider for obtaining an oauth2 access token by using implicit grant.
 

Uses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token.grant.password
 

Subclasses of OAuth2AccessTokenSupport in org.springframework.security.oauth2.client.token.grant.password
 class ResourceOwnerPasswordAccessTokenProvider
          Provider for obtaining an oauth2 access token by using resource owner password.
 



Copyright © 2013. All rights reserved.