Uses of Interface
org.springframework.security.oauth.provider.token.OAuthAccessProviderToken

Packages that use OAuthAccessProviderToken
org.springframework.security.oauth.provider   
org.springframework.security.oauth.provider.token   
 

Uses of OAuthAccessProviderToken in org.springframework.security.oauth.provider
 

Methods in org.springframework.security.oauth.provider with parameters of type OAuthAccessProviderToken
 org.springframework.security.core.Authentication DefaultAuthenticationHandler.createAuthentication(javax.servlet.http.HttpServletRequest request, ConsumerAuthentication authentication, OAuthAccessProviderToken authToken)
          Default implementation returns the user authentication associated with the auth token, if the token is provided.
 org.springframework.security.core.Authentication OAuthAuthenticationHandler.createAuthentication(javax.servlet.http.HttpServletRequest request, ConsumerAuthentication authentication, OAuthAccessProviderToken authToken)
          Create the authentication object for an authenticated OAuth request.
 

Uses of OAuthAccessProviderToken in org.springframework.security.oauth.provider.token
 

Classes in org.springframework.security.oauth.provider.token that implement OAuthAccessProviderToken
 class OAuthProviderTokenImpl
          Basic implementation for an OAuth token.
 

Methods in org.springframework.security.oauth.provider.token that return OAuthAccessProviderToken
 OAuthAccessProviderToken RandomValueProviderTokenServices.createAccessToken(String requestToken)
           
 OAuthAccessProviderToken OAuthProviderTokenServices.createAccessToken(String requestToken)
          Create an OAuth access token given the specified request token.
 



Copyright © 2013. All rights reserved.