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/Core
Yannick Warnier bd4bae3aef 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
Encoder 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
Exception Add static resources and remove tests dir for release 9 years ago
Resources/translations Add static resources and remove tests dir for release 9 years ago
Role 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
User Add static resources and remove tests dir for release 9 years ago
Util Add static resources and remove tests dir for release 9 years ago
Validator/Constraints 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
AuthenticationEvents.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
README.md Add static resources and remove tests dir for release 9 years ago
Security.php Add static resources and remove tests dir for release 9 years ago
SecurityContext.php Add static resources and remove tests dir for release 9 years ago
SecurityContextInterface.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 - Core

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