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
  • Classes
    Class
    Description
    Filter that logs user activities in the banking system Records who did what
    Filter that checks Authentication and Authorization Redirects unauthenticated users to login page Enforces role based access control
    Filter adds same site attribute Prevents CSRF attacks by controlling the cookies which are sent with cross-site requests
    Filter 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 window
    This filter validates Http request headers for security purpose.
    Filter that adds security headers to HTTP responses which is sent to the browser.