class AuthManager extends AuthorizationManager

Methods

isAuthorizedTo(Session $session, ActionMessageInterface $message)

Authorization check At the moment, only the daemon can publish, so we're only checking to see if a user can subscribe to a topic.

Details

at line line 17
isAuthorizedTo(Session $session, ActionMessageInterface $message)

Authorization check At the moment, only the daemon can publish, so we're only checking to see if a user can subscribe to a topic.

Parameters

Session $session
ActionMessageInterface $message