Class SessionCsrfTokenRepository

java.lang.Object
at.porscheinformatik.tapestry.csrfprotection.internal.SessionCsrfTokenRepository
All Implemented Interfaces:
CsrfTokenRepository

public class SessionCsrfTokenRepository extends Object implements CsrfTokenRepository
A CsrfTokenRepository that stores the CsrfToken in the HTTP session.