mirror of
https://github.com/kevinveenbirkenbach/infinito.git
synced 2025-09-13 13:57:10 +02:00
Renamed domain SecureManagement to Secure
This commit is contained in:
@@ -11,7 +11,7 @@ use Symfony\Component\Form\FormBuilderInterface;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
use Infinito\Domain\Form\RequestedActionFormBuilderServiceInterface;
|
||||
use Infinito\Domain\Request\Action\RequestedActionServiceInterface;
|
||||
use Infinito\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface;
|
||||
use Infinito\Domain\Secure\SecureRequestedRightCheckerServiceInterface;
|
||||
|
||||
/**
|
||||
* @author kevinfrantz
|
||||
|
@@ -3,7 +3,7 @@
|
||||
namespace Infinito\Domain\Process;
|
||||
|
||||
use Infinito\Domain\Request\Action\RequestedActionServiceInterface;
|
||||
use Infinito\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface;
|
||||
use Infinito\Domain\Secure\SecureRequestedRightCheckerServiceInterface;
|
||||
use Infinito\Domain\Action\ActionHandlerServiceInterface;
|
||||
use Infinito\Entity\Source\Primitive\Text\TextSource;
|
||||
use Infinito\Domain\DataAccessManagement\ActionsResultsDAOServiceInterface;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\SecureManagement;
|
||||
namespace Infinito\Domain\Secure;
|
||||
|
||||
use Infinito\Domain\Request\Right\RequestedRightInterface;
|
||||
use Doctrine\ORM\EntityManagerInterface;
|
||||
@@ -27,7 +27,7 @@ final class SecureRequestedRightCheckerService implements SecureRequestedRightCh
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \Infinito\Domain\SecureManagement\SecureRequestedRightCheckerServiceInterface::check()
|
||||
* @see \Infinito\Domain\Secure\SecureRequestedRightCheckerServiceInterface::check()
|
||||
*/
|
||||
public function check(RequestedRightInterface $requestedRight): bool
|
||||
{
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\SecureManagement;
|
||||
namespace Infinito\Domain\Secure;
|
||||
|
||||
use Infinito\Domain\Request\Right\RequestedRightInterface;
|
||||
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\SecureManagement;
|
||||
namespace Infinito\Domain\Secure;
|
||||
|
||||
use Infinito\Entity\Meta\RightInterface;
|
||||
use Infinito\Entity\Source\SourceInterface;
|
||||
@@ -91,7 +91,7 @@ final class SecureSourceChecker implements SecureSourceCheckerInterface
|
||||
/**
|
||||
* {@inheritdoc}
|
||||
*
|
||||
* @see \Infinito\Domain\SecureManagement\SecureSourceCheckerInterface::hasPermission()
|
||||
* @see \Infinito\Domain\Secure\SecureSourceCheckerInterface::hasPermission()
|
||||
*/
|
||||
public function hasPermission(RightInterface $requestedRight): bool
|
||||
{
|
@@ -1,6 +1,6 @@
|
||||
<?php
|
||||
|
||||
namespace Infinito\Domain\SecureManagement;
|
||||
namespace Infinito\Domain\Secure;
|
||||
|
||||
use Infinito\Entity\Meta\RightInterface;
|
||||
|
Reference in New Issue
Block a user