PHP Interface Sulu\Component\Websocket\ConnectionContext\AuthenticatedConnectionContextInterface

Inheritance: extends Sulu\Component\Websocket\ConnectionContext\ConnectionContextInterface
Show file Open project: sulu/sulu

Public Methods

Method Description
getFirewallUser ( ) : null | Sulu\Component\Security\Authentication\UserInterface Returns user for the current firewall.

Method Details

getFirewallUser() public method

Returns user for the current firewall.
public getFirewallUser ( ) : null | Sulu\Component\Security\Authentication\UserInterface
return null | Sulu\Component\Security\Authentication\UserInterface