Package filter
package filter
Security filter chain for the banking System.
Implements 8 filter security system for CSRF protection, authentication, input validation and various Security threats.
- Author:
- Tamil Mughilan
-
ClassesClassDescriptionFilter that logs user activities in the banking system Records who did whatFilter that checks Authentication and Authorization Redirects unauthenticated users to login page Enforces role based access controlFilter adds same site attribute Prevents CSRF attacks by controlling the cookies which are sent with cross-site requestsFilter that protects against Cross-Site Request Forgery (CSRF) attacks.Filter that validates and sanitizes user input to prevent XSS and injection attacks.Filter that restricts user from making DoS attacks and abuse Limits number of requests using a sliding windowThis filter validates Http request headers for security purpose.Filter that adds security headers to HTTP responses which is sent to the browser.