actions
Class CurrentUser

java.lang.Object
  extended by play.mvc.Results
      extended by play.mvc.Action<java.lang.Void>
          extended by play.mvc.Action.Simple
              extended by actions.CurrentUser

public class CurrentUser
extends play.mvc.Action.Simple


Nested Class Summary
 
Nested classes/interfaces inherited from class play.mvc.Action
play.mvc.Action.Simple
 
Nested classes/interfaces inherited from class play.mvc.Results
play.mvc.Results.AsyncResult, play.mvc.Results.ByteChunks, play.mvc.Results.Chunks<A>, play.mvc.Results.Redirect, play.mvc.Results.Status, play.mvc.Results.StringChunks, play.mvc.Results.Todo
 
Field Summary
 
Fields inherited from class play.mvc.Action
configuration, delegate
 
Fields inherited from class play.mvc.Results
TODO
 
Constructor Summary
CurrentUser()
           
 
Method Summary
 play.mvc.Result call(play.mvc.Http.Context ctx)
           
static User currentUser()
           
static User currentUser(play.mvc.Http.Context context)
           
static java.lang.Boolean deleteCurrentUser()
           
static java.lang.Boolean deleteCurrentUser(play.mvc.Http.Context context)
           
 
Methods inherited from class play.mvc.Results
async, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, badRequest, created, created, created, created, created, created, created, created, created, created, created, created, created, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, forbidden, found, found, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, internalServerError, movedPermanently, movedPermanently, noContent, notFound, notFound, notFound, notFound, notFound, notFound, notFound, notFound, notFound, notFound, notFound, notFound, notFound, ok, ok, ok, ok, ok, ok, ok, ok, ok, ok, ok, ok, ok, redirect, redirect, seeOther, seeOther, status, status, status, status, status, status, status, status, status, status, status, status, status, temporaryRedirect, temporaryRedirect, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentUser

public CurrentUser()
Method Detail

call

public play.mvc.Result call(play.mvc.Http.Context ctx)
                     throws java.lang.Throwable
Specified by:
call in class play.mvc.Action<java.lang.Void>
Throws:
java.lang.Throwable

currentUser

public static User currentUser()

currentUser

public static User currentUser(play.mvc.Http.Context context)

deleteCurrentUser

public static java.lang.Boolean deleteCurrentUser()

deleteCurrentUser

public static java.lang.Boolean deleteCurrentUser(play.mvc.Http.Context context)