AuthHordeSession
in package
implements
MiddlewareInterface
AuthHordeSession middleware
Purpose: Identify the session as either user or a guest
Sets Attributes:
- HORDE_AUTHENTICATED_USER the uid, if authenticated
- HORDE_GUEST true if not authenticated
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