Mon, 03 Jun 2024 16:38:12 UTC | login

Information for RPM php-symfony4-security-4.1.10-1.fc30.noarch.rpm

ID322104
Namephp-symfony4-security
Version4.1.10
Release1.fc30
Epoch
Archnoarch
SummarySymfony Security Component (version 4)
DescriptionThe Security Component provides a complete security system for your web application. It ships with facilities for authenticating using HTTP basic or digest authentication, interactive form login or X.509 certificate login, but also allows you to implement your own authentication strategies. Furthermore, the component provides ways to authorize authenticated users based on their roles, and it contains an advanced ACL system. Autoloader: /usr/share/php/Symfony4/Component/Security/autoload.php
Build Time2019-01-07 13:59:06 GMT
Size121.44 KB
01d122118261b2e88b0d9c945319c798
LicenseMIT
Provides
php-composer(symfony/security) = 4.1.10
php-composer(symfony/security-core) = 4.1.10
php-composer(symfony/security-csrf) = 4.1.10
php-composer(symfony/security-guard) = 4.1.10
php-composer(symfony/security-http) = 4.1.10
php-symfony4-security = 4.1.10-1.fc30
php-symfony4-security-core = 4.1.10-1.fc30
php-symfony4-security-csrf = 4.1.10-1.fc30
php-symfony4-security-guard = 4.1.10-1.fc30
php-symfony4-security-http = 4.1.10-1.fc30
Obsoletes No Obsoletes
Conflicts No Conflicts
Requires
php-composer(symfony/event-dispatcher) = 4.1.10
php-composer(symfony/http-foundation) = 4.1.10
php-composer(symfony/http-kernel) = 4.1.10
php-composer(symfony/property-access) = 4.1.10
php-date
php-hash
php-json
php-pcre
php-reflection
php-session
php-spl
rpmlib(CompressedFileNames) <= 3.0.4-1
rpmlib(FileDigests) <= 4.6.0-1
rpmlib(PayloadFilesHavePrefix) <= 4.0-1
rpmlib(PayloadIsXz) <= 5.2-1
Recommends No Recommends
Suggests
php-composer(psr/container)
php-composer(symfony/expression-language)
php-composer(symfony/form)
php-composer(symfony/ldap)
php-composer(symfony/routing)
php-composer(symfony/validator)
Supplements No Supplements
Enhances No Enhances
Files
Page:
1 through 50 of 266 >>>
Name ascending sort Size
/usr/share/doc/php-symfony4-security0.00 B
/usr/share/doc/php-symfony4-security/CHANGELOG.md7.32 KB
/usr/share/doc/php-symfony4-security/README.md816.00 B
/usr/share/doc/php-symfony4-security/composer.json2.02 KB
/usr/share/licenses/php-symfony4-security0.00 B
/usr/share/licenses/php-symfony4-security/LICENSE1.04 KB
/usr/share/php/Symfony4/Component/Security0.00 B
/usr/share/php/Symfony4/Component/Security/Core0.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication0.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication/AuthenticationManagerInterface.php1.02 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/AuthenticationProviderManager.php3.83 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/AuthenticationTrustResolver.php1.54 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php1.20 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider0.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php1.72 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php1.11 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php3.19 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider/LdapBindAuthenticationProvider.php3.37 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php2.46 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php2.18 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php2.14 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php4.66 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/RememberMe0.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php1.66 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/RememberMe/PersistentToken.php1.90 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php1.09 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php1.34 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php719.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token0.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/AbstractToken.php7.69 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/AnonymousToken.php1.68 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php2.22 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/RememberMeToken.php2.49 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/Storage0.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php949.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php977.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/TokenInterface.php3.23 KB
/usr/share/php/Symfony4/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php2.57 KB
/usr/share/php/Symfony4/Component/Security/Core/AuthenticationEvents.php880.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authorization0.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authorization/AccessDecisionManager.php5.60 KB
/usr/share/php/Symfony4/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php1011.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authorization/AuthorizationChecker.php2.31 KB
/usr/share/php/Symfony4/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php733.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authorization/ExpressionLanguage.php1.27 KB
/usr/share/php/Symfony4/Component/Security/Core/Authorization/ExpressionLanguageProvider.php2.08 KB
/usr/share/php/Symfony4/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php2.58 KB
/usr/share/php/Symfony4/Component/Security/Core/Authorization/Voter0.00 B
/usr/share/php/Symfony4/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php2.69 KB
/usr/share/php/Symfony4/Component/Security/Core/Authorization/Voter/ExpressionVoter.php3.45 KB
Component of No Buildroots