AuthIsGlobalAdmin
in package
implements
MiddlewareInterface
AuthIsGlobalAdmin middleware
Purpose: Identify the session as global admin
Sets Attributes:
- HORDE_GLOBAL_ADMIN if the user has that privilege
Table of Contents
Interfaces
- MiddlewareInterface
Properties
Methods
- __construct() : mixed
- process() : ResponseInterface
Properties
$registry
private
Horde_Registry
$registry
Methods
__construct()
public
__construct(Horde_Registry $registry) : mixed
Parameters
- $registry : Horde_Registry
process()
public
process(ServerRequestInterface $request, RequestHandlerInterface $handler) : ResponseInterface
Parameters
- $request : ServerRequestInterface
- $handler : RequestHandlerInterface