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

构造方法摘要
OAuth2AuthenticationDetailsSource()
           
 
方法摘要
 OAuth2AuthenticationDetails buildDetails(javax.servlet.http.HttpServletRequest context)
           
 
从类 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.