org.springframework.security.oauth.provider
Class OAuthAuthenticationDetails

java.lang.Object
  extended by org.springframework.security.web.authentication.WebAuthenticationDetails
      extended by org.springframework.security.oauth.provider.OAuthAuthenticationDetails
All Implemented Interfaces:
Serializable

public class OAuthAuthenticationDetails
extends org.springframework.security.web.authentication.WebAuthenticationDetails

Authentication details and includes the details of the OAuth consumer.

Author:
Ryan Heaton
See Also:
Serialized Form

Constructor Summary
OAuthAuthenticationDetails(javax.servlet.http.HttpServletRequest request, ConsumerDetails consumerDetails)
           
 
Method Summary
 ConsumerDetails getConsumerDetails()
           
 
Methods inherited from class org.springframework.security.web.authentication.WebAuthenticationDetails
equals, getRemoteAddress, getSessionId, hashCode, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OAuthAuthenticationDetails

public OAuthAuthenticationDetails(javax.servlet.http.HttpServletRequest request,
                                  ConsumerDetails consumerDetails)
Method Detail

getConsumerDetails

public ConsumerDetails getConsumerDetails()


Copyright © 2013. All rights reserved.