https://www.support.meincode.eu/de/

Security Token

Anonymous Username
Authenticated
Property Value
Roles none
Inherited Roles none
Token
AnonymousToken^ {#267
  -secret: "KH74PZb"
  -user: "anon."
  -roles: []
  -roleNames: []
  -authenticated: true
  -attributes: []
}

Security Firewall

customer Name
Security enabled
Stateless
Allows anonymous

Configuration

Key Value
provider user.provider
context customer
entry_point security.authentication.form_entry_point.customer
user_checker security.user_checker
access_denied_handler (none)
access_denied_url (none)
listeners
[
  "form_login"
  "anonymous"
]

Listeners

Listener Duration Response
ChannelListener^ {#243
  -map: AccessMap {#244 …}
  -authenticationEntryPoint: RetryAuthenticationEntryPoint {#256 …}
  -logger: Logger {#205 …}
}
0.01 ms (none)
ContextListener^ {#263
  -tokenStorage: TokenStorage {#34 …}
  -sessionKey: "_security_customer"
  -logger: Logger {#205 …}
  -userProviders: RewindableGenerator {#262 …}
  -dispatcher: TraceableEventDispatcher {#173 …}
  -registered: false
  -trustResolver: AuthenticationTrustResolver {#234 …}
}
0.03 ms (none)
UsernamePasswordFormAuthenticationListener^ {#259
  -csrfTokenManager: null
  #options: [
    "check_path" => "helpdesk_customer_login"
    "login_path" => "/login"
    "always_use_default_target_path" => false
    "default_target_path" => "/"
    "target_path_parameter" => "_target_path"
    "use_referer" => false
    "failure_path" => null
    "failure_forward" => false
    "require_previous_session" => false
    "username_parameter" => "_username"
    "password_parameter" => "_password"
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "authenticate"
    "post_only" => true
    "use_forward" => false
  ]
  #logger: Logger {#205 …}
  #authenticationManager: AuthenticationProviderManager {#258 …}
  #providerKey: "customer"
  #httpUtils: HttpUtils {#187 …}
  -tokenStorage: TokenStorage {#34 …}
  -sessionStrategy: SessionAuthenticationStrategy {#266 …}
  -dispatcher: TraceableEventDispatcher {#173 …}
  -successHandler: DefaultAuthenticationSuccessHandler {#193 …}
  -failureHandler: DefaultAuthenticationFailureHandler {#257 …}
  -rememberMeServices: null
}
0.00 ms (none)
AnonymousAuthenticationListener^ {#260
  -tokenStorage: TokenStorage {#34 …}
  -secret: "KH74PZb"
  -authenticationManager: AuthenticationProviderManager {#258 …}
  -logger: Logger {#205 …}
}
7.87 ms (none)
LogoutListener^ {#208
  -tokenStorage: TokenStorage {#34 …}
  -options: [
    "csrf_parameter" => "_csrf_token"
    "csrf_token_id" => "logout"
    "logout_path" => "helpdesk_customer_logout"
  ]
  -handlers: [
    CsrfTokenClearingLogoutHandler^ {#195
      -csrfTokenStorage: SessionTokenStorage {#189 …}
    }
    SessionLogoutHandler^ {#201}
  ]
  -successHandler: DefaultLogoutSuccessHandler {#190 …}
  -httpUtils: HttpUtils {#187 …}
  -csrfTokenManager: null
}
0.03 ms (none)
AccessListener^ {#290
  -tokenStorage: TokenStorage {#34 …}
  -accessDecisionManager: TraceableAccessDecisionManager {#364 …}
  -map: AccessMap {#244 …}
  -authManager: AuthenticationProviderManager {#258 …}
}
0.02 ms (none)

Security Voters (4)

affirmative Strategy
# Voter class
1
"Symfony\Component\Security\Core\Authorization\Voter\AuthenticatedVoter"
2
"Symfony\Component\Security\Core\Authorization\Voter\RoleHierarchyVoter"
3
"Symfony\Component\Security\Core\Authorization\Voter\ExpressionVoter"
4
"Webkul\UVDesk\CoreFrameworkBundle\Security\TicketVoter"