Uses of Class
org.springframework.security.oauth.provider.ConsumerAuthentication

Packages that use ConsumerAuthentication
org.springframework.security.oauth.provider   
org.springframework.security.oauth.provider.filter   
 

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

Methods in org.springframework.security.oauth.provider with parameters of type ConsumerAuthentication
 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 ConsumerAuthentication in org.springframework.security.oauth.provider.filter
 

Methods in org.springframework.security.oauth.provider.filter with parameters of type ConsumerAuthentication
protected  OAuthProviderToken AccessTokenProcessingFilter.createOAuthToken(ConsumerAuthentication authentication)
           
protected  OAuthProviderToken UnauthenticatedRequestTokenProcessingFilter.createOAuthToken(ConsumerAuthentication authentication)
          Create the OAuth token for the specified consumer key.
protected  void OAuthProviderProcessingFilter.validateSignature(ConsumerAuthentication authentication)
          Validate the signature of the request given the authentication request.
 



Copyright © 2013. All rights reserved.