SecurityComponent (class)

Class SecurityComponent

The Security Component creates an easy way to integrate tighter security in your application. It provides methods for various tasks like:

  • Restricting which HTTP methods your application accepts.
  • CSRF protection.
  • Form tampering protection
  • Requiring that SSL be used.
  • Limiting cross controller communication.
Object
Extended by Component
Extended by SecurityComponent