Skip to content

Commit

Permalink
Remove Security component.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilov committed Jun 7, 2016
1 parent b74f420 commit d9ae0e9
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 339 deletions.
16 changes: 0 additions & 16 deletions Resources/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,3 @@ services:
class: Glavweb\CoreBundle\Form\Type\FormStaticControlRawType
tags:
- { name: form.type, alias: bs_static_raw }

glavweb_core.api_token_authenticator:
class: Glavweb\CoreBundle\Security\Authorization\ApiTokenAuthenticator
arguments: ["@doctrine"]

glavweb_core.security.access.owner_voter:
class: Glavweb\CoreBundle\Security\Authorization\Voter\OwnerVoter
public: false
tags:
- { name: security.voter }

glavweb_core.security.access.super_admin_voter:
class: Glavweb\CoreBundle\Security\Authorization\Voter\SuperAdminVoter
public: false
tags:
- { name: security.voter }
122 changes: 0 additions & 122 deletions Security/Authorization/ApiTokenAuthenticator.php

This file was deleted.

113 changes: 0 additions & 113 deletions Security/Authorization/Voter/OwnerVoter.php

This file was deleted.

71 changes: 0 additions & 71 deletions Security/Authorization/Voter/SuperAdminVoter.php

This file was deleted.

17 changes: 0 additions & 17 deletions Security/HasOwnerInterface.php

This file was deleted.

0 comments on commit d9ae0e9

Please sign in to comment.