org.springframework.security.oauth.provider
Class OAuthAuthenticationDetails
java.lang.Object
org.springframework.security.web.authentication.WebAuthenticationDetails
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
| Methods inherited from class org.springframework.security.web.authentication.WebAuthenticationDetails |
equals, getRemoteAddress, getSessionId, hashCode, toString |
OAuthAuthenticationDetails
public OAuthAuthenticationDetails(javax.servlet.http.HttpServletRequest request,
ConsumerDetails consumerDetails)
getConsumerDetails
public ConsumerDetails getConsumerDetails()
Copyright © 2013. All rights reserved.