Chamilo is a learning management system focused on ease of use and accessibility
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
chamilo-lms/vendor/symfony/security/Http
Yannick Warnier 437d57b218 Add static resources and remove tests dir for release 9 years ago
..
Authentication Add static resources and remove tests dir for release 9 years ago
Authorization Add static resources and remove tests dir for release 9 years ago
EntryPoint Add static resources and remove tests dir for release 9 years ago
Event Add static resources and remove tests dir for release 9 years ago
Firewall Add static resources and remove tests dir for release 9 years ago
Logout Add static resources and remove tests dir for release 9 years ago
RememberMe Add static resources and remove tests dir for release 9 years ago
Session Add static resources and remove tests dir for release 9 years ago
Tests Add static resources and remove tests dir for release 9 years ago
.gitignore Add static resources and remove tests dir for release 9 years ago
AccessMap.php Add static resources and remove tests dir for release 9 years ago
AccessMapInterface.php Add static resources and remove tests dir for release 9 years ago
Firewall.php Add static resources and remove tests dir for release 9 years ago
FirewallMap.php Add static resources and remove tests dir for release 9 years ago
FirewallMapInterface.php Add static resources and remove tests dir for release 9 years ago
HttpUtils.php Add static resources and remove tests dir for release 9 years ago
LICENSE Add static resources and remove tests dir for release 9 years ago
ParameterBagUtils.php Add static resources and remove tests dir for release 9 years ago
README.md Add static resources and remove tests dir for release 9 years ago
SecurityEvents.php Add static resources and remove tests dir for release 9 years ago
composer.json Add static resources and remove tests dir for release 9 years ago
phpunit.xml.dist Add static resources and remove tests dir for release 9 years ago

README.md

Security Component - HTTP Integration

Security provides an infrastructure for sophisticated authorization systems, which makes it possible to easily separate the actual authorization logic from so called user providers that hold the users credentials. It is inspired by the Java Spring framework.

Resources