@Controller @RequestMapping(value="/socialauth") public class SocialAuthWebController extends Object
| Constructor and Description |
|---|
SocialAuthWebController(String applicationUrl,
String successPageURL,
String accessDeniedPageURL)
Constructs a SocialAuthWebController.
|
@Inject public SocialAuthWebController(String applicationUrl, String successPageURL, String accessDeniedPageURL)
applicationUrl - the base URL for this application (with context e.g
http://opensource.brickred.com/socialauthdemo, used to
construct the callback URL passed to the providerssuccessPageURL - the URL of success page or controller, where you want to
access sign in user details like profile, contacts etc.accessDeniedPageURL - the URL of page where you want to redirect when user denied
the permission.Copyright © 2014. All rights reserved.