Serialized Form
-
Package org.owasp.csrfguard
-
Class org.owasp.csrfguard.CsrfGuardException extends Exception implements Serializable
- serialVersionUID:
- -4468336915273168914L
-
-
Package org.owasp.csrfguard.action
-
Class org.owasp.csrfguard.action.AbstractAction extends Object implements Serializable
- serialVersionUID:
- -1654117674049587348L
-
Class org.owasp.csrfguard.action.Empty extends AbstractAction implements Serializable
- serialVersionUID:
- 3530383602177340966L
-
Class org.owasp.csrfguard.action.Error extends AbstractAction implements Serializable
- serialVersionUID:
- 5479074081984904252L
-
Class org.owasp.csrfguard.action.Forward extends AbstractAction implements Serializable
- serialVersionUID:
- -3727752206497452347L
-
Class org.owasp.csrfguard.action.Invalidate extends AbstractAction implements Serializable
- serialVersionUID:
- -3060679616261531773L
-
Class org.owasp.csrfguard.action.Log extends AbstractAction implements Serializable
- serialVersionUID:
- 8238761463376338707L
-
Class org.owasp.csrfguard.action.Redirect extends AbstractAction implements Serializable
- serialVersionUID:
- -2265693822259717332L
-
Class org.owasp.csrfguard.action.RequestAttribute extends AbstractAction implements Serializable
- serialVersionUID:
- 6714855990116387348L
-
Class org.owasp.csrfguard.action.Rotate extends AbstractAction implements Serializable
- serialVersionUID:
- -3164557586544451406L
-
-
Package org.owasp.csrfguard.config.overlay
-
Class org.owasp.csrfguard.config.overlay.ExpirableCache extends Object implements Serializable
-
Serialized Fields
-
cache
Map<K,ExpirableValue<V>> cache
cache map -
cacheEvictions
int cacheEvictions
number of evictions from cache when thigns expire -
cacheHits
int cacheHits
numebr of times an element was retrieved from cache successfully -
cacheInserts
int cacheInserts
number of elements inserted into the cache -
defaultTimeToLiveInMillis
long defaultTimeToLiveInMillis
time to live for content (when not specified this is one day, and max one day) -
lastClear
long lastClear
when was the last clear of this instance -
lastEvictionCheck
long lastEvictionCheck
last time the cache was checked for evictions
-
-
-
Class org.owasp.csrfguard.config.overlay.ExpirableValue extends Object implements Serializable
-
Serialized Fields
-
content
T content
underlying content -
timePlacedInCache
long timePlacedInCache
this is the time it was placed in the cache -
timeToLiveInCacheMillis
long timeToLiveInCacheMillis
the time to live is by default 1 day
-
-
-
-
Package org.owasp.csrfguard.exception
-
Class org.owasp.csrfguard.exception.CSRFGuardTokenException extends RuntimeException implements Serializable
-
-
Package org.owasp.csrfguard.servlet
-
Class org.owasp.csrfguard.servlet.JavaScriptServlet extends javax.servlet.http.HttpServlet implements Serializable
- serialVersionUID:
- -1459584282530150483L
-