Index
All Classes and Interfaces|All Packages|Constant Field Values
C
- CSRF_HEADER - Static variable in class org.codice.ddf.security.filter.csrf.CsrfFilter
- CsrfFilter - Class in org.codice.ddf.security.filter.csrf
-
Contains multiple checks to prevent cross-site requests for protected context paths.
- CsrfFilter(SecurityLogger) - Constructor for class org.codice.ddf.security.filter.csrf.CsrfFilter
D
- destroy() - Method in class org.codice.ddf.security.filter.csrf.CsrfFilter
- doFilter(ServletRequest, ServletResponse, SecurityFilterChain) - Method in class org.codice.ddf.security.filter.csrf.CsrfFilter
-
Checks that the origin or referer header of the request matches a system trusted authority when attempting to access certain contexts.
I
- init() - Method in class org.codice.ddf.security.filter.csrf.CsrfFilter
O
- org.codice.ddf.security.filter.csrf - package org.codice.ddf.security.filter.csrf
- ORIGIN_HEADER - Static variable in class org.codice.ddf.security.filter.csrf.CsrfFilter
R
- REFERER_HEADER - Static variable in class org.codice.ddf.security.filter.csrf.CsrfFilter
S
- setWhiteListContexts(List<String>) - Method in class org.codice.ddf.security.filter.csrf.CsrfFilter
All Classes and Interfaces|All Packages|Constant Field Values