public class RequireCSRFCheckAction extends Action<RequireCSRFCheck>
Action.SimpleannotatedElement, configuration, delegate, precursor| Constructor and Description |
|---|
RequireCSRFCheckAction(play.filters.csrf.CSRFConfig config,
play.api.http.SessionConfiguration sessionConfiguration,
play.filters.csrf.CSRF.TokenProvider tokenProvider,
play.api.libs.crypto.CSRFTokenSigner csrfTokenSigner,
CSRFErrorHandler errorHandler) |
RequireCSRFCheckAction(play.filters.csrf.CSRFConfig config,
play.api.http.SessionConfiguration sessionConfiguration,
play.filters.csrf.CSRF.TokenProvider tokenProvider,
play.api.libs.crypto.CSRFTokenSigner csrfTokenSigner,
java.util.function.Function<RequireCSRFCheck,CSRFErrorHandler> configurator) |
RequireCSRFCheckAction(play.filters.csrf.CSRFConfig config,
play.api.http.SessionConfiguration sessionConfiguration,
play.filters.csrf.CSRF.TokenProvider tokenProvider,
play.api.libs.crypto.CSRFTokenSigner csrfTokenSigner,
Injector injector) |
| Modifier and Type | Method and Description |
|---|---|
java.util.concurrent.CompletionStage<Result> |
call(Http.Request req)
Executes this action with the given HTTP request and returns the result.
|
call, setContextComponentsbadRequest, badRequest, badRequest, 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, created, created, created, forbidden, forbidden, forbidden, 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, internalServerError, internalServerError, internalServerError, movedPermanently, movedPermanently, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, networkAuthenticationRequired, noContent, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notAcceptable, notFound, notFound, notFound, 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, ok, ok, ok, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, paymentRequired, permanentRedirect, permanentRedirect, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, preconditionRequired, redirect, redirect, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, requestHeaderFieldsTooLarge, seeOther, seeOther, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, status, temporaryRedirect, temporaryRedirect, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, tooManyRequests, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unauthorized, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType, unsupportedMediaType@Inject
public RequireCSRFCheckAction(play.filters.csrf.CSRFConfig config,
play.api.http.SessionConfiguration sessionConfiguration,
play.filters.csrf.CSRF.TokenProvider tokenProvider,
play.api.libs.crypto.CSRFTokenSigner csrfTokenSigner,
Injector injector)
public RequireCSRFCheckAction(play.filters.csrf.CSRFConfig config,
play.api.http.SessionConfiguration sessionConfiguration,
play.filters.csrf.CSRF.TokenProvider tokenProvider,
play.api.libs.crypto.CSRFTokenSigner csrfTokenSigner,
CSRFErrorHandler errorHandler)
public RequireCSRFCheckAction(play.filters.csrf.CSRFConfig config,
play.api.http.SessionConfiguration sessionConfiguration,
play.filters.csrf.CSRF.TokenProvider tokenProvider,
play.api.libs.crypto.CSRFTokenSigner csrfTokenSigner,
java.util.function.Function<RequireCSRFCheck,CSRFErrorHandler> configurator)
public java.util.concurrent.CompletionStage<Result> call(Http.Request req)
Actioncall in class Action<RequireCSRFCheck>req - the http request with which to execute this action