Package play.plugins.security
Class AuthenticityTokenPlugin
java.lang.Object
play.PlayPlugin
play.plugins.security.AuthenticityTokenPlugin
- All Implemented Interfaces:
Comparable<PlayPlugin>
-
Field Summary
Fields inherited from class play.PlayPlugin
index -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidbeforeActionInvocation(Http.Request request, Http.Response response, Scope.Session session, Scope.RenderArgs renderArgs, Scope.Flash flash, Method actionMethod) Called before an 'action' invocation, ie an HTTP request processing.Methods inherited from class play.PlayPlugin
afterActionInvocation, afterApplicationStart, afterInvocation, beforeInvocation, bind, compareTo, detectChange, disable, getJsonStatus, getMessage, getStatus, isEnabled, loadTemplate, onActionInvocationException, onActionInvocationFinally, onActionInvocationResult, onActionInvocationResult, onApplicationStart, onApplicationStop, onConfigurationRead, onInvocationSuccess, onJobInvocationException, onJobInvocationFinally, onLoad, rawInvocation, routeRequest
-
Constructor Details
-
AuthenticityTokenPlugin
public AuthenticityTokenPlugin()
-
-
Method Details
-
beforeActionInvocation
@ParametersAreNonnullByDefault public void beforeActionInvocation(Http.Request request, Http.Response response, Scope.Session session, Scope.RenderArgs renderArgs, Scope.Flash flash, Method actionMethod) Description copied from class:PlayPluginCalled before an 'action' invocation, ie an HTTP request processing.- Overrides:
beforeActionInvocationin classPlayPlugin
-