Package org.apache.catalina.filters
Interface CsrfPreventionFilter.NonceCache<T>
-
- All Superinterfaces:
Serializable
- All Known Implementing Classes:
CsrfPreventionFilter.LruCache
- Enclosing class:
- CsrfPreventionFilter
protected static interface CsrfPreventionFilter.NonceCache<T> extends Serializable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
add(T nonce)
boolean
contains(T nonce)
-