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
| 从类 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.