Class PrepareCSRF<S,​U>

  • Type Parameters:
    S - Session object, intended to contain user session data.
    U - User object, intended to be a authenticated user.
    All Implemented Interfaces:
    Between<S,​U>

    public class PrepareCSRF<S,​U>
    extends java.lang.Object
    implements Between<S,​U>
    Executed before a request reaches a resource to set the CSRF cookie and assign the same token to the request.