Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

php-symfony-security-2.8.52-10.fc38 RPM for noarch

From Fedora 38 for x86_64 / p

Name: php-symfony-security Distribution: Fedora Project
Version: 2.8.52 Vendor: Fedora Project
Release: 10.fc38 Build date: Fri Jan 20 10:36:00 2023
Group: Unspecified Build host: buildhw-x86-05.iad2.fedoraproject.org
Size: 723772 Source RPM: php-symfony-2.8.52-10.fc38.src.rpm
Packager: Fedora Project
Url: http://symfony.com/doc/2.8/components/security/index.html
Summary: Symfony Security Component
The 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.

Optional:
* Symfony LDAP Component (php-symfony-ldap)
      For using the LDAP user and authentication providers.

Provides

Requires

License

MIT

Changelog

* Fri Jan 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.52-10
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
* Fri Jul 22 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.52-9
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
* Fri Jan 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.52-8
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
* Tue Jul 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.52-7
  - Second attempt - Rebuilt for
    https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
* Wed Jan 27 2021 Fedora Release Engineering <releng@fedoraproject.org> - 2.8.52-6
  - Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild

Files

/usr/share/doc/php-symfony-security
/usr/share/doc/php-symfony-security/CHANGELOG.md
/usr/share/doc/php-symfony-security/README.md
/usr/share/doc/php-symfony-security/composer.json
/usr/share/licenses/php-symfony-security
/usr/share/licenses/php-symfony-security/LICENSE
/usr/share/php/Symfony/Component/Security
/usr/share/php/Symfony/Component/Security/Core
/usr/share/php/Symfony/Component/Security/Core/Authentication
/usr/share/php/Symfony/Component/Security/Core/Authentication/AuthenticationManagerInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/AuthenticationProviderManager.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider/AnonymousAuthenticationProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider/AuthenticationProviderInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider/DaoAuthenticationProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider/LdapBindAuthenticationProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider/PreAuthenticatedAuthenticationProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider/RememberMeAuthenticationProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider/SimpleAuthenticationProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Provider/UserAuthenticationProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/RememberMe
/usr/share/php/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentTokenInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/SimpleAuthenticatorInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/SimpleFormAuthenticatorInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/SimplePreAuthenticatorInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/Storage
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php
/usr/share/php/Symfony/Component/Security/Core/AuthenticationEvents.php
/usr/share/php/Symfony/Component/Security/Core/Authorization
/usr/share/php/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/Voter
/usr/share/php/Symfony/Component/Security/Core/Authorization/Voter/AbstractVoter.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/Voter/Voter.php
/usr/share/php/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php
/usr/share/php/Symfony/Component/Security/Core/Encoder
/usr/share/php/Symfony/Component/Security/Core/Encoder/BCryptPasswordEncoder.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/BasePasswordEncoder.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/EncoderAwareInterface.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/EncoderFactory.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/EncoderFactoryInterface.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/MessageDigestPasswordEncoder.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/PasswordEncoderInterface.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/Pbkdf2PasswordEncoder.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/PlaintextPasswordEncoder.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/UserPasswordEncoder.php
/usr/share/php/Symfony/Component/Security/Core/Encoder/UserPasswordEncoderInterface.php
/usr/share/php/Symfony/Component/Security/Core/Event
/usr/share/php/Symfony/Component/Security/Core/Event/AuthenticationEvent.php
/usr/share/php/Symfony/Component/Security/Core/Event/AuthenticationFailureEvent.php
/usr/share/php/Symfony/Component/Security/Core/Exception
/usr/share/php/Symfony/Component/Security/Core/Exception/AccessDeniedException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/AccountExpiredException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/AccountStatusException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/AuthenticationException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/BadCredentialsException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/CookieTheftException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/DisabledException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/ExceptionInterface.php
/usr/share/php/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/InvalidArgumentException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/LockedException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/LogoutException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/NonceExpiredException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/RuntimeException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php
/usr/share/php/Symfony/Component/Security/Core/Exception/UsernameNotFoundException.php
/usr/share/php/Symfony/Component/Security/Core/Resources
/usr/share/php/Symfony/Component/Security/Core/Resources/translations
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.ar.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.az.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.bg.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.ca.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.cs.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.da.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.de.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.el.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.en.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.es.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.fa.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.fr.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.gl.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.he.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.hr.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.hu.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.id.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.it.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.ja.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.lb.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.lt.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.lv.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.nb.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.nl.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.nn.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.no.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.pl.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.pt_BR.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.pt_PT.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.ro.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.ru.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.sk.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.sl.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.sr_Cyrl.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.sr_Latn.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.sv.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.th.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.tl.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.tr.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.ua.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.vi.xlf
/usr/share/php/Symfony/Component/Security/Core/Resources/translations/security.zh_CN.xlf
/usr/share/php/Symfony/Component/Security/Core/Role
/usr/share/php/Symfony/Component/Security/Core/Role/Role.php
/usr/share/php/Symfony/Component/Security/Core/Role/RoleHierarchy.php
/usr/share/php/Symfony/Component/Security/Core/Role/RoleHierarchyInterface.php
/usr/share/php/Symfony/Component/Security/Core/Role/RoleInterface.php
/usr/share/php/Symfony/Component/Security/Core/Role/SwitchUserRole.php
/usr/share/php/Symfony/Component/Security/Core/Security.php
/usr/share/php/Symfony/Component/Security/Core/SecurityContext.php
/usr/share/php/Symfony/Component/Security/Core/SecurityContextInterface.php
/usr/share/php/Symfony/Component/Security/Core/User
/usr/share/php/Symfony/Component/Security/Core/User/AdvancedUserInterface.php
/usr/share/php/Symfony/Component/Security/Core/User/ChainUserProvider.php
/usr/share/php/Symfony/Component/Security/Core/User/EquatableInterface.php
/usr/share/php/Symfony/Component/Security/Core/User/InMemoryUserProvider.php
/usr/share/php/Symfony/Component/Security/Core/User/LdapUserProvider.php
/usr/share/php/Symfony/Component/Security/Core/User/User.php
/usr/share/php/Symfony/Component/Security/Core/User/UserChecker.php
/usr/share/php/Symfony/Component/Security/Core/User/UserCheckerInterface.php
/usr/share/php/Symfony/Component/Security/Core/User/UserInterface.php
/usr/share/php/Symfony/Component/Security/Core/User/UserProviderInterface.php
/usr/share/php/Symfony/Component/Security/Core/Util
/usr/share/php/Symfony/Component/Security/Core/Util/ClassUtils.php
/usr/share/php/Symfony/Component/Security/Core/Util/SecureRandom.php
/usr/share/php/Symfony/Component/Security/Core/Util/SecureRandomInterface.php
/usr/share/php/Symfony/Component/Security/Core/Util/StringUtils.php
/usr/share/php/Symfony/Component/Security/Core/Validator
/usr/share/php/Symfony/Component/Security/Core/Validator/Constraints
/usr/share/php/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php
/usr/share/php/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php
/usr/share/php/Symfony/Component/Security/Csrf
/usr/share/php/Symfony/Component/Security/Csrf/CsrfToken.php
/usr/share/php/Symfony/Component/Security/Csrf/CsrfTokenManager.php
/usr/share/php/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php
/usr/share/php/Symfony/Component/Security/Csrf/Exception
/usr/share/php/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php
/usr/share/php/Symfony/Component/Security/Csrf/TokenGenerator
/usr/share/php/Symfony/Component/Security/Csrf/TokenGenerator/TokenGeneratorInterface.php
/usr/share/php/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php
/usr/share/php/Symfony/Component/Security/Csrf/TokenStorage
/usr/share/php/Symfony/Component/Security/Csrf/TokenStorage/ClearableTokenStorageInterface.php
/usr/share/php/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php
/usr/share/php/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php
/usr/share/php/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php
/usr/share/php/Symfony/Component/Security/Guard
/usr/share/php/Symfony/Component/Security/Guard/AbstractGuardAuthenticator.php
/usr/share/php/Symfony/Component/Security/Guard/Authenticator
/usr/share/php/Symfony/Component/Security/Guard/Authenticator/AbstractFormLoginAuthenticator.php
/usr/share/php/Symfony/Component/Security/Guard/Firewall
/usr/share/php/Symfony/Component/Security/Guard/Firewall/GuardAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Guard/GuardAuthenticatorHandler.php
/usr/share/php/Symfony/Component/Security/Guard/GuardAuthenticatorInterface.php
/usr/share/php/Symfony/Component/Security/Guard/Provider
/usr/share/php/Symfony/Component/Security/Guard/Provider/GuardAuthenticationProvider.php
/usr/share/php/Symfony/Component/Security/Guard/Token
/usr/share/php/Symfony/Component/Security/Guard/Token/GuardTokenInterface.php
/usr/share/php/Symfony/Component/Security/Guard/Token/PostAuthenticationGuardToken.php
/usr/share/php/Symfony/Component/Security/Guard/Token/PreAuthenticationGuardToken.php
/usr/share/php/Symfony/Component/Security/Http
/usr/share/php/Symfony/Component/Security/Http/AccessMap.php
/usr/share/php/Symfony/Component/Security/Http/AccessMapInterface.php
/usr/share/php/Symfony/Component/Security/Http/Authentication
/usr/share/php/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/SimpleAuthenticationHandler.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/SimpleFormAuthenticatorInterface.php
/usr/share/php/Symfony/Component/Security/Http/Authentication/SimplePreAuthenticatorInterface.php
/usr/share/php/Symfony/Component/Security/Http/Authorization
/usr/share/php/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php
/usr/share/php/Symfony/Component/Security/Http/EntryPoint
/usr/share/php/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php
/usr/share/php/Symfony/Component/Security/Http/EntryPoint/BasicAuthenticationEntryPoint.php
/usr/share/php/Symfony/Component/Security/Http/EntryPoint/DigestAuthenticationEntryPoint.php
/usr/share/php/Symfony/Component/Security/Http/EntryPoint/FormAuthenticationEntryPoint.php
/usr/share/php/Symfony/Component/Security/Http/EntryPoint/RetryAuthenticationEntryPoint.php
/usr/share/php/Symfony/Component/Security/Http/Event
/usr/share/php/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php
/usr/share/php/Symfony/Component/Security/Http/Event/SwitchUserEvent.php
/usr/share/php/Symfony/Component/Security/Http/Firewall
/usr/share/php/Symfony/Component/Security/Http/Firewall.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/AbstractAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/AbstractPreAuthenticatedListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/AccessListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/AnonymousAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/BasicAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/ChannelListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/ContextListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/DigestAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/ExceptionListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/ListenerInterface.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/LogoutListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/RememberMeListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/RemoteUserAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/SimpleFormAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/SimplePreAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/UsernamePasswordFormAuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/Firewall/X509AuthenticationListener.php
/usr/share/php/Symfony/Component/Security/Http/FirewallMap.php
/usr/share/php/Symfony/Component/Security/Http/FirewallMapInterface.php
/usr/share/php/Symfony/Component/Security/Http/HttpUtils.php
/usr/share/php/Symfony/Component/Security/Http/Logout
/usr/share/php/Symfony/Component/Security/Http/Logout/CookieClearingLogoutHandler.php
/usr/share/php/Symfony/Component/Security/Http/Logout/CsrfTokenClearingLogoutHandler.php
/usr/share/php/Symfony/Component/Security/Http/Logout/DefaultLogoutSuccessHandler.php
/usr/share/php/Symfony/Component/Security/Http/Logout/LogoutHandlerInterface.php
/usr/share/php/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.php
/usr/share/php/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php
/usr/share/php/Symfony/Component/Security/Http/Logout/SessionLogoutHandler.php
/usr/share/php/Symfony/Component/Security/Http/ParameterBagUtils.php
/usr/share/php/Symfony/Component/Security/Http/RememberMe
/usr/share/php/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeServices.php
/usr/share/php/Symfony/Component/Security/Http/RememberMe/PersistentTokenBasedRememberMeServices.php
/usr/share/php/Symfony/Component/Security/Http/RememberMe/RememberMeServicesInterface.php
/usr/share/php/Symfony/Component/Security/Http/RememberMe/ResponseListener.php
/usr/share/php/Symfony/Component/Security/Http/RememberMe/TokenBasedRememberMeServices.php
/usr/share/php/Symfony/Component/Security/Http/SecurityEvents.php
/usr/share/php/Symfony/Component/Security/Http/Session
/usr/share/php/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php
/usr/share/php/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php
/usr/share/php/Symfony/Component/Security/Resources
/usr/share/php/Symfony/Component/Security/Resources/translations
/usr/share/php/Symfony/Component/Security/Resources/translations/security.ar.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.az.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.bg.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.ca.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.cs.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.da.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.de.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.el.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.en.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.es.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.fa.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.fr.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.gl.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.he.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.hr.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.hu.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.id.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.it.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.ja.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.lb.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.lt.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.lv.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.nb.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.nl.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.nn.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.no.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.pl.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.pt_BR.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.pt_PT.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.ro.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.ru.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.sk.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.sl.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.sr_Cyrl.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.sr_Latn.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.sv.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.th.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.tl.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.tr.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.ua.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.vi.xlf
/usr/share/php/Symfony/Component/Security/Resources/translations/security.zh_CN.xlf
/usr/share/php/Symfony/Component/Security/autoload.php
/usr/share/php/Symfony/Component/Security/autoloader.php


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 22:26:30 2024