org.springframework.security.oauth2.provider.authentication
类 OAuth2AuthenticationDetailsSource
java.lang.Object
org.springframework.security.oauth2.provider.authentication.OAuth2AuthenticationDetailsSource
- 所有已实现的接口:
- 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.
- 作者:
- Dave Syer
| 从类 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)
- 指定者:
- 接口
org.springframework.security.authentication.AuthenticationDetailsSource<javax.servlet.http.HttpServletRequest,OAuth2AuthenticationDetails> 中的 buildDetails
Copyright © 2013. All rights reserved.