org.springframework.security.oauth.examples.sparklr.mvc
Class AccessConfirmationController
java.lang.Object
org.springframework.security.oauth.examples.sparklr.mvc.AccessConfirmationController
@Controller
public class AccessConfirmationController
- extends Object
Controller for retrieving the model for and displaying the confirmation page for access to a protected resource.
- Author:
- Ryan Heaton, Dave Syer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AccessConfirmationController
public AccessConfirmationController()
getAccessConfirmation
@RequestMapping(value="/oauth/confirm_access")
public ModelAndView getAccessConfirmation(HttpServletRequest request,
HttpServletResponse response)
throws Exception
- Throws:
Exception
setTokenServices
public void setTokenServices(OAuthProviderTokenServices tokenServices)
setConsumerDetailsService
public void setConsumerDetailsService(ConsumerDetailsService consumerDetailsService)
Copyright © 2012. All Rights Reserved.