net.smartam.leeloo.controller
Class TokenController
java.lang.Object
net.smartam.leeloo.controller.TokenController
@Controller
@RequestMapping(value="/get_token")
public class TokenController
- extends Object
- Author:
- Maciej Machulak, Lukasz Moren
Method Summary |
org.springframework.web.servlet.ModelAndView |
authorize(OAuthParams oauthParams,
javax.servlet.http.HttpServletRequest req)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenController
public TokenController()
authorize
@RequestMapping
public org.springframework.web.servlet.ModelAndView authorize(@ModelAttribute(value="oauthParams")
OAuthParams oauthParams,
javax.servlet.http.HttpServletRequest req)
throws OAuthSystemException,
IOException
- Throws:
OAuthSystemException
IOException
Copyright © 2010. All Rights Reserved.