Uses of Class
org.apache.amber.oauth2.client.demo.model.OAuthParams

Packages that use OAuthParams
org.apache.amber.oauth2.client.demo   
org.apache.amber.oauth2.client.demo.controller   
org.apache.amber.oauth2.client.demo.model   
 

Uses of OAuthParams in org.apache.amber.oauth2.client.demo
 

Methods in org.apache.amber.oauth2.client.demo with parameters of type OAuthParams
static void Utils.validateAuthorizationParams(OAuthParams oauthParams)
           
static void Utils.validateTokenParams(OAuthParams oauthParams)
           
 

Uses of OAuthParams in org.apache.amber.oauth2.client.demo.controller
 

Methods in org.apache.amber.oauth2.client.demo.controller with parameters of type OAuthParams
 org.springframework.web.servlet.ModelAndView MainController.authorize(OAuthParams oauthParams)
           
 org.springframework.web.servlet.ModelAndView TokenController.authorize(OAuthParams oauthParams, javax.servlet.http.HttpServletRequest req)
           
 org.springframework.web.servlet.ModelAndView ResourceController.authorize(OAuthParams oauthParams, javax.servlet.http.HttpServletRequest req)
           
 org.springframework.web.servlet.ModelAndView AuthzController.authorize(OAuthParams oauthParams, javax.servlet.http.HttpServletRequest req, javax.servlet.http.HttpServletResponse res)
           
 org.springframework.web.servlet.ModelAndView MainController.authorize(OAuthParams oauthParams, OAuthRegParams oauthRegParams, String app, javax.servlet.http.HttpServletResponse res)
           
 org.springframework.web.servlet.ModelAndView RegistrationController.authorize(OAuthRegParams oauthRegParams, OAuthParams oauthParams, javax.servlet.http.HttpServletRequest req)
           
 org.springframework.web.servlet.ModelAndView RedirectController.handleRedirect(OAuthParams oauthParams, javax.servlet.http.HttpServletRequest request, javax.servlet.http.HttpServletResponse response)
           
 

Uses of OAuthParams in org.apache.amber.oauth2.client.demo.model
 

Subclasses of OAuthParams in org.apache.amber.oauth2.client.demo.model
 class OAuthRegParams
           
 



Copyright © 2010-2013 The Apache Software Foundation. All Rights Reserved.