controllers.modules.cas
Class MockServer

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

public class MockServer
extends play.mvc.Controller


Field Summary
 
Fields inherited from class play.mvc.Controller
_currentReverse, flash, params, renderArgs, request, response, routeArgs, session, validation
 
Constructor Summary
MockServer()
           
 
Method Summary
static void login()
           
static void loginAction()
           
static void logout()
           
static void proxy()
           
static void serviceValidate()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

MockServer

public MockServer()
Method Detail

login

public static void login()

loginAction

public static void loginAction()

logout

public static void logout()

serviceValidate

public static void serviceValidate()
                            throws java.lang.InterruptedException,
                                   java.util.concurrent.ExecutionException,
                                   java.io.IOException
Throws:
java.lang.InterruptedException
java.util.concurrent.ExecutionException
java.io.IOException

proxy

public static void proxy()