org.springframework.security.oauth.consumer.token
Interface OAuthConsumerTokenServicesFactory

All Known Implementing Classes:
HttpSessionBasedTokenServicesFactory

public interface OAuthConsumerTokenServicesFactory

Factory for token services.

Author:
Ryan Heaton

Method Summary
 OAuthConsumerTokenServices getTokenServices(org.springframework.security.Authentication authentication, javax.servlet.http.HttpServletRequest request)
          Get the token services for the specified request and authentication.
 

Method Detail

getTokenServices

OAuthConsumerTokenServices getTokenServices(org.springframework.security.Authentication authentication,
                                            javax.servlet.http.HttpServletRequest request)
Get the token services for the specified request and authentication.

Parameters:
authentication - The authentication.
request - The request
Returns:
The token services.


Copyright © 2008. All Rights Reserved.