org.springframework.security.oauth2.provider.authentication
Class OAuth2AuthenticationDetailsSource
java.lang.Object
org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource
- All Implemented Interfaces:
- org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,OAuth2AuthenticationDetails>
public class OAuth2AuthenticationDetailsSource
- extends Object
- implements org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,OAuth2AuthenticationDetails>
A source for authentication details in an OAuth2 protected Resource.
- Author:
- Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OAuth2AuthenticationDetailsSource
public OAuth2AuthenticationDetailsSource()
buildDetails
public OAuth2AuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest context)
- Specified by:
buildDetails in interface org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,OAuth2AuthenticationDetails>
Copyright © 2013. All rights reserved.