POST https://admin.receptiongo.com/t/greenslo/guests/62/delete

Security

Token

admin Username
Authenticated
dea331 From
Property Value
Roles
[
  "ROLE_ADMIN"
  "ROLE_USER"
]
Inherited Roles none
Token
Symfony\Component\Security\Http\Authenticator\Token\PostAuthenticationToken {#643
  -user: App\Entity\Admin {#773 …}
  -roleNames: [
    "ROLE_ADMIN"
    "ROLE_USER"
  ]
  -attributes: []
  -firewallName: "admin"
}

Firewall

admin Name
Security enabled
Stateless

Configuration

Key Value
provider security.user.provider.concrete.app_user_provider
context admin
entry_point App\Security\AppAuthenticator
user_checker security.user_checker
access_denied_handler (none)
access_denied_url app_access_denied
authenticators
[
  "App\Security\AppAuthenticator"
]

Listeners

Listener Duration Response
Symfony\Component\Security\Http\Firewall\ChannelListener {#602
  -map: Symfony\Component\Security\Http\AccessMap {#603 …}
  -logger: Monolog\Logger {#595 …}
  -httpPort: 80
  -httpsPort: 443
}
(none) (none)
Symfony\Component\Security\Http\Firewall\ContextListener {#616
  -sessionKey: "_security_admin"
  -registered: false
  -trustResolver: Symfony\Component\Security\Core\Authentication\AuthenticationTrustResolver {#564 …}
  -sessionTrackerEnabler: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage::enableUsageTracking(): void {#619 …}
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorage {#55 …}
  -userProviders: Symfony\Component\DependencyInjection\Argument\RewindableGenerator {#617 …}
  -logger: Monolog\Logger {#595 …}
  -dispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#573 …}
}
13.02 ms (none)
Symfony\Component\Security\Http\Firewall\AuthenticatorManagerListener {#627
  -authenticatorManager: Symfony\Component\Security\Http\Authentication\AuthenticatorManager {#622 …}
}
(none) (none)
Symfony\Component\Security\Http\Firewall\LogoutListener {#593
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "app_logout"
  ]
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#56 …}
  -httpUtils: Symfony\Component\Security\Http\HttpUtils {#575 …}
  -eventDispatcher: Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher {#573 …}
  -csrfTokenManager: null
}
(none) (none)
Symfony\Component\Security\Http\Firewall\AccessListener {#629
  -tokenStorage: Symfony\Component\Security\Core\Authentication\Token\Storage\UsageTrackingTokenStorage {#56 …}
  -accessDecisionManager: Symfony\Component\Security\Core\Authorization\TraceableAccessDecisionManager {#287 …}
  -map: Symfony\Component\Security\Http\AccessMap {#603 …}
}
0.68 ms (none)

Authenticators

Status Authenticator
skipped
"App\Security\AppAuthenticator"

This authenticator did not support the request.

Access Decision

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
2
"App\Security\Voter\AdminVoter"
3
"App\Security\Voter\GuestVoter"
4
"App\Security\Voter\HotelVoter"

Access decision log

# Result Attributes Object
1 GRANTED
[
  "ROLE_ADMIN"
  "ROLE_CLIENT"
]
Symfony\Component\HttpFoundation\Request {#2
  +attributes: Symfony\Component\HttpFoundation\ParameterBag {#17 …}
  +request: Symfony\Component\HttpFoundation\InputBag {#7 …}
  +query: Symfony\Component\HttpFoundation\InputBag {#12 …}
  +server: Symfony\Component\HttpFoundation\ServerBag {#20 …}
  +files: Symfony\Component\HttpFoundation\FileBag {#19 …}
  +cookies: Symfony\Component\HttpFoundation\InputBag {#18 …}
  +headers: Symfony\Component\HttpFoundation\HeaderBag {#21 …}
  #content: "_token=e37ced123d.qd4i9Y6udMA4B8M3gN5DrNGDSZ7BuDzMF2oyoB64-8E.kL0PrOWdK4YMSZB59ogT847oJNq56VG5IwgGxkzzn_nhqhaczPYRhk5stA"
  #languages: [
    "ru"
    "en_US"
    "en"
    "sl"
    "fr"
    "af"
    "es"
  ]
  #charsets: null
  #encodings: null
  #acceptableContentTypes: null
  #pathInfo: "/t/greenslo/guests/62/delete"
  #requestUri: "/t/greenslo/guests/62/delete"
  #baseUrl: ""
  #basePath: null
  #method: "POST"
  #format: "html"
  #session: Symfony\Component\HttpFoundation\Session\Session {#636 …}
  #locale: "ru"
  #defaultLocale: "en"
  -preferredFormat: null
  -isHostValid: true
  -isForwardedValid: true
  -isSafeContentPreferred: ? bool
  -trustedValuesCache: []
  -isIisRewrite: false
  basePath: ""
}
"Symfony\Component\Security\Core\Authorization\Voter\RoleVoter"
GRANTED
The user has ROLE_ADMIN.
Show voter details
2 GRANTED VIEW
App\Entity\Hotel {#925
  -id: 1
  -domain: "greenslo.receptiongo.com"
  -name: "Green SLO (receptiongo)"
  -checkInTime: DateTimeImmutable @50400 {#919
    date: 1970-01-01 14:00:00.0 UTC (+00:00)
  }
  -checkOutTime: DateTimeImmutable @39600 {#916
    date: 1970-01-01 11:00:00.0 UTC (+00:00)
  }
  -info: Doctrine\ORM\PersistentCollection {#934 …}
  -guests: Doctrine\ORM\PersistentCollection {#975 …}
  -isAutoSend: false
  -admin: App\Entity\Admin {#773 …}
  -slug: "greenslo"
  -bookingProvider: "beds24"
  -paymentProvider: "stripe"
  -smartLockProvider: "ttlock"
  -tourismRegistryProvider: "ajpes_delegated"
  -aiAssistantProvider: "aireception"
  -cityTaxUnder7: 0.0
  -cityTax7To18: 1.57
  -cityTax18AndOver: 3.13
}
"App\Security\Voter\AdminVoter"
ABSTAIN
"App\Security\Voter\GuestVoter"
ABSTAIN
"App\Security\Voter\HotelVoter"
GRANTED
Show voter details
3 GRANTED EDIT
App\Entity\Guest {#1009
  -id: null
  -bookingId: 84599429
  -firstName: "JAMES GEORGE"
  -lastName: "PLATTEN"
  -documentNumber: "146922393"
  -documentType: App\Enum\DocumentType {#985 …}
  -dateOfBirth: DateTime @1076803200 {#992
    date: 2004-02-15 00:00:00.0 UTC (+00:00)
  }
  -nationality: "GB"
  -gender: App\Enum\Gender {#1001 …}
  -registrationDate: DateTime @1781343684 {#1003
    date: 2026-06-13 09:41:24.0 UTC (+00:00)
  }
  -checkInDate: DateTime @1781308800 {#1004
    date: 2026-06-13 00:00:00.0 UTC (+00:00)
  }
  -checkInTime: DateTime @50400 {#1005
    date: 1970-01-01 14:00:00.0 UTC (+00:00)
  }
  -checkOutDate: DateTime @1781395200 {#1006
    date: 2026-06-14 00:00:00.0 UTC (+00:00)
  }
  -checkOutTime: DateTime @39600 {#1007
    date: 1970-01-01 11:00:00.0 UTC (+00:00)
  }
  -cityTaxExemption: 0
  -referer: "Airbnb, booking: HMQKHBAM4J"
  -propertyName: " Hostel GreenSLO (Rooms , Dormitory)"
  -isReported: false
  -hotel: App\Entity\Hotel {#925
    -id: 1
    -domain: "greenslo.receptiongo.com"
    -name: "Green SLO (receptiongo)"
    -checkInTime: DateTimeImmutable @50400 {#919
      date: 1970-01-01 14:00:00.0 UTC (+00:00)
    }
    -checkOutTime: DateTimeImmutable @39600 {#916
      date: 1970-01-01 11:00:00.0 UTC (+00:00)
    }
    -info: Doctrine\ORM\PersistentCollection {#934 …}
    -guests: Doctrine\ORM\PersistentCollection {#975 …}
    -isAutoSend: false
    -admin: App\Entity\Admin {#773 …}
    -slug: "greenslo"
    -bookingProvider: "beds24"
    -paymentProvider: "stripe"
    -smartLockProvider: "ttlock"
    -tourismRegistryProvider: "ajpes_delegated"
    -aiAssistantProvider: "aireception"
    -cityTaxUnder7: 0.0
    -cityTax7To18: 1.57
    -cityTax18AndOver: 3.13
  }
  -room: Proxies\__CG__\App\Entity\Room {#1038 …}
}
"App\Security\Voter\AdminVoter"
ABSTAIN
"App\Security\Voter\GuestVoter"
GRANTED
Show voter details