org.springframework.security.oauth2.provider.endpoint
类 WhitelabelApprovalEndpoint

java.lang.Object
  继承者 org.springframework.security.oauth2.provider.endpoint.WhitelabelApprovalEndpoint

@SessionAttributes(value="authorizationRequest")
public class WhitelabelApprovalEndpoint
extends Object

Controller for displaying the approval and error pages for the authorization server.

作者:
Dave Syer

构造方法摘要
WhitelabelApprovalEndpoint()
           
 
方法摘要
 org.springframework.web.servlet.ModelAndView getAccessConfirmation(Map<String,Object> model)
           
 org.springframework.web.servlet.ModelAndView handleError(javax.servlet.http.HttpServletRequest request)
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

WhitelabelApprovalEndpoint

public WhitelabelApprovalEndpoint()
方法详细信息

getAccessConfirmation

@RequestMapping(value="/oauth/confirm_access")
public org.springframework.web.servlet.ModelAndView getAccessConfirmation(Map<String,Object> model)
                                                                   throws Exception
抛出:
Exception

handleError

@RequestMapping(value="/oauth/error")
public org.springframework.web.servlet.ModelAndView handleError(javax.servlet.http.HttpServletRequest request)


Copyright © 2013. All rights reserved.