controllers
Class LinkedInController

java.lang.Object
  extended by play.mvc.Controller
      extended by controllers.LinkedInController
All Implemented Interfaces:
play.classloading.enhancers.ControllersEnhancer.ControllerSupport, play.classloading.enhancers.LocalvariablesNamesEnhancer.LocalVariablesSupport

public class LinkedInController
extends play.mvc.Controller

The Class LinkedInController.


Field Summary
 
Fields inherited from class play.mvc.Controller
_currentReverse, flash, params, renderArgs, request, response, routeArgs, session, validation
 
Constructor Summary
LinkedInController()
           
 
Method Summary
static void callback()
          Callback.
static java.lang.String getApiKey()
          Gets the api key.
static java.lang.String getLandUrl()
          Gets the land url.
static java.lang.String getLoginUrl()
          Gets the login url.
static java.lang.String getModel()
          Gets the model.
static java.lang.String getSecret()
          Gets the secret.
static void login()
          Login.
 java.lang.String toString()
          To String
 
Methods inherited from class play.mvc.Controller
badRequest, checkAuthenticity, error, error, error, error, flash, forbidden, forbidden, getActionAnnotation, getControllerAnnotation, getControllerClass, getControllerInheritedAnnotation, notFound, notFound, notFoundIfNull, notModified, ok, parent, parent, parent, redirect, redirect, redirect, redirect, redirectToStatic, render, renderBinary, renderBinary, renderBinary, renderBinary, renderBinary, renderBinary, renderBinary, renderBinary, renderBinary, renderBinary, renderHtml, renderJSON, renderJSON, renderJSON, renderTemplate, renderTemplate, renderTemplate, renderText, renderText, renderXml, renderXml, reverse, suspend, suspend, template, template, todo, unauthorized, waitFor
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinkedInController

public LinkedInController()
Method Detail

getApiKey

public static java.lang.String getApiKey()
Gets the api key.

Returns:
the api key

getSecret

public static java.lang.String getSecret()
Gets the secret.

Returns:
the secret

getModel

public static java.lang.String getModel()
Gets the model.

Returns:
the model

getLandUrl

public static java.lang.String getLandUrl()
Gets the land url.

Returns:
the land url

getLoginUrl

public static java.lang.String getLoginUrl()
Gets the login url.

Returns:
the login url

login

public static void login()
Login.


callback

public static void callback()
Callback.


toString

public java.lang.String toString()
To String

Overrides:
toString in class java.lang.Object
See Also:
Object.toString()