security
Class RepoDeadboltHandler

java.lang.Object
  extended by play.mvc.Results
      extended by security.RepoDeadboltHandler
All Implemented Interfaces:
be.objectify.deadbolt.java.DeadboltHandler

public class RepoDeadboltHandler
extends play.mvc.Results
implements be.objectify.deadbolt.java.DeadboltHandler


Nested Class Summary
 
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.Results
TODO
 
Constructor Summary
RepoDeadboltHandler()
           
 
Method Summary
 play.mvc.Result beforeAuthCheck(play.mvc.Http.Context context)
           
 be.objectify.deadbolt.java.DynamicResourceHandler getDynamicResourceHandler(play.mvc.Http.Context context)
           
 be.objectify.deadbolt.core.models.Subject getSubject(play.mvc.Http.Context context)
           
 play.mvc.Result onAuthFailure(play.mvc.Http.Context context, java.lang.String s)
           
 
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

RepoDeadboltHandler

public RepoDeadboltHandler()
Method Detail

beforeAuthCheck

public play.mvc.Result beforeAuthCheck(play.mvc.Http.Context context)
Specified by:
beforeAuthCheck in interface be.objectify.deadbolt.java.DeadboltHandler

getSubject

public be.objectify.deadbolt.core.models.Subject getSubject(play.mvc.Http.Context context)
Specified by:
getSubject in interface be.objectify.deadbolt.java.DeadboltHandler

onAuthFailure

public play.mvc.Result onAuthFailure(play.mvc.Http.Context context,
                                     java.lang.String s)
Specified by:
onAuthFailure in interface be.objectify.deadbolt.java.DeadboltHandler

getDynamicResourceHandler

public be.objectify.deadbolt.java.DynamicResourceHandler getDynamicResourceHandler(play.mvc.Http.Context context)
Specified by:
getDynamicResourceHandler in interface be.objectify.deadbolt.java.DeadboltHandler